All of lore.kernel.org
 help / color / mirror / Atom feed
* [rtc-linux] [PATCH 0/4] support control with using GPIO lines
@ 2016-04-10 14:59 ` Akinobu Mita
  0 siblings, 0 replies; 36+ messages in thread
From: Akinobu Mita @ 2016-04-10 14:59 UTC (permalink / raw)
  To: rtc-linux, devicetree
  Cc: Akinobu Mita, Sergey Yanovich, Alessandro Zummo, Alexandre Belloni

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@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
-- 
2.5.0

-- 
-- 
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@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

end of thread, other threads:[~2016-06-27 10:23 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-10 14:59 [rtc-linux] [PATCH 0/4] support control with using GPIO lines Akinobu Mita
2016-04-10 14:59 ` Akinobu Mita
2016-04-10 14:59 ` [rtc-linux] [PATCH 1/4] rtc: ds1302: fix error check in set_time Akinobu Mita
2016-04-10 14:59   ` Akinobu Mita
2016-04-10 15:17   ` [rtc-linux] " Alexandre Belloni
2016-04-10 15:17     ` Alexandre Belloni
2016-04-10 14:59 ` [rtc-linux] [PATCH 2/4] rtc: ds1302: fix write value for day of week register Akinobu Mita
2016-04-10 14:59   ` Akinobu Mita
2016-04-10 15:17   ` [rtc-linux] " Alexandre Belloni
2016-04-10 15:17     ` Alexandre Belloni
2016-04-10 14:59 ` [rtc-linux] [PATCH 3/4] rtc: ds1302: add register access abstraction layer Akinobu Mita
2016-04-10 14:59   ` Akinobu Mita
2016-04-10 14:59 ` [rtc-linux] [PATCH 4/4] rtc: ds1302: support control with using GPIO lines Akinobu Mita
2016-04-10 14:59   ` Akinobu Mita
2016-04-10 15:12 ` [rtc-linux] Re: [PATCH 0/4] " Alexandre Belloni
2016-04-10 15:12   ` Alexandre Belloni
2016-04-10 15:23   ` [rtc-linux] " Sergei Ianovich
2016-04-10 15:23     ` Sergei Ianovich
2016-04-10 15:38     ` [rtc-linux] " Alexandre Belloni
2016-04-10 15:38       ` Alexandre Belloni
2016-04-12  1:25       ` [rtc-linux] " Mark Brown
2016-04-12  1:25         ` Mark Brown
2016-04-26 19:53         ` [rtc-linux] " Akinobu Mita
2016-04-26 19:53           ` Akinobu Mita
2016-04-27 13:50           ` [rtc-linux] " Mark Brown
2016-04-27 13:50             ` Mark Brown
2016-04-27 14:03             ` [rtc-linux] " Sergei Ianovich
2016-04-27 14:03               ` Sergei Ianovich
2016-04-29  5:40               ` [rtc-linux] " Akinobu Mita
2016-04-29  5:40                 ` Akinobu Mita
2016-06-26  0:55                 ` [rtc-linux] " Alexandre Belloni
2016-06-26  0:55                   ` Alexandre Belloni
2016-06-27 10:23                   ` [rtc-linux] " Akinobu Mita
2016-06-27 10:23                     ` Akinobu Mita
2016-04-11 19:46     ` [rtc-linux] " Rob Herring
2016-04-11 19:46       ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.