summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf2127.c
AgeCommit message (Expand)Author
2023-08-27rtc: pcf2127: remove useless checkAlexandre Belloni
2023-08-17rtc: pcf2127: remove unused function argumentHugo Villeneuve
2023-08-17rtc: pcf2127: add error checking when disabling POR0Hugo Villeneuve
2023-08-17rtc: pcf2127: fix error code in pcf2127_enable_ts()Dan Carpenter
2023-07-27rtc: pcf2127: add UIE support for PCF2131Hugo Villeneuve
2023-07-27rtc: pcf2127: add flag for watchdog register value read supportHugo Villeneuve
2023-07-27rtc: pcf2127: support generic watchdog timing configurationHugo Villeneuve
2023-07-27rtc: pcf2127: adapt time/date registers write sequence for PCF2131Hugo Villeneuve
2023-07-27rtc: pcf2127: add support for PCF2131 interrupts on output INT_AHugo Villeneuve
2023-07-27rtc: pcf2127: add support for PCF2131 RTCHugo Villeneuve
2023-07-27rtc: pcf2127: add support for multiple TS functionsHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for CLKOUT register at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for WD registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for alarm registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: adapt for time/date registers at any offsetHugo Villeneuve
2023-07-27rtc: pcf2127: add variant-specific configuration structureHugo Villeneuve
2023-07-27rtc: pcf2127: remove superfluous commentsHugo Villeneuve
2023-07-27rtc: pcf2127: lower message severity if setting time failsHugo Villeneuve
2023-07-27rtc: pcf2127: improve timestamp reading performanceHugo Villeneuve
2023-07-27rtc: pcf2127: improve rtc_read_time() performanceHugo Villeneuve
2023-06-06rtc: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-15rtc: pcf2127: Convert to .probe_new()Uwe Kleine-König
2022-03-23rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni
2022-03-23rtc: pcf2127: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni
2022-02-15rtc: pcf2127: fix bug when reading alarm registersHugo Villeneuve
2022-02-15rtc: pcf2127: use IRQ flags obtained from device tree if availableHugo Villeneuve
2022-01-05rtc: pcf2127: Fix typo in commentHugo Villeneuve
2021-07-10rtc: pcf2127: handle timestamp interruptsMian Yousaf Kaukab
2021-06-20rtc: pcf2127: Fix the datasheet URLFabio Estevam
2021-02-13rtc: pcf2127: properly set flag WD_CD for rtc chips(pcf2129, pca2129)Biwen Li
2021-01-26rtc: pcf2127: Run a OTP refresh if not done beforePhilipp Rosenberger
2021-01-26rtc: pcf2127: Disable Power-On Reset OverridePhilipp Rosenberger
2021-01-16rtc: pcf2127: remove pcf2127_rtc_alrm_opsAlexandre Belloni
2020-12-19rtc: pcf2127: only use watchdog when explicitly availableUwe Kleine-König
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-10-27rtc: pcf2127: fix pcf2127_nvmem_read/write() returnsDan Carpenter
2020-10-27rtc: pcf2127: move watchdog initialisation to a separate functionUwe Kleine-König
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