rtc: Add Cadence RTC driver
authorJan Kotas <jank@cadence.com>
Tue, 22 Jan 2019 10:42:16 +0000 (10:42 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 22 Jan 2019 18:18:27 +0000 (19:18 +0100)
commit42986fb8119928d32e585c73181f39506937a3b2
treee9f8a30bd7904707d49740a7b6387bca8e745864
parent1e47704e15f0907d2d8482ec939e3cb500bae558
rtc: Add Cadence RTC driver

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 <jank@cadence.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-cadence.c [new file with mode: 0644]