aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-cadence.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-22rtc: Add Cadence RTC driverJan Kotas1-0/+423
This patch adds a driver for Cadence RTC controller. It can be enabled with RTC_DRV_CADENCE Kconfig option. It supports waking system from sleep modes. Signed-off-by: Jan Kotas <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>