All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
@ 2015-06-29  9:42 Geert Uytterhoeven
  2015-06-29 14:45 ` Yoshinori Sato
  0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-06-29  9:42 UTC (permalink / raw)
  To: Yoshinori Sato, Michael Turquette, Stephen Boyd
  Cc: uclinux-h8-devel, linux-clk, Geert Uytterhoeven

Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
the compatible value.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
index 36c2b528245cd48f..399e0da22348b19e 100644
--- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
+++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
@@ -2,7 +2,7 @@
 
 Required Properties:
 
-  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
+  - compatible: Must be "renesas,h8300-div-clock"
 
   - clocks: Reference to the parent clocks ("extal1" and "extal2")
 
-- 
1.9.1

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

* Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
  2015-06-29  9:42 [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value Geert Uytterhoeven
@ 2015-06-29 14:45 ` Yoshinori Sato
  2015-08-08  0:58   ` Michael Turquette
  2015-11-20 12:57   ` Geert Uytterhoeven
  0 siblings, 2 replies; 6+ messages in thread
From: Yoshinori Sato @ 2015-06-29 14:45 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Michael Turquette, Stephen Boyd, uclinux-h8-devel, linux-clk

On Mon, 29 Jun 2015 18:42:58 +0900,
Geert Uytterhoeven wrote:
> 
> Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
> the compatible value.

Ouch.
Applied. Thanks.

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> index 36c2b528245cd48f..399e0da22348b19e 100644
> --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> @@ -2,7 +2,7 @@
>  
>  Required Properties:
>  
> -  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
> +  - compatible: Must be "renesas,h8300-div-clock"
>  
>    - clocks: Reference to the parent clocks ("extal1" and "extal2")
>  
> -- 
> 1.9.1
> 

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

* Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
  2015-06-29 14:45 ` Yoshinori Sato
@ 2015-08-08  0:58   ` Michael Turquette
  2015-08-08 18:16     ` Yoshinori Sato
  2015-11-20 12:57   ` Geert Uytterhoeven
  1 sibling, 1 reply; 6+ messages in thread
From: Michael Turquette @ 2015-08-08  0:58 UTC (permalink / raw)
  To: Yoshinori Sato, Geert Uytterhoeven
  Cc: Stephen Boyd, uclinux-h8-devel, linux-clk

Quoting Yoshinori Sato (2015-06-29 07:45:47)
> On Mon, 29 Jun 2015 18:42:58 +0900,
> Geert Uytterhoeven wrote:
> > =

> > Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
> > the compatible value.
> =

> Ouch.
> Applied. Thanks.

Sato-san,

Do you plan to send pull requests for h8300 clock patches in the future?

Thanks,
Mike

> =

> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> >  Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | =
2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > =

> > diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-=
clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock=
.txt
> > index 36c2b528245cd48f..399e0da22348b19e 100644
> > --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.t=
xt
> > +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.t=
xt
> > @@ -2,7 +2,7 @@
> >  =

> >  Required Properties:
> >  =

> > -  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
> > +  - compatible: Must be "renesas,h8300-div-clock"
> >  =

> >    - clocks: Reference to the parent clocks ("extal1" and "extal2")
> >  =

> > -- =

> > 1.9.1
> > =

> =

> -- =

> Yoshinori Sato
> <ysato@users.sourceforge.jp>

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

* Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
  2015-08-08  0:58   ` Michael Turquette
@ 2015-08-08 18:16     ` Yoshinori Sato
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshinori Sato @ 2015-08-08 18:16 UTC (permalink / raw)
  To: Michael Turquette
  Cc: Geert Uytterhoeven, Stephen Boyd, uclinux-h8-devel, linux-clk

On Sat, 08 Aug 2015 09:58:44 +0900,
Michael Turquette wrote:
> 
> Quoting Yoshinori Sato (2015-06-29 07:45:47)
> > On Mon, 29 Jun 2015 18:42:58 +0900,
> > Geert Uytterhoeven wrote:
> > > 
> > > Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
> > > the compatible value.
> > 
> > Ouch.
> > Applied. Thanks.
> 
> Sato-san,
> 
> Do you plan to send pull requests for h8300 clock patches in the future?

