linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt
@ 2013-07-05  8:18 Sachin Kamat
  2013-07-22  1:51 ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Sachin Kamat @ 2013-07-05  8:18 UTC (permalink / raw)
  To: linux-arm-kernel

The clocks should be numbered sequentially as they are represented as
enum values in the clock driver.

Typo introduced by commit 17d4caccef ("clk: exynos5250: register
display block gate clocks to common clock framework")

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 .../devicetree/bindings/clock/exynos5250-clock.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
index 781a627..1a05761 100644
--- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
+++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
@@ -154,7 +154,7 @@ clock which they consume.
   dsim0			341
   dp			342
   mixer			343
-  hdmi			345
+  hdmi			344
 
 Example 1: An example of a clock controller node is listed below.
 
-- 
1.7.9.5

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

* [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt
  2013-07-05  8:18 [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt Sachin Kamat
@ 2013-07-22  1:51 ` Kukjin Kim
  2013-07-22  4:42   ` Mike Turquette
  0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2013-07-22  1:51 UTC (permalink / raw)
  To: linux-arm-kernel

Sachin Kamat wrote:
> 
> The clocks should be numbered sequentially as they are represented as
> enum values in the clock driver.
> 
> Typo introduced by commit 17d4caccef ("clk: exynos5250: register
> display block gate clocks to common clock framework")
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  .../devicetree/bindings/clock/exynos5250-clock.txt |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> index 781a627..1a05761 100644
> --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> @@ -154,7 +154,7 @@ clock which they consume.
>    dsim0			341
>    dp			342
>    mixer			343
> -  hdmi			345
> +  hdmi			344
> 
>  Example 1: An example of a clock controller node is listed below.
> 
> --
> 1.7.9.5

Looks OK to me.

Mike, do you want me to take into the samsung tree?

Thanks,
Kukjin

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

* [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt
  2013-07-22  1:51 ` Kukjin Kim
@ 2013-07-22  4:42   ` Mike Turquette
  2013-07-22  4:54     ` Sachin Kamat
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Turquette @ 2013-07-22  4:42 UTC (permalink / raw)
  To: linux-arm-kernel

Quoting Kukjin Kim (2013-07-21 18:51:54)
> Sachin Kamat wrote:
> > 
> > The clocks should be numbered sequentially as they are represented as
> > enum values in the clock driver.
> > 
> > Typo introduced by commit 17d4caccef ("clk: exynos5250: register
> > display block gate clocks to common clock framework")
> > 
> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> > ---
> >  .../devicetree/bindings/clock/exynos5250-clock.txt |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> > b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> > index 781a627..1a05761 100644
> > --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> > +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
> > @@ -154,7 +154,7 @@ clock which they consume.
> >    dsim0                      341
> >    dp                 342
> >    mixer                      343
> > -  hdmi                       345
> > +  hdmi                       344
> > 
> >  Example 1: An example of a clock controller node is listed below.
> > 
> > --
> > 1.7.9.5
> 
> Looks OK to me.
> 
> Mike, do you want me to take into the samsung tree?

I've pulled this into clk-next.

Thanks!
Mike

> 
> Thanks,
> Kukjin

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

* [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt
  2013-07-22  4:42   ` Mike Turquette
@ 2013-07-22  4:54     ` Sachin Kamat
  0 siblings, 0 replies; 4+ messages in thread
From: Sachin Kamat @ 2013-07-22  4:54 UTC (permalink / raw)
  To: linux-arm-kernel

On 22 July 2013 10:12, Mike Turquette <mturquette@linaro.org> wrote:
> Quoting Kukjin Kim (2013-07-21 18:51:54)
>> Sachin Kamat wrote:
>> >
>> > The clocks should be numbered sequentially as they are represented as
>> > enum values in the clock driver.
>> >
>> > Typo introduced by commit 17d4caccef ("clk: exynos5250: register
>> > display block gate clocks to common clock framework")
>> >
>> > Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
>> > ---
>> >  .../devicetree/bindings/clock/exynos5250-clock.txt |    2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
>> > b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
>> > index 781a627..1a05761 100644
>> > --- a/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
>> > +++ b/Documentation/devicetree/bindings/clock/exynos5250-clock.txt
>> > @@ -154,7 +154,7 @@ clock which they consume.
>> >    dsim0                      341
>> >    dp                 342
>> >    mixer                      343
>> > -  hdmi                       345
>> > +  hdmi                       344
>> >
>> >  Example 1: An example of a clock controller node is listed below.
>> >
>> > --
>> > 1.7.9.5
>>
>> Looks OK to me.
>>
>> Mike, do you want me to take into the samsung tree?
>
> I've pulled this into clk-next.

Thanks Mike.
Please also consider the following patch series:

http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20829
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/20582

-- 
With warm regards,
Sachin

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

end of thread, other threads:[~2013-07-22  4:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05  8:18 [PATCH 1/1] of/documentation: Fix a typo in exynos5250-clock.txt Sachin Kamat
2013-07-22  1:51 ` Kukjin Kim
2013-07-22  4:42   ` Mike Turquette
2013-07-22  4:54     ` Sachin Kamat

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