Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1732655 > unrolled thread

[PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings

Started byAlexandre Belloni <alexandre.belloni@free-electrons.com>
First post2017-09-15 02:30 +0200
Last post2017-09-26 15:50 +0200
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-15 02:30 +0200
    Re: [PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings Rob Herring <robh@kernel.org> - 2017-09-20 23:00 +0200
      Re: [PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2017-09-26 15:50 +0200

#1732655 — [PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-09-15 02:30 +0200
Subject[PATCH] dt-bindings: RTC: Add sirf,prima2-sysrtc bindings
Message-ID<upMG6-3I4-9@gated-at.bofh.it>
Add device tree bindings for the SiRFSoC Real Time Clock.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt         | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt

diff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
new file mode 100644
index 000000000000..206a5b44af48
--- /dev/null
+++ b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
@@ -0,0 +1,14 @@
+SiRFSoC Real Time Clock
+
+Required properties:
+- compatible: must be "sirf,prima2-sysrtc"
+- reg: address range of rtc register set.
+- interrupts: rtc alarm interrupts.
+
+Example:
+			sysrtc@2000 {
+				compatible = "sirf,prima2-sysrtc";
+				reg = <0x2000 0x1000>;
+				interrupts = <52 53 54>;
+			};
+
-- 
2.14.1

[toc] | [next] | [standalone]


#1736121

FromRob Herring <robh@kernel.org>
Date2017-09-20 23:00 +0200
Message-ID<urUga-855-37@gated-at.bofh.it>
In reply to#1732655
On Fri, Sep 15, 2017 at 02:20:35AM +0200, Alexandre Belloni wrote:
> Add device tree bindings for the SiRFSoC Real Time Clock.

Would be useful to note this is already in use and was undocumented.

> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt         | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> 
> diff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> new file mode 100644
> index 000000000000..206a5b44af48
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> @@ -0,0 +1,14 @@
> +SiRFSoC Real Time Clock
> +
> +Required properties:
> +- compatible: must be "sirf,prima2-sysrtc"
> +- reg: address range of rtc register set.
> +- interrupts: rtc alarm interrupts.
> +
> +Example:
> +			sysrtc@2000 {

rtc@...

Did you want to take all these patches or I can? At least the ones 
touching trivial-devices.txt I'll take so I can deal with any conflicts.

Rob

[toc] | [prev] | [next] | [standalone]


#1739906

FromAlexandre Belloni <alexandre.belloni@free-electrons.com>
Date2017-09-26 15:50 +0200
Message-ID<utYpk-5qG-17@gated-at.bofh.it>
In reply to#1736121
On 20/09/2017 at 15:52:16 -0500, Rob Herring wrote:
> On Fri, Sep 15, 2017 at 02:20:35AM +0200, Alexandre Belloni wrote:
> > Add device tree bindings for the SiRFSoC Real Time Clock.
> 
> Would be useful to note this is already in use and was undocumented.
> 
> > 
> > Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> > ---
> >  .../devicetree/bindings/rtc/sirf,prima2-sysrtc.txt         | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> > 
> > diff --git a/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> > new file mode 100644
> > index 000000000000..206a5b44af48
> > --- /dev/null
> > +++ b/Documentation/devicetree/bindings/rtc/sirf,prima2-sysrtc.txt
> > @@ -0,0 +1,14 @@
> > +SiRFSoC Real Time Clock
> > +
> > +Required properties:
> > +- compatible: must be "sirf,prima2-sysrtc"
> > +- reg: address range of rtc register set.
> > +- interrupts: rtc alarm interrupts.
> > +
> > +Example:
> > +			sysrtc@2000 {
> 
> rtc@...
> 
> Did you want to take all these patches or I can? At least the ones 
> touching trivial-devices.txt I'll take so I can deal with any conflicts.
> 

I think you can take them through your tree as they don't touch code in
drivers/rtc.

I'll resend v2 as a proper series.


-- 
Alexandre Belloni, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web