linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
@ 2019-08-09 21:37 Simon Horman
  2019-08-10  0:02 ` Niklas Söderlund
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Simon Horman @ 2019-08-09 21:37 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yoshihiro Shimoda, Geert Uytterhoeven, Niklas Söderlund,
	Magnus Damm, Rob Herring, Mark Rutland, linux-usb, devicetree,
	linux-renesas-soc, Simon Horman

For consistency with the naming of (most) other documentation files for DT
bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
documentation file from renesas,usb3.txt to renesas,usb3-peri.txt

This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.
The motivation is to more accurately reflect the IP block documented in
this file.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
* Based on v5.3-rc1

v2
* Add review tag
* Correct changelog
---
 .../devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt} (100%)

diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3.txt b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
similarity index 100%
rename from Documentation/devicetree/bindings/usb/renesas,usb3.txt
rename to Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
-- 
2.11.0


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

* Re: [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
  2019-08-09 21:37 [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block Simon Horman
@ 2019-08-10  0:02 ` Niklas Söderlund
  2019-08-10  6:40 ` Geert Uytterhoeven
  2019-08-10 10:19 ` Sergei Shtylyov
  2 siblings, 0 replies; 6+ messages in thread
From: Niklas Söderlund @ 2019-08-10  0:02 UTC (permalink / raw)
  To: Simon Horman
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Geert Uytterhoeven,
	Magnus Damm, Rob Herring, Mark Rutland, linux-usb, devicetree,
	linux-renesas-soc

Hi Simon,

Thanks for your work.

On 2019-08-09 14:37:10 -0700, Simon Horman wrote:
> For consistency with the naming of (most) other documentation files for DT
> bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
> documentation file from renesas,usb3.txt to renesas,usb3-peri.txt
> 
> This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.
> The motivation is to more accurately reflect the IP block documented in
> this file.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
> * Based on v5.3-rc1
> 
> v2
> * Add review tag
> * Correct changelog
> ---
>  .../devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt}   | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3.txt b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/usb/renesas,usb3.txt
> rename to Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
> -- 
> 2.11.0
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
  2019-08-09 21:37 [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block Simon Horman
  2019-08-10  0:02 ` Niklas Söderlund
@ 2019-08-10  6:40 ` Geert Uytterhoeven
  2019-08-10 11:14   ` Greg Kroah-Hartman
  2019-08-10 10:19 ` Sergei Shtylyov
  2 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2019-08-10  6:40 UTC (permalink / raw)
  To: Simon Horman
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Geert Uytterhoeven,
	Niklas Söderlund, Magnus Damm, Rob Herring, Mark Rutland,
	USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Simon,

On Fri, Aug 9, 2019 at 11:37 PM Simon Horman <horms+renesas@verge.net.au> wrote:
> For consistency with the naming of (most) other documentation files for DT
> bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
> documentation file from renesas,usb3.txt to renesas,usb3-peri.txt
>
> This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.

s/renesas-usb3.txt/renesas,usb3.txt/

> The motivation is to more accurately reflect the IP block documented in
> this file.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> * Based on v5.3-rc1
>
> v2
> * Add review tag
> * Correct changelog

I feel sorry for you...

> ---
>  .../devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt}   | 0

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 v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
  2019-08-09 21:37 [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block Simon Horman
  2019-08-10  0:02 ` Niklas Söderlund
  2019-08-10  6:40 ` Geert Uytterhoeven
@ 2019-08-10 10:19 ` Sergei Shtylyov
  2 siblings, 0 replies; 6+ messages in thread
From: Sergei Shtylyov @ 2019-08-10 10:19 UTC (permalink / raw)
  To: Simon Horman, Greg Kroah-Hartman
  Cc: Yoshihiro Shimoda, Geert Uytterhoeven, Niklas Söderlund,
	Magnus Damm, Rob Herring, Mark Rutland, linux-usb, devicetree,
	linux-renesas-soc

Hello!

On 10.08.2019 0:37, Simon Horman wrote:

> For consistency with the naming of (most) other documentation files for DT
> bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
> documentation file from renesas,usb3.txt to renesas,usb3-peri.txt
> 
> This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.

    To renesas,usb3.txt, perhaps? That's what I'm seeing as the original file
in this patch...

> The motivation is to more accurately reflect the IP block documented in
> this file.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> * Based on v5.3-rc1
> 
> v2
> * Add review tag
> * Correct changelog
> ---
>   .../devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt}   | 0
>   1 file changed, 0 insertions(+), 0 deletions(-)
>   rename Documentation/devicetree/bindings/usb/{renesas,usb3.txt => renesas,usb3-peri.txt} (100%)
> 
> diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3.txt b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt
> similarity index 100%
> rename from Documentation/devicetree/bindings/usb/renesas,usb3.txt
> rename to Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt

MBR, Sergei

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

* Re: [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
  2019-08-10  6:40 ` Geert Uytterhoeven
@ 2019-08-10 11:14   ` Greg Kroah-Hartman
  2019-08-19 12:32     ` Simon Horman
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2019-08-10 11:14 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Simon Horman, Yoshihiro Shimoda, Geert Uytterhoeven,
	Niklas Söderlund, Magnus Damm, Rob Herring, Mark Rutland,
	USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Sat, Aug 10, 2019 at 08:40:15AM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Fri, Aug 9, 2019 at 11:37 PM Simon Horman <horms+renesas@verge.net.au> wrote:
> > For consistency with the naming of (most) other documentation files for DT
> > bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
> > documentation file from renesas,usb3.txt to renesas,usb3-peri.txt
> >
> > This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.
> 
> s/renesas-usb3.txt/renesas,usb3.txt/

I'll fix it up now, no need for a resend...


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

* Re: [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
  2019-08-10 11:14   ` Greg Kroah-Hartman
@ 2019-08-19 12:32     ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2019-08-19 12:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Geert Uytterhoeven, Yoshihiro Shimoda, Geert Uytterhoeven,
	Niklas Söderlund, Magnus Damm, Rob Herring, Mark Rutland,
	USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Sat, Aug 10, 2019 at 01:14:55PM +0200, Greg Kroah-Hartman wrote:
> On Sat, Aug 10, 2019 at 08:40:15AM +0200, Geert Uytterhoeven wrote:
> > Hi Simon,
> > 
> > On Fri, Aug 9, 2019 at 11:37 PM Simon Horman <horms+renesas@verge.net.au> wrote:
> > > For consistency with the naming of (most) other documentation files for DT
> > > bindings for Renesas IP blocks rename the Renesas USB3.0 peripheral
> > > documentation file from renesas,usb3.txt to renesas,usb3-peri.txt
> > >
> > > This refines a recent rename from renesas_usb3.txt to renesas-usb3.txt.
> > 
> > s/renesas-usb3.txt/renesas,usb3.txt/
> 
> I'll fix it up now, no need for a resend...

Thanks, much appreciated.

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

end of thread, other threads:[~2019-08-19 12:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 21:37 [PATCH v2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block Simon Horman
2019-08-10  0:02 ` Niklas Söderlund
2019-08-10  6:40 ` Geert Uytterhoeven
2019-08-10 11:14   ` Greg Kroah-Hartman
2019-08-19 12:32     ` Simon Horman
2019-08-10 10:19 ` Sergei Shtylyov

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