summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-abracon.c
Commit message (Collapse)AuthorAgeFilesLines
* rtc: abracon: Check obtained time for validityAndrey Smirnov2016-04-051-2/+2
| | | | | | | | Check obtianed time for validity before returning it to the caller the same way other RTC drivers do. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* rtc: Add Abracon driverSascha Hauer2016-01-071-0/+126
This patch adds support for the Abracon ab-rtcmc-32.768khz-eoz9-s3 RTC. The driver can probably support other Abracon RTCs aswell, but this hasn't been verified. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>