All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-02-15 14:11 ` Javier Martinez Canillas
  0 siblings, 0 replies; 13+ messages in thread
From: Javier Martinez Canillas @ 2016-02-15 14:11 UTC (permalink / raw)
  To: linux-kernel, Rob Herring
  Cc: Alexandre Belloni, linux-samsung-soc, Krzysztof Kozlowski,
	rtc-linux, devicetree, Javier Martinez Canillas

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

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

* [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-02-15 14:11 ` Javier Martinez Canillas
  0 siblings, 0 replies; 13+ messages in thread
From: Javier Martinez Canillas @ 2016-02-15 14:11 UTC (permalink / raw)
  To: linux-kernel, Rob Herring
  Cc: Alexandre Belloni, linux-samsung-soc, Krzysztof Kozlowski,
	rtc-linux, devicetree, Javier Martinez Canillas

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

-- 
-- 
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 related	[flat|nested] 13+ messages in thread

* Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-02-15 14:11 ` [rtc-linux] " Javier Martinez Canillas
@ 2016-02-15 23:22   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-15 23:22 UTC (permalink / raw)
  To: Javier Martinez Canillas, linux-kernel, Rob Herring
  Cc: Alexandre Belloni, linux-samsung-soc, rtc-linux, devicetree

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

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

* [rtc-linux] Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-02-15 23:22   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-15 23:22 UTC (permalink / raw)
  To: Javier Martinez Canillas, linux-kernel, Rob Herring
  Cc: Alexandre Belloni, linux-samsung-soc, rtc-linux, devicetree

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

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

* Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-02-15 14:11 ` [rtc-linux] " Javier Martinez Canillas
@ 2016-02-18 14:38   ` Rob Herring
  -1 siblings, 0 replies; 13+ messages in thread
From: Rob Herring @ 2016-02-18 14:38 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: linux-kernel, Alexandre Belloni, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

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.

> 

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

* [rtc-linux] Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-02-18 14:38   ` Rob Herring
  0 siblings, 0 replies; 13+ messages in thread
From: Rob Herring @ 2016-02-18 14:38 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: linux-kernel, Alexandre Belloni, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

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.

> 

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

* Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-02-18 14:38   ` [rtc-linux] " Rob Herring
@ 2016-03-17 22:31     ` Alexandre Belloni
  -1 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2016-03-17 22:31 UTC (permalink / raw)
  To: Rob Herring
  Cc: Javier Martinez Canillas, linux-kernel, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

Hi Rob,

On 18/02/2016 at 08:38:53 -0600, Rob Herring wrote :
> 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.
> 

Do you plan to send that one to Linus for 4.6? Else, I still have a few
patches to send before the end of the merge window.

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

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

