devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] rtc: Reuse rtc-sh driver to support RZ/A1
@ 2017-03-16 17:51 Chris Brandt
       [not found] ` <20170316175112.27913-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
  2017-03-16 17:51 ` [PATCH 4/5] ARM: dts: r7s72100: add rtc to device tree Chris Brandt
  0 siblings, 2 replies; 26+ messages in thread
From: Chris Brandt @ 2017-03-16 17:51 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni, Rob Herring, Mark Rutland,
	Simon Horman, Geert Uytterhoeven
  Cc: rtc-linux-/JYPxA39Uh5TLH3MbocFFw,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA, Chris Brandt

Basically, the same RTC that was used in SuperH devices is now used in
RZ/A1 devices. Therefore with some slight changes, that driver can be
reused.

Additionally, since ARM architectures require Device Tree configurations,
device tree support has been added.

This was tested on RZ/A1H RSK board. Once the correct time was programmed
into the RTC running off a 32.768kHz crystal, you can retain an accurate
system clock between reboots (hard and soft) until power is finally removed
from the board (there is no batter backup on the RSK board).


Chris Brandt (5):
  rtc: rtc-sh: add support for rza series
  rtc: Add rtc-sh
  ARM: dts: r7s72100: add rtc clock to device tree
  ARM: dts: r7s72100: add rtc to device tree
  ARM: dts: rskrza1: add rtc DT support

 Documentation/devicetree/bindings/rtc/rtc-sh.txt | 19 +++++++++++++++++++
 arch/arm/boot/dts/r7s72100-rskrza1.dts           |  4 ++++
 arch/arm/boot/dts/r7s72100.dtsi                  | 20 ++++++++++++++++++++
 drivers/rtc/Kconfig                              |  4 ++--
 drivers/rtc/rtc-sh.c                             | 20 ++++++++++++++++++++
 include/dt-bindings/clock/r7s72100-clock.h       |  3 +++
 6 files changed, 68 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/rtc-sh.txt

-- 
2.10.1


-- 
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] 26+ messages in thread

end of thread, other threads:[~2017-03-28 13:38 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16 17:51 [PATCH 0/5] rtc: Reuse rtc-sh driver to support RZ/A1 Chris Brandt
     [not found] ` <20170316175112.27913-1-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-16 17:51   ` [PATCH 1/5] rtc: rtc-sh: add support for rza series Chris Brandt
     [not found]     ` <20170316175112.27913-2-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-17  8:22       ` Geert Uytterhoeven
     [not found]         ` <CAMuHMdXXRiUTJJRsrpyFNEwjvjPO2s5Rthn2r+UipaQgVHHMcQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 13:17           ` Chris Brandt
2017-03-17 15:11     ` Alexandre Belloni
2017-03-16 17:51   ` [PATCH 2/5] rtc: Add rtc-sh Chris Brandt
     [not found]     ` <20170316175112.27913-3-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-17  8:17       ` Geert Uytterhoeven
     [not found]         ` <CAMuHMdVu0dQjptyW0F5YS+V6sixXTM3P6VWq2=8BQ5njUOXf-Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 13:16           ` Chris Brandt
     [not found]             ` <SG2PR06MB1165A9931C930DF9BCD5C0A98A390-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-17 13:21               ` Geert Uytterhoeven
     [not found]                 ` <CAMuHMdW0nHiZkE_RxVLX3G0MuwQLPHVFyNq5C1tx0yAqDQefaA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 13:41                   ` Chris Brandt
     [not found]                     ` <SG2PR06MB11653BB788CADBEE78FE4CF58A390-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-17 13:55                       ` Geert Uytterhoeven
     [not found]                         ` <CAMuHMdWs3NtKLiBnKCmxGYNBW3zzWYydj=JGKr+mH7ao97L2_Q-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 15:05                           ` Alexandre Belloni
     [not found]                             ` <20170317150524.oijto6gtjxycdnwn-m++hUPXGwpdeoWH0uzbU5w@public.gmane.org>
2017-03-20 15:05                               ` Chris Brandt
     [not found]                                 ` <SG2PR06MB1165819F41CF40562F44F08B8A3A0-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-20 16:03                                   ` Geert Uytterhoeven
     [not found]                                     ` <CAMuHMdWxs4Xwc0T5AHL73ZtF6r8pN9v6g-GEzozdLvTc4j4aSw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-20 16:26                                       ` Chris Brandt
     [not found]                                         ` <SG2PR06MB11650F098CFD2BCCB74C823B8A3A0-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-20 22:45                                           ` Alexandre Belloni
2017-03-16 17:51   ` [PATCH 3/5] ARM: dts: r7s72100: add rtc clock to device tree Chris Brandt
     [not found]     ` <20170316175112.27913-4-chris.brandt-zM6kxYcvzFBBDgjK7y7TUQ@public.gmane.org>
2017-03-17  8:27       ` Geert Uytterhoeven
     [not found]         ` <CAMuHMdXAvMoLu5azcBfX5pH_KYApcYSipBktpbfLybvnCG+bwg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 13:20           ` Chris Brandt
     [not found]             ` <SG2PR06MB1165ECF439A79E31978ACF228A390-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-17 13:33               ` Geert Uytterhoeven
     [not found]                 ` <CAMuHMdWm=4My_H-i-fNpXY9knSLpN+-zNarC5Xdq08kgvauM_w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-17 13:48                   ` Chris Brandt
     [not found]                     ` <SG2PR06MB116586A6CF6082C2CF0341AD8A390-ESzmfEwOt/xoAsOJh7vwSm0DtJ1/0DrXvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2017-03-17 13:57                       ` Geert Uytterhoeven
2017-03-17 15:16       ` Alexandre Belloni
2017-03-16 17:51   ` [PATCH 5/5] ARM: dts: rskrza1: add rtc DT support Chris Brandt
2017-03-28 13:38   ` [PATCH 0/5] rtc: Reuse rtc-sh driver to support RZ/A1 bobethtarsi3-Re5JQEeQqe8AvxtiuMwx3w
2017-03-16 17:51 ` [PATCH 4/5] ARM: dts: r7s72100: add rtc to device tree Chris Brandt

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).