summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx6110.c
Commit message (Collapse)AuthorAgeFilesLines
* rtc: add driver for RX6110SA real time clockSteffen Trumtrar2016-03-141-0/+402
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>