linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files
@ 2019-06-17  9:06 Simon Horman
  2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Simon Horman @ 2019-06-17  9:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yoshihiro Shimoda, Kuninori Morimoto, Magnus Damm, linux-usb,
	linux-renesas-soc, Rob Herring, Mark Rutland, devicetree,
	Niklas Söderlund, Simon Horman

Hi,

For consistency with the naming of (most) other documentation files for DT
bindings for Renesas IP blocks rename the Renesas USBHS and USB 3.0
peripheral documentation files.

Simon Horman (2):
  dt-bindings: usb: renesas_usbhs: Rename bindings documentation file
  dt-bindings: usb: renesas_gen3: Rename bindings documentation file

 .../devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt}        | 0
 .../devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt}      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt} (100%)
 rename Documentation/devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt} (100%)

-- 
2.11.0

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

* [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file
  2019-06-17  9:06 [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Simon Horman
@ 2019-06-17  9:06 ` Simon Horman
  2019-06-18 13:50   ` Geert Uytterhoeven
  2019-06-19  6:51   ` Yoshihiro Shimoda
  2019-06-17  9:06 ` [PATCH 2/2] dt-bindings: usb: renesas_gen3: " Simon Horman
  2019-06-19 11:03 ` [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Niklas Söderlund
  2 siblings, 2 replies; 8+ messages in thread
From: Simon Horman @ 2019-06-17  9:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yoshihiro Shimoda, Kuninori Morimoto, Magnus Damm, linux-usb,
	linux-renesas-soc, Rob Herring, Mark Rutland, devicetree,
	Niklas Söderlund, Simon Horman

For consistency with the naming of (most) other documentation files for DT
bindings for Renesas IP blocks rename the Renesas USBHS documentation file
from renesas-usbhs.txt to renesas,usbhs.txt.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 .../devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt}      | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt} (100%)

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


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

* [PATCH 2/2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file
  2019-06-17  9:06 [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Simon Horman
  2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
@ 2019-06-17  9:06 ` Simon Horman
  2019-06-18 13:50   ` Geert Uytterhoeven
  2019-06-19  6:58   ` Yoshihiro Shimoda
  2019-06-19 11:03 ` [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Niklas Söderlund
  2 siblings, 2 replies; 8+ messages in thread
From: Simon Horman @ 2019-06-17  9:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Yoshihiro Shimoda, Kuninori Morimoto, Magnus Damm, linux-usb,
	linux-renesas-soc, Rob Herring, Mark Rutland, devicetree,
	Niklas Söderlund, 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-gen3.txt to renesas,gen3.txt.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 .../devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt}        | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt} (100%)

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


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

* Re: [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file
  2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
@ 2019-06-18 13:50   ` Geert Uytterhoeven
  2019-06-19  6:51   ` Yoshihiro Shimoda
  1 sibling, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2019-06-18 13:50 UTC (permalink / raw)
  To: Simon Horman
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Kuninori Morimoto,
	Magnus Damm, USB list, Linux-Renesas, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Niklas Söderlund

On Mon, Jun 17, 2019 at 11:07 AM 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 USBHS documentation file
> from renesas-usbhs.txt to renesas,usbhs.txt.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* Re: [PATCH 2/2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file
  2019-06-17  9:06 ` [PATCH 2/2] dt-bindings: usb: renesas_gen3: " Simon Horman
@ 2019-06-18 13:50   ` Geert Uytterhoeven
  2019-06-19  6:58   ` Yoshihiro Shimoda
  1 sibling, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2019-06-18 13:50 UTC (permalink / raw)
  To: Simon Horman
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Kuninori Morimoto,
	Magnus Damm, USB list, Linux-Renesas, Rob Herring, Mark Rutland,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Niklas Söderlund

On Mon, Jun 17, 2019 at 11:07 AM 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-gen3.txt to renesas,gen3.txt.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

* RE: [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file
  2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
  2019-06-18 13:50   ` Geert Uytterhoeven
@ 2019-06-19  6:51   ` Yoshihiro Shimoda
  1 sibling, 0 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2019-06-19  6:51 UTC (permalink / raw)
  To: Simon Horman, Greg Kroah-Hartman
  Cc: Kuninori Morimoto, Magnus Damm, linux-usb, linux-renesas-soc,
	Rob Herring, Mark Rutland, devicetree, Niklas Söderlund

Hi Simon-san,

> From: Simon Horman, Sent: Monday, June 17, 2019 6:06 PM
> 
> For consistency with the naming of (most) other documentation files for DT
> bindings for Renesas IP blocks rename the Renesas USBHS documentation file
> from renesas-usbhs.txt to renesas,usbhs.txt.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* RE: [PATCH 2/2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file
  2019-06-17  9:06 ` [PATCH 2/2] dt-bindings: usb: renesas_gen3: " Simon Horman
  2019-06-18 13:50   ` Geert Uytterhoeven
@ 2019-06-19  6:58   ` Yoshihiro Shimoda
  1 sibling, 0 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2019-06-19  6:58 UTC (permalink / raw)
  To: Simon Horman, Greg Kroah-Hartman
  Cc: Kuninori Morimoto, Magnus Damm, linux-usb, linux-renesas-soc,
	Rob Herring, Mark Rutland, devicetree, Niklas Söderlund

Hi Simon-san,

> From: Simon Horman, Sent: Monday, June 17, 2019 6:06 PM
> Subject: [PATCH 2/2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file

s/gen3/usb3/g

> 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-gen3.txt to renesas,gen3.txt.

Likewise.

And, if possible, I'd like to rename it to renesas,usb3-peri.txt
because the compatible is "renesas,<soc>-usb3-peri" and "usb3" is unclear
(host or peripheral).
# I don't remember, but I guess the driver side filename is
# drivers/usb/gadget/udc/renesas_usb3.c, I named the binding doc as renesas_usb3.txt.

After fixed them,
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* Re: [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files
  2019-06-17  9:06 [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Simon Horman
  2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
  2019-06-17  9:06 ` [PATCH 2/2] dt-bindings: usb: renesas_gen3: " Simon Horman
@ 2019-06-19 11:03 ` Niklas Söderlund
  2 siblings, 0 replies; 8+ messages in thread
From: Niklas Söderlund @ 2019-06-19 11:03 UTC (permalink / raw)
  To: Simon Horman
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Kuninori Morimoto,
	Magnus Damm, linux-usb, linux-renesas-soc, Rob Herring,
	Mark Rutland, devicetree

Hi Simon,

Thanks for your work.

On 2019-06-17 11:06:01 +0200, Simon Horman wrote:
> Hi,
> 
> For consistency with the naming of (most) other documentation files for DT
> bindings for Renesas IP blocks rename the Renesas USBHS and USB 3.0
> peripheral documentation files.

With Shimoda-sans comment on 2/2 fixed for the whole series,

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

> 
> Simon Horman (2):
>   dt-bindings: usb: renesas_usbhs: Rename bindings documentation file
>   dt-bindings: usb: renesas_gen3: Rename bindings documentation file
> 
>  .../devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt}        | 0
>  .../devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt}      | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename Documentation/devicetree/bindings/usb/{renesas_usb3.txt => renesas,usb3.txt} (100%)
>  rename Documentation/devicetree/bindings/usb/{renesas_usbhs.txt => renesas,usbhs.txt} (100%)
> 
> -- 
> 2.11.0

-- 
Regards,
Niklas Söderlund

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

end of thread, other threads:[~2019-06-19 11:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17  9:06 [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Simon Horman
2019-06-17  9:06 ` [PATCH 1/2] dt-bindings: usb: renesas_usbhs: Rename bindings documentation file Simon Horman
2019-06-18 13:50   ` Geert Uytterhoeven
2019-06-19  6:51   ` Yoshihiro Shimoda
2019-06-17  9:06 ` [PATCH 2/2] dt-bindings: usb: renesas_gen3: " Simon Horman
2019-06-18 13:50   ` Geert Uytterhoeven
2019-06-19  6:58   ` Yoshihiro Shimoda
2019-06-19 11:03 ` [PATCH 0/2] dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files Niklas Söderlund

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