]> git.baikalelectronics.ru Git - kernel.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)
commit157ee67314be90f2e326018407c3280f8b28ca43
tree8ee4629008c626fb06f9162f19f7218ca59a4e6f
parent17a67630b80130707138f455d165ca8e5f8e45f7
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]