* [rtc-linux] Re: [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-03-17 22:31     ` Alexandre Belloni
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2016-03-17 22:31 UTC (permalink / raw)
  To: Rob Herring
  Cc: Javier Martinez Canillas, linux-kernel, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

Hi Rob,

On 18/02/2016 at 08:38:53 -0600, Rob Herring wrote :
> 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.
> 

Do you plan to send that one to Linus for 4.6? Else, I still have a few
patches to send before the end of the merge window.

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

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

* Re: [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-02-15 14:11 ` [rtc-linux] " Javier Martinez Canillas
                   ` (2 preceding siblings ...)
  (?)
@ 2016-03-28 22:19 ` Alexandre Belloni
  2016-04-21 12:46     ` Javier Martinez Canillas
  -1 siblings, 1 reply; 13+ messages in thread
From: Alexandre Belloni @ 2016-03-28 22:19 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: linux-kernel, Rob Herring, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

On 15/02/2016 at 11:11:06 -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.
> 

Well, I'm queuing that one in rtc-fixes for 4.6


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

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

* Re: [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-03-28 22:19 ` [rtc-linux] " Alexandre Belloni
@ 2016-04-21 12:46     ` Javier Martinez Canillas
  0 siblings, 0 replies; 13+ messages in thread
From: Javier Martinez Canillas @ 2016-04-21 12:46 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: linux-kernel, Rob Herring, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

Hello Alexandre,

On 03/28/2016 06:19 PM, Alexandre Belloni wrote:
> On 15/02/2016 at 11:11:06 -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.
>>
> 
> Well, I'm queuing that one in rtc-fixes for 4.6
> 

Are you still planning to push this fix for v4.6? I don't see the patch in
neither v4.6-rc4 nor linux-next.

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-04-21 12:46     ` Javier Martinez Canillas
  0 siblings, 0 replies; 13+ messages in thread
From: Javier Martinez Canillas @ 2016-04-21 12:46 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: linux-kernel, Rob Herring, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

Hello Alexandre,

On 03/28/2016 06:19 PM, Alexandre Belloni wrote:
> On 15/02/2016 at 11:11:06 -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.
>>
> 
> Well, I'm queuing that one in rtc-fixes for 4.6
> 

Are you still planning to push this fix for v4.6? I don't see the patch in
neither v4.6-rc4 nor linux-next.

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
  2016-04-21 12:46     ` Javier Martinez Canillas
@ 2016-04-21 13:09       ` Alexandre Belloni
  -1 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2016-04-21 13:09 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: linux-kernel, Rob Herring, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

On 21/04/2016 at 08:46:33 -0400, Javier Martinez Canillas wrote :
> Hello Alexandre,
> 
> On 03/28/2016 06:19 PM, Alexandre Belloni wrote:
> > On 15/02/2016 at 11:11:06 -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.
> >>
> > 
> > Well, I'm queuing that one in rtc-fixes for 4.6
> > 
> 
> Are you still planning to push this fix for v4.6? I don't see the patch in
> neither v4.6-rc4 nor linux-next.
> 

Well, I was expecting to get more fixes but didn't so I still didn't
send the PR to Linus. I'll do that this week.

thanks for the reminder!

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

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

* Re: [rtc-linux] [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk
@ 2016-04-21 13:09       ` Alexandre Belloni
  0 siblings, 0 replies; 13+ messages in thread
From: Alexandre Belloni @ 2016-04-21 13:09 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: linux-kernel, Rob Herring, linux-samsung-soc,
	Krzysztof Kozlowski, rtc-linux, devicetree

On 21/04/2016 at 08:46:33 -0400, Javier Martinez Canillas wrote :
> Hello Alexandre,
> 
> On 03/28/2016 06:19 PM, Alexandre Belloni wrote:
> > On 15/02/2016 at 11:11:06 -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.
> >>
> > 
> > Well, I'm queuing that one in rtc-fixes for 4.6
> > 
> 
> Are you still planning to push this fix for v4.6? I don't see the patch in
> neither v4.6-rc4 nor linux-next.
> 

Well, I was expecting to get more fixes but didn't so I still didn't
send the PR to Linus. I'll do that this week.

thanks for the reminder!

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

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

end of thread, other threads:[~2016-04-21 13:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 14:11 [PATCH v2] rtc: s3c: Document in binding that only s3c6410 needs a src clk Javier Martinez Canillas
2016-02-15 14:11 ` [rtc-linux] " Javier Martinez Canillas
2016-02-15 23:22 ` Krzysztof Kozlowski
2016-02-15 23:22   ` [rtc-linux] " Krzysztof Kozlowski
2016-02-18 14:38 ` Rob Herring
2016-02-18 14:38   ` [rtc-linux] " Rob Herring
2016-03-17 22:31   ` Alexandre Belloni
2016-03-17 22:31     ` [rtc-linux] " Alexandre Belloni
2016-03-28 22:19 ` [rtc-linux] " Alexandre Belloni
2016-04-21 12:46   ` Javier Martinez Canillas
2016-04-21 12:46     ` Javier Martinez Canillas
2016-04-21 13:09     ` Alexandre Belloni
2016-04-21 13:09       ` Alexandre Belloni

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.