]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: Add support for Intersil ISL12057 I2C RTC chip
authorArnaud Ebalard <arno@natisbad.org>
Thu, 19 Dec 2013 22:27:28 +0000 (23:27 +0100)
committerJason Cooper <jason@lakedaemon.net>
Sun, 22 Dec 2013 17:33:16 +0000 (17:33 +0000)
commit70e123373c05e336f3f769b32c6132bdc2d6f5ac
tree002229625d7f6522829dfbde411b3311a1e8b9a6
parent9c8eca3ca43d7337be2485169d4d86a9b6f477d2
rtc: Add support for Intersil ISL12057 I2C RTC chip

Intersil ISL12057 is an I2C RTC chip also supporting two alarms. This
patch only adds support for basic RTC functionalities (i.e. getting
and setting time). Tests have been performed on NETGEAR ReadyNAS 102
w/ startup/shutdown scripts, hwclock, ntpdate and openntpd.

Reviewed-by: Mark Brown <broonie@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/i2c/trivial-devices.txt
Documentation/devicetree/bindings/vendor-prefixes.txt
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-isl12057.c [new file with mode: 0644]