Sorry.
I'll sent tomorrow.

> Thanks,
> Mike
> 
> > 
> > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > ---
> > >  Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> > > index 36c2b528245cd48f..399e0da22348b19e 100644
> > > --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> > > +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> > > @@ -2,7 +2,7 @@
> > >  
> > >  Required Properties:
> > >  
> > > -  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
> > > +  - compatible: Must be "renesas,h8300-div-clock"
> > >  
> > >    - clocks: Reference to the parent clocks ("extal1" and "extal2")
> > >  
> > > -- 
> > > 1.9.1
> > > 
> > 
> > -- 
> > Yoshinori Sato
> > <ysato@users.sourceforge.jp>

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

* Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
  2015-06-29 14:45 ` Yoshinori Sato
  2015-08-08  0:58   ` Michael Turquette
@ 2015-11-20 12:57   ` Geert Uytterhoeven
  2015-11-23  6:15     ` Yoshinori Sato
  1 sibling, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-11-20 12:57 UTC (permalink / raw)
  To: Yoshinori Sato
  Cc: Geert Uytterhoeven, Michael Turquette, Stephen Boyd,
	uclinux-h8-devel, linux-clk

Hi Sato-san,

On Mon, Jun 29, 2015 at 4:45 PM, Yoshinori Sato
<ysato@users.sourceforge.jp> wrote:
> On Mon, 29 Jun 2015 18:42:58 +0900,
> Geert Uytterhoeven wrote:
>> Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
>> the compatible value.
>
> Ouch.
> Applied. Thanks.

This seems to have been lost?

>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> ---
>>  Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
>> index 36c2b528245cd48f..399e0da22348b19e 100644
>> --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
>> +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
>> @@ -2,7 +2,7 @@
>>
>>  Required Properties:
>>
>> -  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
>> +  - compatible: Must be "renesas,h8300-div-clock"
>>
>>    - clocks: Reference to the parent clocks ("extal1" and "extal2")

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value
  2015-11-20 12:57   ` Geert Uytterhoeven
@ 2015-11-23  6:15     ` Yoshinori Sato
  0 siblings, 0 replies; 6+ messages in thread
From: Yoshinori Sato @ 2015-11-23  6:15 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, Michael Turquette, Stephen Boyd,
	uclinux-h8-devel, linux-clk

On Fri, 20 Nov 2015 21:57:43 +0900,
Geert Uytterhoeven wrote:
> 
> Hi Sato-san,
> 
> On Mon, Jun 29, 2015 at 4:45 PM, Yoshinori Sato
> <ysato@users.sourceforge.jp> wrote:
> > On Mon, 29 Jun 2015 18:42:58 +0900,
> > Geert Uytterhoeven wrote:
> >> Drop the bogus "sh73a0-" part (accidentally copied from shmobile?) from
> >> the compatible value.
> >
> > Ouch.
> > Applied. Thanks.
> 
> This seems to have been lost?

Oh. I'm sorry.
I'll put in the next pull request.

> 
> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >> ---
> >>  Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >>
> >> diff --git a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> >> index 36c2b528245cd48f..399e0da22348b19e 100644
> >> --- a/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> >> +++ b/Documentation/devicetree/bindings/clock/renesas,h8300-div-clock.txt
> >> @@ -2,7 +2,7 @@
> >>
> >>  Required Properties:
> >>
> >> -  - compatible: Must be "renesas,sh73a0-h8300-div-clock"
> >> +  - compatible: Must be "renesas,h8300-div-clock"
> >>
> >>    - clocks: Reference to the parent clocks ("extal1" and "extal2")
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds

-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

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

end of thread, other threads:[~2015-11-23  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29  9:42 [PATCH] clk: h8300: Remove "sh73a0-" part from compatible value Geert Uytterhoeven
2015-06-29 14:45 ` Yoshinori Sato
2015-08-08  0:58   ` Michael Turquette
2015-08-08 18:16     ` Yoshinori Sato
2015-11-20 12:57   ` Geert Uytterhoeven
2015-11-23  6:15     ` Yoshinori Sato

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.