]> 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)
commit60d4c4078fd755d7eb542c6e0e9a2fac7f0d3323
tree8ee4629008c626fb06f9162f19f7218ca59a4e6f
parent0707d2f7eb4b3df34a7dd3dc5f7229a9c09880cc
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]