]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/rtc/rtc-ds3232.c
rtc: add support for DS3232 RTC
authorRoy Zang <tie-fei.zang@freescale.com>
Wed, 11 Aug 2010 01:02:20 +0000 (18:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:08 +0000 (08:59 -0700)
commitc03675f05ff9039dbea4bbc5332a885921e36dff
tree1284620a59a3a2b634369ee5e4521e28269c41c3
parent2f11e57dadb33627c4cfa6ca4ff9374494eee106
rtc: add support for DS3232 RTC

Add a driver for the DS3232 RTC chip via the I2C bus.  Alarms are not
supported in this version of the driver.

[akpm@linux-foundation.org: fix Kconfig help text]
Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
Signed-off-by: Jingchang Lu <b22599@freescale.com>
Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Acked-by: Wan ZongShun <mcuos.com@gmail.com>
Cc: Kumar Gala <kumar.gala@freescale.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
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-ds3232.c [new file with mode: 0644]