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