linux/drivers/rtc
Mark Zhan 0439208a8a rtc-m48t59 driver NO_IRQ mode fixup
Since irq in m48t59_private struct is defined as 'unsigned int', which will
make the following if sentence to be never true:

         if (m48t59->irq < 0)
                  m48t59->irq = NO_IRQ;

And thus it will make the m48t59_rtc_probe() is failed when the driver is
working in a no irq mode:

Signed-off-by: Mark Zhan <rongkai.zhan@windriver.com>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-31 15:39:44 -07:00
..
Kconfig Use menuconfig objects: RTC 2007-07-31 15:39:44 -07:00
Makefile Reorder RTC Makefile 2007-07-26 11:35:17 -07:00
class.c Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). 2007-07-25 10:09:20 -07:00
hctosys.c
interface.c
rtc-at32ap700x.c Driver for the Atmel on-chip RTC on AT32AP700x devices 2007-07-17 10:23:09 -07:00
rtc-at91rm9200.c
rtc-bfin.c Blackfin On-Chip RTC driver update for supporting BF54x 2007-07-15 02:33:26 +08:00
rtc-cmos.c RTC: add periodic irq support to rtc-cmos 2007-07-19 10:04:52 -07:00
rtc-core.h
rtc-dev.c rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD 2007-07-31 15:39:36 -07:00
rtc-ds1216.c RTC driver for DS1216 chips 2007-07-17 10:23:09 -07:00
rtc-ds1307.c rtc-ds1307: typo fix found by coverity 2007-07-26 11:35:16 -07:00
rtc-ds1553.c rtc: do not return void value 2007-07-21 17:49:17 -07:00
rtc-ds1672.c
rtc-ds1742.c rtc: do not return void value 2007-07-21 17:49:17 -07:00
rtc-ep93xx.c
rtc-isl1208.c
rtc-lib.c
rtc-m41t80.c rtc: watchdog support for rtc-m41t80 driver 2007-07-17 10:23:09 -07:00
rtc-m48t59.c rtc-m48t59 driver NO_IRQ mode fixup 2007-07-31 15:39:44 -07:00
rtc-m48t86.c
rtc-max6900.c rtc: update and use the MAX6900 century byte 2007-07-21 17:49:17 -07:00
rtc-max6902.c
rtc-omap.c
rtc-pcf8563.c
rtc-pcf8583.c
rtc-pl031.c
rtc-proc.c
rtc-rs5c313.c
rtc-rs5c348.c
rtc-rs5c372.c rtc-rs5c372 becomes a new-style i2c driver 2007-07-17 10:23:08 -07:00
rtc-s3c.c s3c2410: fixup after arch moves 2007-07-31 15:39:36 -07:00
rtc-sa1100.c
rtc-sh.c rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts. 2007-07-26 17:31:28 +09:00
rtc-stk17ta8.c fix missing arguments in drivers/rtc/rtc-stk17ta8.c 2007-07-26 11:11:56 -07:00
rtc-sysfs.c
rtc-test.c
rtc-v3020.c
rtc-vr41xx.c [MIPS] separate platform_device registration for VR41xx RTC 2007-07-12 17:41:15 +01:00
rtc-x1205.c i2c: Delete outdated x1205 driver documentation 2007-07-12 14:12:28 +02:00