rtc: st: Add new driver for ST's LPC RTC
authorLee Jones <lee.jones@linaro.org>
Thu, 9 Apr 2015 14:47:33 +0000 (15:47 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 30 Apr 2015 12:21:31 +0000 (13:21 +0100)
commitb5b2bdfc2893910fdc02d21ec5c535635c896ff7
tree97f216688c9ae61c8e9175bd8c38f53571451dbc
parent5cb69745da35c372b3db001efbd3967b633ba0d1
rtc: st: Add new driver for ST's LPC RTC

ST's Low Power Controller (LPC) controls two devices; watchdog and RTC.
Only one of the devices can be used at any one time.  This is enforced
by the correlating MFD driver.  This portion of the driver-set controls
the Real Time Clock.

Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-st-lpc.c [new file with mode: 0644]