diff mbox series

[v2,2/2] dt-bindings: usb: renesas_gen3: Rename bindings documentation file

Message ID 20190703083514.32385-3-horms+renesas@verge.net.au
State Not Applicable, archived
Headers show
Series dt-bindings: usb: renease_{usbhs,gen3} Rename bindings documentation files | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Simon Horman July 3, 2019, 8:35 a.m. UTC
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,usb3-peri.txt

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

---
v2
* Accumulate review tags
* Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san
---
 .../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%)

Comments

Geert Uytterhoeven July 3, 2019, 12:28 p.m. UTC | #1
Hi Simon,

On Wed, Jul 3, 2019 at 10:35 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,usb3-peri.txt
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
>
> ---
> v2
> * Accumulate review tags
> * Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san

Unfortunately the previous version has already made it into usb-next
23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
documentation file

Gr{oetje,eeting}s,

                        Geert
Simon Horman July 11, 2019, 8:03 a.m. UTC | #2
On Wed, Jul 03, 2019 at 02:28:51PM +0200, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Wed, Jul 3, 2019 at 10:35 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,usb3-peri.txt
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> >
> > ---
> > v2
> > * Accumulate review tags
> > * Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san
> 
> Unfortunately the previous version has already made it into usb-next
> 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> documentation file

Ok, I guess we should go with that version.
Greg KH July 25, 2019, 9:09 a.m. UTC | #3
On Thu, Jul 11, 2019 at 10:03:03AM +0200, Simon Horman wrote:
> On Wed, Jul 03, 2019 at 02:28:51PM +0200, Geert Uytterhoeven wrote:
> > Hi Simon,
> > 
> > On Wed, Jul 3, 2019 at 10:35 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,usb3-peri.txt
> > >
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > >
> > > ---
> > > v2
> > > * Accumulate review tags
> > > * Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san
> > 
> > Unfortunately the previous version has already made it into usb-next
> > 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> > documentation file
> 
> Ok, I guess we should go with that version.

So can you resend this series based on 5.3-rc1 so I know what to apply?

thanks,

greg k-h
Yoshihiro Shimoda July 26, 2019, 1:22 a.m. UTC | #4
Hi Greg,

> From: Greg Kroah-Hartman, Sent: Thursday, July 25, 2019 6:10 PM
> 
> On Thu, Jul 11, 2019 at 10:03:03AM +0200, Simon Horman wrote:
> > On Wed, Jul 03, 2019 at 02:28:51PM +0200, Geert Uytterhoeven wrote:
> > > Hi Simon,
> > >
> > > On Wed, Jul 3, 2019 at 10:35 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,usb3-peri.txt
> > > >
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > > > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > > >
> > > > ---
> > > > v2
> > > > * Accumulate review tags
> > > > * Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san
> > >
> > > Unfortunately the previous version has already made it into usb-next
> > > 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> > > documentation file
> >
> > Ok, I guess we should go with that version.
> 
> So can you resend this series based on 5.3-rc1 so I know what to apply?

Since your usb-testing branch already has it which is merged from Felipe's usb-next branch,
I don't think Simon has to resend this series.

https://www.spinics.net/lists/linux-usb/msg182103.html

Best regards,
Yoshihiro Shimoda

> thanks,
> 
> greg k-h
Simon Horman July 29, 2019, 8:14 a.m. UTC | #5
On Fri, Jul 26, 2019 at 01:22:48AM +0000, Yoshihiro Shimoda wrote:
> Hi Greg,
> 
> > From: Greg Kroah-Hartman, Sent: Thursday, July 25, 2019 6:10 PM
> > 
> > On Thu, Jul 11, 2019 at 10:03:03AM +0200, Simon Horman wrote:
> > > On Wed, Jul 03, 2019 at 02:28:51PM +0200, Geert Uytterhoeven wrote:
> > > > Hi Simon,
> > > >
> > > > On Wed, Jul 3, 2019 at 10:35 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,usb3-peri.txt
> > > > >
> > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > > > > Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > > > > Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > > > >
> > > > > ---
> > > > > v2
> > > > > * Accumulate review tags
> > > > > * Use renesas,usb3-peri.txt as new filename as suggested by Shimoda-san
> > > >
> > > > Unfortunately the previous version has already made it into usb-next
> > > > 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> > > > documentation file
> > >
> > > Ok, I guess we should go with that version.
> > 
> > So can you resend this series based on 5.3-rc1 so I know what to apply?
> 
> Since your usb-testing branch already has it which is merged from Felipe's usb-next branch,
> I don't think Simon has to resend this series.
> 
> https://www.spinics.net/lists/linux-usb/msg182103.html

