OSDN Git Service

rtc: isl12026: new driver.
authorDavid Daney <david.daney@cavium.com>
Thu, 22 Feb 2018 20:04:32 +0000 (12:04 -0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 17 Mar 2018 13:20:51 +0000 (14:20 +0100)
commit4731a43169b799a9b4337579793a24fcc85943f5
tree9041b084e8eae0a8d9e2500b9a19454172477565
parent58d3d5e79ece544b50829ac409064b58fec32000
rtc: isl12026: new driver.

The ISL12026 is a combination RTC and EEPROM device with I2C
interface.  The standard RTC driver interface is provided.  The EEPROM
is accessed via the NVMEM interface.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/rtc/isil,isl12026.txt [new file with mode: 0644]
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-isl12026.c [new file with mode: 0644]