rtc: rv3032: Add a driver for Microcrystal RV-3032
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 13 Oct 2020 14:41:10 +0000 (16:41 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 19 Oct 2020 20:47:56 +0000 (22:47 +0200)
commit2eeaa532accab8810ca9fe21f52d149713561235
treec5850d3740e485e1653eb36f32518f12e819c87d
parent5ebe59a50593b1978f16a9bf4a7a887dc7a82b7b
rtc: rv3032: Add a driver for Microcrystal RV-3032

New driver for the Microcrystal RV-3032, including support for:
 - Date/time
 - Alarms
 - Low voltage detection
 - Trickle charge
 - Trimming
 - Clkout
 - RAM
 - EEPROM
 - Temperature sensor

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20201013144110.1942218-3-alexandre.belloni@bootlin.com
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-rv3032.c [new file with mode: 0644]