This series adds support access to DS1302 with GPIO lines. Recently rtc-ds1302 is rewritten using SPI 3wire mode. This adds another platform driver using GPIO while supporting both modes. Thie series first fixes two problems I found while tesing, secondly introduces the abstraction layer for the register access which enables to share the most code between spi and platform driver, and adds the platform driver using GPIO. Akinobu Mita (4): rtc: ds1302: fix error check in set_time rtc: ds1302: fix write value for day of week register rtc: ds1302: add register access abstraction layer rtc: ds1302: support control with using GPIO lines .../devicetree/bindings/rtc/maxim-ds1302.txt | 13 + drivers/rtc/Kconfig | 17 +- drivers/rtc/rtc-ds1302.c | 558 ++++++++++++++++++--- 3 files changed, 503 insertions(+), 85 deletions(-) Cc: Sergey Yanovich <ynvich@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html