devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] support control with using GPIO lines
@ 2016-06-27 11:19 Akinobu Mita
       [not found] ` <1467026362-29446-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 11+ messages in thread
From: Akinobu Mita @ 2016-06-27 11:19 UTC (permalink / raw)
  To: rtc-linux-/JYPxA39Uh5TLH3MbocFFw, devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Akinobu Mita, Sergey Yanovich, Alessandro Zummo, Alexandre Belloni

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 <ynvich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Alessandro Zummo <a.zummo-BfzFCNDTiLLj+vYz1yj4TQ@public.gmane.org>
Cc: Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
-- 
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 rtc-linux+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-07-27 18:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-27 11:19 [PATCH v2 0/2] support control with using GPIO lines Akinobu Mita
     [not found] ` <1467026362-29446-1-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-27 11:19   ` [PATCH v2 1/2] rtc: ds1302: add register access abstraction layer Akinobu Mita
     [not found]     ` <1467026362-29446-2-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-27 11:50       ` Sergei Ianovich
     [not found]         ` <1467028249.3182.11.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-27 12:44           ` Alexandre Belloni
     [not found]             ` <20160627124432.GI29249-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2016-06-27 12:45               ` Alexandre Belloni
2016-06-27 15:15               ` Sergei Ianovich
     [not found]                 ` <1467040517.3182.34.camel-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-19 15:13                   ` Alexandre Belloni
     [not found]                     ` <20160719151314.GH7132-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2016-07-27 18:47                       ` Mark Brown
2016-06-27 11:19   ` [PATCH v2 2/2] rtc: ds1302: support control with using GPIO lines Akinobu Mita
     [not found]     ` <1467026362-29446-3-git-send-email-akinobu.mita-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-06-28 20:57       ` Rob Herring
2016-07-08 14:28         ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).