]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: add driver for RX6110SA real time clock
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>
Mon, 4 Jan 2016 17:04:35 +0000 (18:04 +0100)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 14 Mar 2016 16:08:10 +0000 (17:08 +0100)
commitede3fdf3af734997b9bf2724073a52c883265b51
tree499dd8e10006ebf0f5d6a954834ff10996eb4b42
parente816874c578962fecc0e80120c83d8356b443991
rtc: add driver for RX6110SA real time clock

The RX6110 comes in two different variants: SPI and I2C.
This driver only supports the SPI variant.

If the need ever arises to also support the I2C variant, this driver
could easily be refactored to support both cases.

Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-rx6110.c [new file with mode: 0644]