Thanks and sorry for the confusion.

In v5.2-rc1 we had:

  devicetree/bindings/usb/renesas_usb3.txt
  devicetree/bindings/usb/renesas_usbhs.txt


In v5.3-rc1 we have:

  devicetree/bindings/usb/renesas,usb3.txt
  devicetree/bindings/usb/renesas,usbhs.txt

Which reflects v1 of this patchset. And I think this is an improvement.

Shimoda-san, can you let me know if you would like me to rebase v2
on v5.3-rc1? That would would give us:

  devicetree/bindings/usb/renesas,usb3-peri.txt
  devicetree/bindings/usb/renesas,usbhs.txt		[unchanged]
Yoshihiro Shimoda July 29, 2019, 8:25 a.m. UTC | #6
Hi Simon-san,

> From: Simon Horman, Sent: Monday, July 29, 2019 5:15 PM
<snip>
> > > > > Unfortunately the previous version has already made it into usb-next
> > > > > 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> > > > > documentation file
> > > >
> > > > Ok, I guess we should go with that version.
> > >
> > > So can you resend this series based on 5.3-rc1 so I know what to apply?
> >
> > Since your usb-testing branch already has it which is merged from Felipe's usb-next branch,
> > I don't think Simon has to resend this series.
> >
> > https://www.spinics.net/lists/linux-usb/msg182103.html
> 
> Thanks and sorry for the confusion.
> 
> In v5.2-rc1 we had:
> 
>   devicetree/bindings/usb/renesas_usb3.txt
>   devicetree/bindings/usb/renesas_usbhs.txt
> 
> 
> In v5.3-rc1 we have:
> 
>   devicetree/bindings/usb/renesas,usb3.txt
>   devicetree/bindings/usb/renesas,usbhs.txt
> 
> Which reflects v1 of this patchset. And I think this is an improvement.
> 
> Shimoda-san, can you let me know if you would like me to rebase v2
> on v5.3-rc1? That would would give us:
> 
>   devicetree/bindings/usb/renesas,usb3-peri.txt
>   devicetree/bindings/usb/renesas,usbhs.txt		[unchanged]

Thank you for the detail. I would like you to rebase v2 like that, if possible.

Best regards,
Yoshihiro Shimoda
Simon Horman Aug. 1, 2019, 9:14 a.m. UTC | #7
On Mon, Jul 29, 2019 at 08:25:24AM +0000, Yoshihiro Shimoda wrote:
> Hi Simon-san,
> 
> > From: Simon Horman, Sent: Monday, July 29, 2019 5:15 PM
> <snip>
> > > > > > Unfortunately the previous version has already made it into usb-next
> > > > > > 23c46801d14cb647 dt-bindings: usb: renesas_gen3: Rename bindings
> > > > > > documentation file
> > > > >
> > > > > Ok, I guess we should go with that version.
> > > >
> > > > So can you resend this series based on 5.3-rc1 so I know what to apply?
> > >
> > > Since your usb-testing branch already has it which is merged from Felipe's usb-next branch,
> > > I don't think Simon has to resend this series.
> > >
> > > https://www.spinics.net/lists/linux-usb/msg182103.html
> > 
> > Thanks and sorry for the confusion.
> > 
> > In v5.2-rc1 we had:
> > 
> >   devicetree/bindings/usb/renesas_usb3.txt
> >   devicetree/bindings/usb/renesas_usbhs.txt
> > 
> > 
> > In v5.3-rc1 we have:
> > 
> >   devicetree/bindings/usb/renesas,usb3.txt
> >   devicetree/bindings/usb/renesas,usbhs.txt
> > 
> > Which reflects v1 of this patchset. And I think this is an improvement.
> > 
> > Shimoda-san, can you let me know if you would like me to rebase v2
> > on v5.3-rc1? That would would give us:
> > 
> >   devicetree/bindings/usb/renesas,usb3-peri.txt
> >   devicetree/bindings/usb/renesas,usbhs.txt		[unchanged]
> 
> Thank you for the detail. I would like you to rebase v2 like that, if possible.

Thanks, I have posted this as:

[PATCH] dt-bindings: usb: renesas_gen3: Rename bindings documentation file to reflect IP block
diff mbox series

Patch

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