]> git.karo-electronics.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>
Sun, 8 Nov 2015 13:12:32 +0000 (14:12 +0100)
commit1e3929ef0e1c4c7127b785ce7a236965b3739406
tree8ee4629008c626fb06f9162f19f7218ca59a4e6f
parentfb4ac3c14b07a6fd33a399845273661172ed282d
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]