summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2127.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf2127: bulk read only date and time registers.Sean Nyekjaer2017-02-231-2/+13
* rtc: pcf2127: add pcf2129 device idAkinobu Mita2016-03-141-3/+6
* rtc: pcf2127: add support for spi interfaceAkinobu Mita2016-03-141-2/+116
* rtc: pcf2127: convert to use regmapAkinobu Mita2016-03-141-70/+144
* rtc: pcf2127: remove useless driver versionUwe Kleine-König2015-11-081-5/+0
* rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König2015-11-081-18/+22
* rtc: pcf2127: make module license match the file headerUwe Kleine-König2015-11-031-1/+1
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian2015-09-051-3/+23
* rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian2015-09-051-7/+1
* drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-01-231-4/+1
* drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat2013-09-111-6/+0
* rtc: add NXP PCF2127 support (i2c)Renaud Cerrato2013-07-031-0/+241