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