This series adds support access to DS1302 with GPIO lines. This series first introduces the abstraction layer for the register access which enables to share the most code between existing spi driver and new platform driver, and then adds the platform driver using GPIO.
Changes from v1 * Remove two fixes which have already been merged * Remove readbyte and writebyte ops from ds1302_ops because they were just special cases for readburst and writeburst ops * Place Kconfig entry under Platform RTC drivers Akinobu Mita (2): 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 | 509 ++++++++++++++++++--- 3 files changed, 456 insertions(+), 83 deletions(-) Cc: Sergey Yanovich <[email protected]> Cc: Alessandro Zummo <[email protected]> Cc: Alexandre Belloni <[email protected]> -- 2.7.4 -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
