]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: max8997: add driver for max8997 rtc
authorJonghwa Lee <jonghwa3.lee@samsung.com>
Wed, 20 Feb 2013 02:15:47 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:28 +0000 (16:53 +1100)
commit9b4c9b813504f6efea767791704a632ba28b0b98
tree01a65309c5a4965313298570cde8c1f3b731f10e
parentb0e6dbce46fe5e0c9ebfaaa8c3dc4dacff6a1207
rtc: max8997: add driver for max8997 rtc

Add an rtc driver for Maxim 8997 multifunction chip.  Max8997 has rtc
module in it.  and it can be used for timekeeping clock and system alarm.
It provide various operational mode those are BCD/binary, 24/12hour,
am/pm.  Driver sets binary/24/ for default.  Maxim 8997 also supports
SMPL(Sudden Momentary Power Loss), WTSR (Watchdog Timeout and Software
Reset).

Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Cc: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-max8997.c [new file with mode: 0644]