]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: Add a driver for Micro Crystal RV8803
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 2 Nov 2015 22:48:32 +0000 (23:48 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Wed, 4 Nov 2015 13:50:21 +0000 (14:50 +0100)
commit55e213095fb3dd76eba6359e38d77de290fc98cd
tree06d240b595570e9e541115151986cfe03472ff7d
parenta81b2125d5566fb2b43eee506defa8dcf9fb793e
rtc: Add a driver for Micro Crystal RV8803

This driver supports the following functions:
 - reading and settings time
 - alarms when connected to an IRQ
 - reading and clearing the voltage low flags
 - nvram

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