[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090501123645.GB27799@flint.arm.linux.org.uk>
Date: Fri, 1 May 2009 13:36:45 +0100
From: Russell King <linux@....linux.org.uk>
To: Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.arm.linux.org.uk
Cc: Michal Simek <monstr@...str.eu>, linux-arch@...r.kernel.org,
Remis Lima Baima <remis.developer@...glemail.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 04/27] asm-generic: add legacy I/O header files
On Fri, May 01, 2009 at 02:22:29PM +0200, Arnd Bergmann wrote:
> drivers/rtc/rtc-pxa.c:#define TIMER_FREQ CLOCK_TICK_RATE
Needs to use some separate definition, this is not related in any way
to the ISA timer stuff.
> drivers/serial/serial_ks8695.c: .uartclk = CLOCK_TICK_RATE * 16,
Ditto.
> drivers/watchdog/davinci_wdt.c: timer_margin = (((u64)heartbeat * CLOCK_TICK_RATE) & 0xffffffff);
> drivers/watchdog/davinci_wdt.c: timer_margin = (((u64)heartbeat * CLOCK_TICK_RATE) >> 32);
Ditto.
> drivers/watchdog/ks8695_wdt.c: unsigned long tval = wdt_time * CLOCK_TICK_RATE;
Ditto.
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of:
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists