rtc: add device driver for Dallas DS3234 SPI RTC chip
authorDennis Aberilla <denzzzhome@yahoo.com>
Thu, 16 Oct 2008 05:02:57 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:39 +0000 (11:21 -0700)
commit2f9b75e09ec3f62f2ebecec0ac9aec58656c2459
tree889da2365d6f76f817b24beb40a937ae248822eb
parent986e36a5b817de01733d46aa623406106d661cec
rtc: add device driver for Dallas DS3234 SPI RTC chip

Add support for the Dallas DS3234 chip - extremely accurate SPI bus RTC
with integrated crystal and SRAM.

[akpm@linux-foundation.org: don't use BIN2BCD/BCD2BIN]
Signed-off-by: Dennis Aberilla <denzzzhome@yahoo.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-ds3234.c [new file with mode: 0644]