[PATCH] Add driver for ARM AMBA PL031 RTC
authorDeepak Saxena <dsaxena@plexity.net>
Sun, 25 Jun 2006 12:47:38 +0000 (05:47 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:05 +0000 (10:01 -0700)
commit8ae6e163c1b637e1cb125613726ffbd31ca44fdf
tree28a0f2be841d9b8ff0ab86a3706acce41ac0b6f9
parentdcd96379613a3cbe87c30e1c20122ecdcdf3a4b8
[PATCH] Add driver for ARM AMBA PL031 RTC

Add a driver for the ARM PL031 RTC found on some ARM SOCs.  The driver is
fairly trivial as the RTC only provides a read/write and alarm capability.

[akpm@osdl.org: compile fix]
Signed-off-by: Deepak <dsaxena@plexity.net>
Acked-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-pl031.c [new file with mode: 0644]