Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1334477 > unrolled thread
| Started by | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| First post | 2016-02-15 15:20 +0100 |
| Last post | 2016-02-18 15:40 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk Javier Martinez Canillas <javier@osg.samsung.com> - 2016-02-15 15:20 +0100
Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-02-16 00:30 +0100
Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk Rob Herring <robh@kernel.org> - 2016-02-18 15:40 +0100
| From | Javier Martinez Canillas <javier@osg.samsung.com> |
|---|---|
| Date | 2016-02-15 15:20 +0100 |
| Subject | [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk |
| Message-ID | <r2sal-27A-11@gated-at.bofh.it> |
The S3C binding doc says that the RTC and RTC source clocks are required but the S3C driver supports different HW IP and only the s3c6410 needs a source clock. Fix the binding explaining that the source clock is only needed for the s3c6410-rtc compatible controller. Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> --- Hello, This patch depends on a previous one that was picked by Rob Herring so this one has to go through his tree again and not through the RTC tree to avoid conflicts. Best regards, Javier Changes in v2: - Remove the mention to a commit sha-1 that's not in mainline (Alexandre). - Fix typo in commit message (Alexandre). - Add Alexandre's Acked-by tag. Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt index 1068ffce9f91..fdde63a5419c 100644 --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt @@ -15,9 +15,10 @@ Required properties: is the rtc tick interrupt. The number of cells representing a interrupt depends on the parent interrupt controller. - clocks: Must contain a list of phandle and clock specifier for the rtc - and source clocks. -- clock-names: Must contain "rtc" and "rtc_src" entries sorted in the - same order as the clocks property. + clock and in the case of a s3c6410 compatible controller, also + a source clock. +- clock-names: Must contain "rtc" and for a s3c6410 compatible controller, + a "rtc_src" sorted in the same order as the clocks property. Example: -- 2.5.0
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2016-02-16 00:30 +0100 |
| Subject | Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk |
| Message-ID | <r2AKC-7Tu-7@gated-at.bofh.it> |
| In reply to | #1334477 |
On 15.02.2016 23:11, Javier Martinez Canillas wrote: > The S3C binding doc says that the RTC and RTC source clocks are required > but the S3C driver supports different HW IP and only the s3c6410 needs a > source clock. > > Fix the binding explaining that the source clock is only needed for the > s3c6410-rtc compatible controller. > > Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > > --- > Hello, > > This patch depends on a previous one that was picked by Rob Herring so > this one has to go through his tree again and not through the RTC tree > to avoid conflicts. > > Best regards, > Javier > > Changes in v2: > - Remove the mention to a commit sha-1 that's not in mainline (Alexandre). > - Fix typo in commit message (Alexandre). > - Add Alexandre's Acked-by tag. > > Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Best regards, Krzysztof
[toc] | [prev] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2016-02-18 15:40 +0100 |
| Subject | Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk |
| Message-ID | <r3xUm-716-9@gated-at.bofh.it> |
| In reply to | #1334477 |
On Mon, Feb 15, 2016 at 11:11:06AM -0300, Javier Martinez Canillas wrote: > The S3C binding doc says that the RTC and RTC source clocks are required > but the S3C driver supports different HW IP and only the s3c6410 needs a > source clock. > > Fix the binding explaining that the source clock is only needed for the > s3c6410-rtc compatible controller. > > Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> > Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> > Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> > > --- > Hello, > > This patch depends on a previous one that was picked by Rob Herring so > this one has to go through his tree again and not through the RTC tree > to avoid conflicts. Ugg, sent pull request today. It should be in Linus' tree now. This can go thru rtc tree if you prefer. Otherwise, I'll queue it up for 4.6. >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web