summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-pcf85063.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* rtc: pcf85063: remove struct pcf85063Alexandre Belloni2016-03-141-17/+5
* rtc: pcf85063: remove useless DRV_VERSIONAlexandre Belloni2016-03-141-5/+0
* rtc: pcf85063: remove useless century handlingAlexandre Belloni2016-03-141-7/+0
* 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/+21
* rtc: pcf85063: return an error when date is invalidAlexandre Belloni2015-11-081-7/+1
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: add pcf85063 supportSøren Andersen2014-08-081-0/+204