[PATCH] add rtc-omap driver
authorDavid Brownell <david-b@pacbell.net>
Thu, 7 Dec 2006 04:38:36 +0000 (20:38 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:40 +0000 (08:39 -0800)
commitdb68b189f4b8026b2f532e1b1bbdba5fcb36638c
treeca0327319fb88fc12fa3c46ca1d24f5b5210cd3d
parentda015a6744f3648d34b83d1c4e015e6a798b8c56
[PATCH] add rtc-omap driver

This creates a new RTC-framework driver for the RTC/calendar module found
in various OMAP1 chips.  (OMAP2 and OMAP3 use external RTCs, like those in
TI's multifunction PM companion chips.) It's been in the Linux-OMAP tree
for several months now, and other trees before that, so it's quite stable.
The most notable issue is that the OMAP IRQ code doesn't yet support the
RTC IRQ as a wakeup event.  Once that's fixed, a patch will be needed.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mach-omap1/devices.c
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-omap.c [new file with mode: 0644]