aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2127.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen1-0/+2
2019-08-27rtc: pcf2127: add tamper detection supportBruno Thomsen1-0/+160
2019-08-27rtc: pcf2127: add watchdog feature supportBruno Thomsen1-0/+118
2019-08-23rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen1-20/+12
2019-08-23rtc: pcf2127: cleanup register and bit definesBruno Thomsen1-26/+33
2019-08-23rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen1-3/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-07rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun1-0/+3
2018-07-11rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König1-6/+62
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2017-02-23rtc: pcf2127: bulk read only date and time registers.Sean Nyekjaer1-2/+13
2016-03-14rtc: pcf2127: add pcf2129 device idAkinobu Mita1-3/+6
2016-03-14rtc: pcf2127: add support for spi interfaceAkinobu Mita1-2/+116
2016-03-14rtc: pcf2127: convert to use regmapAkinobu Mita1-70/+144
2015-11-08rtc: pcf2127: remove useless driver versionUwe Kleine-König1-5/+0
2015-11-08rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König1-18/+22
2015-11-03rtc: pcf2127: make module license match the file headerUwe Kleine-König1-1/+1
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-09-05rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian1-3/+23
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian1-7/+1
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong1-4/+1
2013-09-11drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat1-6/+0
2013-07-03rtc: add NXP PCF2127 support (i2c)Renaud Cerrato1-0/+241