rtc: ac100: Add RTC driver for X-Powers AC100
authorChen-Yu Tsai <wens@csie.org>
Fri, 8 Jul 2016 14:33:38 +0000 (22:33 +0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Aug 2016 11:53:36 +0000 (12:53 +0100)
commitd00a18a42c1483924de086ddfb0efe8da1dba3ac
treea8fc90f1c3d77893a13849b964307e3f1f7ce1e6
parent585083c539ca3f5fb3d00057b25f9be3304d54c6
rtc: ac100: Add RTC driver for X-Powers AC100

X-Powers AC100 is a codec / RTC combo chip. This driver supports
the RTC sub-device.

The RTC block also has clock outputs and non-volatile storage.
Non-volatile storage wthin the RTC hardware is not supported.
Clock output support is added in the next patch.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-ac100.c [new file with mode: 0644]