On 04/12/2016 at 23:04:39 +0900, Akinobu Mita wrote : > This adds support for EPSON TOYOCOM RTC-7301SF/DG which has parallel > interface compatible with SRAM. > > This driver supports basic clock, calendar and alarm functionality. > > Tested with Microblaze linux running on Artix7 FPGA board with my own > custom IP for RTC-7301. > > Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> > Acked-by: Rob Herring <robh@xxxxxxxxxx> > Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> > Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxxxxxxxxx> > --- > * Changes from v2 > - Convert enum to usual #defines > > .../devicetree/bindings/rtc/epson,rtc7301.txt | 16 + > drivers/rtc/Kconfig | 11 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-r7301.c | 453 +++++++++++++++++++++ > 4 files changed, 481 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/epson,rtc7301.txt > create mode 100644 drivers/rtc/rtc-r7301.c > Applied, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- 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