summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85063.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: pcf85063: add RTC_VL_READ/RTC_VL_CLR supportAlexandre Belloni2019-04-041-0/+35
* rtc: pcf85063: add offset correction supportAlexandre Belloni2019-04-041-1/+57
* rtc: pcf85063: add nvram supportAlexandre Belloni2019-04-041-0/+24
* rtc: pcf85063: add Micro Crystal RV8263 supportAlexandre Belloni2019-04-041-4/+28
* rtc: pcf85063: add alarm supportAlexandre Belloni2019-04-041-0/+121
* rtc: pcf85063: differentiate pcf85063a and pcf85063tpAlexandre Belloni2019-04-041-6/+27
* rtc: pcf85063: switch to regmapAlexandre Belloni2019-04-041-93/+61Star
* rtc: pcf85063: set rangeAlexandre Belloni2019-04-041-3/+2Star
* rtc: pcf85063: convert to devm_rtc_allocate_deviceAlexandre Belloni2019-04-041-6/+6
* rtc: pcf85063: remove bogus i2c functionality checkAlexandre Belloni2019-04-041-3/+0Star
* rtc: pcf85063: convert to SPDX identifierAlexandre Belloni2019-04-041-6/+1Star
* rtc: pcf85063: switch to probe_newAlexandre Belloni2019-04-041-10/+2Star
* rtc: pcf85063: remove dead codeAlexey Roslyakov2019-03-021-7/+0Star
* rtc: pcf85063: set xtal load capacitance from DTSam Ravnborg2019-01-221-0/+39
* rtc: pcf85063: preserve control register value between stop and startAlvin Šipraga2018-07-281-10/+11
* rtc: pcf85063: fix clearing bits in pcf85063_start_clockMichael McCormick2018-03-171-1/+1
* rtc: pcf85063: remove useless indirectionAlexandre Belloni2018-03-171-12/+4Star
* rtc: pcf85063: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-171-1/+1
* rtc: pcf85063: do not register a RTC device if chip is not presentMirza Krak2016-11-041-0/+7
* rtc: pcf85063: Add support for the PCF85063A deviceChris DeBruin2016-07-191-9/+38
* rtc: pcf85063: fix year rangeAlexandre Belloni2016-07-191-7/+5Star
* rtc: pcf85063: remove struct pcf85063Alexandre Belloni2016-03-141-17/+5Star
* rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni2016-03-141-5/+0Star
* rtc: pcf85063: remove useless century handlingAlexandre Belloni2016-03-141-7/+0Star
* rtc: pcf85063: fix time/date settingJuergen Borleis2016-03-141-23/+55
* rtc: pcf85063: fix time/date readingJuergen Borleis2016-03-141-0/+7
* rtc: pcf85063: simplify code to read the current timeJuergen Borleis2016-03-141-26/+21Star
* rtc: pcf85063: return an error when date is invalidAlexandre Belloni2015-11-081-7/+1Star
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0Star
* rtc: add pcf85063 supportSøren Andersen2014-08-091-0/+204