rtc: add rtc-lpc24xx driver
authorJoachim Eastwood <manabian@gmail.com>
Sat, 11 Jul 2015 17:28:49 +0000 (19:28 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:06 +0000 (13:19 +0200)
commitc28b42e3aee03fe869a3f73039cf92686ccbc8fb
tree5851c431f3c534d74170f435a588b2721b3e018a
parentdcb9372b34c9de90672e4cf811d7c3a8519320aa
rtc: add rtc-lpc24xx driver

Add driver for the RTC found on NXP LPC178x/18xx/408x/43xx devices.
The RTC provides calendar and clock functionality together with
alarm interrupt support.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-lpc24xx.c [new file with mode: 0644]