summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-isl12026.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtc: isl12026: fixup nvmem registrationAlexandre Belloni2018-03-171-16/+12
| | | | | | | The probe function must not fail after rtc_register_device. Also, rename the nvmem device so it is easily identifiable in /sys/bus/nvmem. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
* rtc: isl12026: new driver.David Daney2018-03-171-0/+505
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>