aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2127.c
AgeCommit message (Expand)Author
2022-05-25rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve
2021-01-09rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König
2021-01-09rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König
2020-12-30rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter
2020-09-15rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li
2020-08-12rtc: pcf2127: fix alarm handlingAlexandre Belloni
2020-08-12rtc: pcf2127: add alarm supportLiam Beguin
2020-08-12rtc: pcf2127: add pca2129 device idLiam Beguin
2020-06-06rtc: pcf2127: watchdog: handle nowayout featureBruno Thomsen
2020-05-11rtc: pcf2127: report battery switch overAlexandre Belloni
2020-05-11rtc: pcf2127: set regmap max_registerAlexandre Belloni
2020-05-11rtc: pcf2127: remove unnecessary #ifdefAlexandre Belloni
2020-05-11rtc: pcf2127: let the core handle rtc rangeAlexandre Belloni
2019-12-18rtc: pcf2127: return meaningful value for RTC_VL_READAlexandre Belloni
2019-10-21rtc: pcf2127: handle boot-enabled watchdog featureMartin Hundebøll
2019-08-27rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen
2019-08-27rtc: pcf2127: add tamper detection supportBruno Thomsen
2019-08-27rtc: pcf2127: add watchdog feature supportBruno Thomsen
2019-08-23rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen
2019-08-23rtc: pcf2127: cleanup register and bit definesBruno Thomsen
2019-08-23rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-11-07rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun
2018-07-11rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2017-02-23rtc: pcf2127: bulk read only date and time registers.Sean Nyekjaer
2016-03-14rtc: pcf2127: add pcf2129 device idAkinobu Mita
2016-03-14rtc: pcf2127: add support for spi interfaceAkinobu Mita
2016-03-14rtc: pcf2127: convert to use regmapAkinobu Mita
2015-11-08rtc: pcf2127: remove useless driver versionUwe Kleine-König
2015-11-08rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König
2015-11-03rtc: pcf2127: make module license match the file headerUwe Kleine-König
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-09-05rtc: pcf2127: use OFS flag to detect unreliable date and warn the userAndrea Scian
2015-09-05rtc: use rtc_valid_tm() error code when reading date/timeAndrea Scian
2014-01-23drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2013-09-11drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat
2013-07-03rtc: add NXP PCF2127 support (i2c)Renaud Cerrato