]> 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)
commit2722fa9440cacfd08eccf7430c69cd0dd0a70710
tree499dd8e10006ebf0f5d6a954834ff10996eb4b42
parent960929ca342e8ae79bf65543b2a254028b937cbe
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]