summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2127.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-061-1/+1
* rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König2022-11-151-11/+11
* rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni2022-03-231-0/+1
* rtc: pcf2127: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni2022-03-231-1/+1
* rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve2022-02-151-1/+2
* rtc: pcf2127: use IRQ flags obtained from device tree if availableHugo Villeneuve2022-02-151-1/+12
* rtc: pcf2127: Fix typo in commentHugo Villeneuve2022-01-051-1/+1
* rtc: pcf2127: handle timestamp interruptsMian Yousaf Kaukab2021-07-101-59/+133
* rtc: pcf2127: Fix the datasheet URLFabio Estevam2021-06-201-1/+1
* rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)Biwen Li2021-02-131-3/+7
* rtc: pcf2127: Run a OTP refresh if not done beforePhilipp Rosenberger2021-01-261-0/+17
* rtc: pcf2127: Disable Power-On Reset OverridePhilipp Rosenberger2021-01-261-0/+8
* rtc: pcf2127: remove pcf2127_rtc_alrm_opsAlexandre Belloni2021-01-161-8/+3
* rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König2020-12-191-1/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski2020-11-191-1/+1
* rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter2020-10-271-8/+4
* rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König2020-10-271-25/+31
* rtc: pcf2127: fix a bug when not specify interrupts propertyBiwen Li2020-09-151-2/+2
* rtc: pcf2127: fix alarm handlingAlexandre Belloni2020-08-121-18/+19
* rtc: pcf2127: add alarm supportLiam Beguin2020-08-121-0/+134
* rtc: pcf2127: add pca2129 device idLiam Beguin2020-08-121-0/+3
* rtc: pcf2127: watchdog: handle nowayout featureBruno Thomsen2020-06-061-0/+1
* rtc: pcf2127: report battery switch overAlexandre Belloni2020-05-111-4/+12
* rtc: pcf2127: set regmap max_registerAlexandre Belloni2020-05-111-0/+2
* rtc: pcf2127: remove unnecessary #ifdefAlexandre Belloni2020-05-111-4/+0
* rtc: pcf2127: let the core handle rtc rangeAlexandre Belloni2020-05-111-3/+5
* rtc: pcf2127: return meaningful value for RTC_VL_READAlexandre Belloni2019-12-181-4/+2
* rtc: pcf2127: handle boot-enabled watchdog featureMartin Hundebøll2019-10-211-1/+9
* rtc: pcf2127: bugfix: watchdog build dependencyBruno Thomsen2019-08-271-0/+2
* rtc: pcf2127: add tamper detection supportBruno Thomsen2019-08-271-0/+160
* rtc: pcf2127: add watchdog feature supportBruno Thomsen2019-08-271-0/+118
* rtc: pcf2127: bugfix: read rtc disables watchdogBruno Thomsen2019-08-231-20/+12
* rtc: pcf2127: cleanup register and bit definesBruno Thomsen2019-08-231-26/+33
* rtc: pcf2127: convert to devm_rtc_allocate_deviceBruno Thomsen2019-08-231-3/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_writeXulin Sun2018-11-071-0/+3
* rtc: pcf2127: add support for accessing internal static RAMUwe Kleine-König2018-07-111-6/+62
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* 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