On Sun, Aug 28, 2016 at 11:55:18PM +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 <[email protected]> > Cc: Alessandro Zummo <[email protected]> > Cc: Alexandre Belloni <[email protected]> > --- > .../devicetree/bindings/rtc/epson,rtc7301.txt | 15 +
Acked-by: Rob Herring <[email protected]> > drivers/rtc/Kconfig | 11 + > drivers/rtc/Makefile | 1 + > drivers/rtc/rtc-r7301.c | 458 > +++++++++++++++++++++ > 4 files changed, 485 insertions(+) > create mode 100644 Documentation/devicetree/bindings/rtc/epson,rtc7301.txt > create mode 100644 drivers/rtc/rtc-r7301.c -- 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.
