summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf2127.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf2127: remove useless checkAlexandre Belloni2023-08-271-9/+0
* rtc: pcf2127: remove unused function argumentHugo Villeneuve2023-08-171-6/+3
* rtc: pcf2127: add error checking when disabling POR0Hugo Villeneuve2023-08-171-1/+3
* rtc: pcf2127: fix error code in pcf2127_enable_ts()Dan Carpenter2023-08-171-1/+1
* rtc: pcf2127: add UIE support for PCF2131Hugo Villeneuve2023-07-271-2/+10
* rtc: pcf2127: add flag for watchdog register value read supportHugo Villeneuve2023-07-271-6/+14
* rtc: pcf2127: support generic watchdog timing configurationHugo Villeneuve2023-07-271-9/+55
* rtc: pcf2127: adapt time/date registers write sequence for PCF2131Hugo Villeneuve2023-07-271-1/+34
* rtc: pcf2127: add support for PCF2131 interrupts on output INT_AHugo Villeneuve2023-07-271-0/+35
* rtc: pcf2127: add support for PCF2131 RTCHugo Villeneuve2023-07-271-21/+213
* rtc: pcf2127: add support for multiple TS functionsHugo Villeneuve2023-07-271-67/+201
* rtc: pcf2127: adapt for CLKOUT register at any offsetHugo Villeneuve2023-07-271-2/+5
* rtc: pcf2127: adapt for WD registers at any offsetHugo Villeneuve2023-07-271-4/+10
* rtc: pcf2127: adapt for alarm registers at any offsetHugo Villeneuve2023-07-271-9/+8
* rtc: pcf2127: adapt for time/date registers at any offsetHugo Villeneuve2023-07-271-4/+7
* rtc: pcf2127: add variant-specific configuration structureHugo Villeneuve2023-07-271-19/+79
* rtc: pcf2127: remove superfluous commentsHugo Villeneuve2023-07-271-2/+2
* rtc: pcf2127: lower message severity if setting time failsHugo Villeneuve2023-07-271-2/+1
* rtc: pcf2127: improve timestamp reading performanceHugo Villeneuve2023-07-271-21/+11
* rtc: pcf2127: improve rtc_read_time() performanceHugo Villeneuve2023-07-271-28/+14
* 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