aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85063.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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