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)
commit68298c2dac96c75ed6950f059bbb1368c21da2a3
tree499dd8e10006ebf0f5d6a954834ff10996eb4b42
parentcfe941628a04b572b0dba7a20fd4570edad74c81
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]