aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-pcf85063.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-10rtc: pcf85063: silence cppcheck warningGravatar Alexandre Belloni 1-1/+1
2021-10-15rtc: pcf85063: Always clear EXT_TEST from set_timeGravatar Phil Elwell 1-0/+2
2021-10-15rtc: pcf85063: add support for fixed clockGravatar Alexander Stein 1-0/+12
2021-07-10rtc: pcf85063: Update the PCF85063A datasheet revisionGravatar Fabio Estevam 1-1/+1
2021-06-20rtc: pcf85063: Fix the datasheet URLGravatar Fabio Estevam 1-2/+2
2021-04-16rtc: pcf85063: fallback to parent of_nodeGravatar Francois Gervais 1-4/+3
2021-02-06rtc: pcf85063: quiet maybe-unused variable warningsGravatar Alexandre Belloni 1-19/+19
2021-01-16rtc: pcf85063: remove pcf85063_rtc_ops_alarmGravatar Alexandre Belloni 1-9/+2
2020-11-19rtc: rework rtc_register_device() resource managementGravatar Bartosz Golaszewski 1-1/+1
2020-11-19rtc: add devm_ prefix to rtc_nvmem_register()Gravatar Bartosz Golaszewski 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-07-16rtc: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-2/+2
2020-03-26rtc: pcf85063: Add pcf85063 clkout control to common clock frameworkGravatar Michael McCormick 1-0/+157
2019-12-18rtc: pcf85063: return meaningful value for RTC_VL_READGravatar Alexandre Belloni 1-8/+2
2019-12-18rtc: pcf85063: remove RTC_VL_CLR handlingGravatar Alexandre Belloni 1-6/+0
2019-04-04rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportGravatar Alexandre Belloni 1-0/+35
2019-04-04rtc: pcf85063: add offset correction supportGravatar Alexandre Belloni 1-1/+57
2019-04-04rtc: pcf85063: add nvram supportGravatar Alexandre Belloni 1-0/+24
2019-04-04rtc: pcf85063: add Micro Crystal RV8263 supportGravatar Alexandre Belloni 1-4/+28
2019-04-04rtc: pcf85063: add alarm supportGravatar Alexandre Belloni 1-0/+121
2019-04-04rtc: pcf85063: differentiate pcf85063a and pcf85063tpGravatar Alexandre Belloni 1-6/+27
2019-04-04rtc: pcf85063: switch to regmapGravatar Alexandre Belloni 1-93/+61
2019-04-04rtc: pcf85063: set rangeGravatar Alexandre Belloni 1-3/+2
2019-04-04rtc: pcf85063: convert to devm_rtc_allocate_deviceGravatar Alexandre Belloni 1-6/+6
2019-04-04rtc: pcf85063: remove bogus i2c functionality checkGravatar Alexandre Belloni 1-3/+0
2019-04-04rtc: pcf85063: convert to SPDX identifierGravatar Alexandre Belloni 1-6/+1
2019-04-04rtc: pcf85063: switch to probe_newGravatar Alexandre Belloni 1-10/+2
2019-03-02rtc: pcf85063: remove dead codeGravatar Alexey Roslyakov 1-7/+0
2019-01-22rtc: pcf85063: set xtal load capacitance from DTGravatar Sam Ravnborg 1-0/+39
2018-07-28rtc: pcf85063: preserve control register value between stop and startGravatar Alvin Šipraga 1-10/+11
2018-03-17rtc: pcf85063: fix clearing bits in pcf85063_start_clockGravatar Michael McCormick 1-1/+1
2018-03-17rtc: pcf85063: remove useless indirectionGravatar Alexandre Belloni 1-12/+4
2018-03-17rtc: pcf85063: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2016-11-04rtc: pcf85063: do not register a RTC device if chip is not presentGravatar Mirza Krak 1-0/+7
2016-07-19rtc: pcf85063: Add support for the PCF85063A deviceGravatar Chris DeBruin 1-9/+38
2016-07-19rtc: pcf85063: fix year rangeGravatar Alexandre Belloni 1-7/+5
2016-03-14rtc: pcf85063: remove struct pcf85063Gravatar Alexandre Belloni 1-17/+5
2016-03-14rtc: pcf85063: remove useless DRV_VERSIONGravatar Alexandre Belloni 1-5/+0
2016-03-14rtc: pcf85063: remove useless century handlingGravatar Alexandre Belloni 1-7/+0
2016-03-14rtc: pcf85063: fix time/date settingGravatar Juergen Borleis 1-23/+55
2016-03-14rtc: pcf85063: fix time/date readingGravatar Juergen Borleis 1-0/+7
2016-03-14rtc: pcf85063: simplify code to read the current timeGravatar Juergen Borleis 1-26/+21
2015-11-08rtc: pcf85063: return an error when date is invalidGravatar Alexandre Belloni 1-7/+1
2015-09-05rtc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2014-08-08rtc: add pcf85063 supportGravatar Søren Andersen 1-0/+204