summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf85063.c
AgeCommit message (Expand)Author
2021-11-10rtc: pcf85063: silence cppcheck warningAlexandre Belloni
2021-10-15rtc: pcf85063: Always clear EXT_TEST from set_timePhil Elwell
2021-10-15rtc: pcf85063: add support for fixed clockAlexander Stein
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam
2021-06-20rtc: pcf85063: Fix the datasheet URLFabio Estevam
2021-04-16rtc: pcf85063: fallback to parent of_nodeFrancois Gervais
2021-02-06rtc: pcf85063: quiet maybe-unused variable warningsAlexandre Belloni
2021-01-16rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-03-26rtc: pcf85063: Add pcf85063 clkout control to common clock frameworkMichael McCormick
2019-12-18rtc: pcf85063: return meaningful value for RTC_VL_READAlexandre Belloni
2019-12-18rtc: pcf85063: remove RTC_VL_CLR handlingAlexandre Belloni
2019-04-04rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni
2019-04-04rtc: pcf85063: add offset correction supportAlexandre Belloni
2019-04-04rtc: pcf85063: add nvram supportAlexandre Belloni
2019-04-04rtc: pcf85063: add Micro Crystal RV8263 supportAlexandre Belloni
2019-04-04rtc: pcf85063: add alarm supportAlexandre Belloni
2019-04-04rtc: pcf85063: differentiate pcf85063a and pcf85063tpAlexandre Belloni
2019-04-04rtc: pcf85063: switch to regmapAlexandre Belloni
2019-04-04rtc: pcf85063: set rangeAlexandre Belloni
2019-04-04rtc: pcf85063: convert to devm_rtc_allocate_deviceAlexandre Belloni
2019-04-04rtc: pcf85063: remove bogus i2c functionality checkAlexandre Belloni
2019-04-04rtc: pcf85063: convert to SPDX identifierAlexandre Belloni
2019-04-04rtc: pcf85063: switch to probe_newAlexandre Belloni
2019-03-02rtc: pcf85063: remove dead codeAlexey Roslyakov
2019-01-22rtc: pcf85063: set xtal load capacitance from DTSam Ravnborg
2018-07-28rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga
2018-03-17rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick
2018-03-17rtc: pcf85063: remove useless indirectionAlexandre Belloni
2018-03-17rtc: pcf85063: stop validating rtc_time in .read_timeAlexandre Belloni
2016-11-04rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak
2016-07-19rtc: pcf85063: Add support for the PCF85063A deviceChris DeBruin
2016-07-19rtc: pcf85063: fix year rangeAlexandre Belloni
2016-03-14rtc: pcf85063: remove struct pcf85063Alexandre Belloni
2016-03-14rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni
2016-03-14rtc: pcf85063: remove useless century handlingAlexandre Belloni
2016-03-14rtc: pcf85063: fix time/date settingJuergen Borleis
2016-03-14rtc: pcf85063: fix time/date readingJuergen Borleis
2016-03-14rtc: pcf85063: simplify code to read the current timeJuergen Borleis
2015-11-08rtc: pcf85063: return an error when date is invalidAlexandre Belloni
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-08-08rtc: add pcf85063 supportSøren Andersen