]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rtc: rv3028: add new driver
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 12 Feb 2019 23:21:36 +0000 (00:21 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 17 Feb 2019 20:29:10 +0000 (21:29 +0100)
commite6e7376cfd7b3f9b63de3a22792f64d9bfb2ab53
treef385ee7e4677e2b4ce44febb73d1422f771d2d22
parent10e7122107bd426a6ac33bcb17392978a72ca13b
rtc: rv3028: add new driver

Add a driver for the MicroCrystal RV-3028. It is a SMT Real-Time Clock
Module that incorporates an integrated CMOS circuit together with an XTAL.
It has an i2c interface.

The driver handles date/time, alarms, trickle charging, timestamping,
frequency offset correction, EEPROM and NVRAM.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Documentation/devicetree/bindings/rtc/rtc.txt
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-rv3028.c [new file with mode: 0644]