aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85063.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-18rtc: pcf85063: Add a compatible entry for pca85073aFabio Estevam1-0/+2
2022-03-23rtc: pcf85063: set RTC_FEATURE_ALARM_RES_2SAlexandre Belloni1-0/+1
2022-03-23rtc: pcf85063: switch to RTC_FEATURE_UPDATE_INTERRUPTAlexandre Belloni1-1/+1
2021-12-01rtc: pcf85063: add i2c_device_id name matching supportMarc Ferland1-31/+66
2021-11-10rtc: pcf85063: silence cppcheck warningAlexandre Belloni1-1/+1
2021-10-15rtc: pcf85063: Always clear EXT_TEST from set_timePhil Elwell1-0/+2
2021-10-15rtc: pcf85063: add support for fixed clockAlexander Stein1-0/+12
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionFabio Estevam1-1/+1
2021-06-20rtc: pcf85063: Fix the datasheet URLFabio Estevam1-2/+2
2021-04-16rtc: pcf85063: fallback to parent of_nodeFrancois Gervais1-4/+3
2021-02-06rtc: pcf85063: quiet maybe-unused variable warningsAlexandre Belloni1-19/+19
2021-01-16rtc: pcf85063: remove pcf85063_rtc_ops_alarmAlexandre Belloni1-9/+2
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Bartosz Golaszewski1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-16rtc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-03-26rtc: pcf85063: Add pcf85063 clkout control to common clock frameworkMichael McCormick1-0/+157
2019-12-18rtc: pcf85063: return meaningful value for RTC_VL_READAlexandre Belloni1-8/+2
2019-12-18rtc: pcf85063: remove RTC_VL_CLR handlingAlexandre Belloni1-6/+0
2019-04-04rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni1-0/+35
2019-04-04rtc: pcf85063: add offset correction supportAlexandre Belloni1-1/+57
2019-04-04rtc: pcf85063: add nvram supportAlexandre Belloni1-0/+24
2019-04-04rtc: pcf85063: add Micro Crystal RV8263 supportAlexandre Belloni1-4/+28
2019-04-04rtc: pcf85063: add alarm supportAlexandre Belloni1-0/+121
2019-04-04rtc: pcf85063: differentiate pcf85063a and pcf85063tpAlexandre Belloni1-6/+27
2019-04-04rtc: pcf85063: switch to regmapAlexandre Belloni1-93/+61
2019-04-04rtc: pcf85063: set rangeAlexandre Belloni1-3/+2
2019-04-04rtc: pcf85063: convert to devm_rtc_allocate_deviceAlexandre Belloni1-6/+6
2019-04-04rtc: pcf85063: remove bogus i2c functionality checkAlexandre Belloni1-3/+0
2019-04-04rtc: pcf85063: convert to SPDX identifierAlexandre Belloni1-6/+1
2019-04-04rtc: pcf85063: switch to probe_newAlexandre Belloni1-10/+2
2019-03-02rtc: pcf85063: remove dead codeAlexey Roslyakov1-7/+0
2019-01-22rtc: pcf85063: set xtal load capacitance from DTSam Ravnborg1-0/+39
2018-07-28rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga1-10/+11
2018-03-17rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick1-1/+1
2018-03-17rtc: pcf85063: remove useless indirectionAlexandre Belloni1-12/+4
2018-03-17rtc: pcf85063: stop validating rtc_time in .read_timeAlexandre Belloni1-1/+1
2016-11-04rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak1-0/+7
2016-07-19rtc: pcf85063: Add support for the PCF85063A deviceChris DeBruin1-9/+38
2016-07-19rtc: pcf85063: fix year rangeAlexandre Belloni1-7/+5
2016-03-14rtc: pcf85063: remove struct pcf85063Alexandre Belloni1-17/+5
2016-03-14rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni1-5/+0
2016-03-14rtc: pcf85063: remove useless century handlingAlexandre Belloni1-7/+0
2016-03-14rtc: pcf85063: fix time/date settingJuergen Borleis1-23/+55
2016-03-14rtc: pcf85063: fix time/date readingJuergen Borleis1-0/+7
2016-03-14rtc: pcf85063: simplify code to read the current timeJuergen Borleis1-26/+21
2015-11-08rtc: pcf85063: return an error when date is invalidAlexandre Belloni1-7/+1
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-08-08rtc: add pcf85063 supportSøren Andersen1-0/+204