diff mbox series

[1/2] dt-bindings: usb: renesas_usb3: add bindings for r8a77990

Message ID 1538481507-24821-2-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
State New, archived
Headers show
Series usb: gadget: udc: renesas_usb3: add support for r8a77990 | expand

Commit Message

Yoshihiro Shimoda Oct. 2, 2018, 11:58 a.m. UTC
This patch adds bindings for r8a77990 (R-Car E3).

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Felipe Balbi Oct. 2, 2018, 12:17 p.m. UTC | #1
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:

> This patch adds bindings for r8a77990 (R-Car E3).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> index b22f0a5..d366555 100644
> --- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> +++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> @@ -6,6 +6,7 @@ Required properties:
>  	- "renesas,r8a7795-usb3-peri"
>  	- "renesas,r8a7796-usb3-peri"
>  	- "renesas,r8a77965-usb3-peri"
> +	- "renesas,r8a77990-usb3-peri"
>  	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
>  	  compatible device

oops:

checking file Documentation/devicetree/bindings/usb/renesas_usb3.txt
Hunk #1 FAILED at 6.
1 out of 1 hunk FAILED

could you rebase against testing/next?
Yoshihiro Shimoda Oct. 2, 2018, 12:35 p.m. UTC | #2
Hi Felipe-san,

> From: Felipe Balbi, Sent: Tuesday, October 2, 2018 9:18 PM
> 
> Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
> 
> > This patch adds bindings for r8a77990 (R-Car E3).
> >
> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> > ---
> >  Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> > index b22f0a5..d366555 100644
> > --- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> > +++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> > @@ -6,6 +6,7 @@ Required properties:
> >  	- "renesas,r8a7795-usb3-peri"
> >  	- "renesas,r8a7796-usb3-peri"
> >  	- "renesas,r8a77965-usb3-peri"
> > +	- "renesas,r8a77990-usb3-peri"
> >  	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
> >  	  compatible device
> 
> oops:
> 
> checking file Documentation/devicetree/bindings/usb/renesas_usb3.txt
> Hunk #1 FAILED at 6.
> 1 out of 1 hunk FAILED
> 
> could you rebase against testing/next?

Sorry for lack information.
If possible, would you review/apply the following patch at first?

https://patchwork.kernel.org/patch/10574879/

Greg-san's repo already merged the patch like below:

commit 28da90f19cdec24d669d75942fec227f4de37abd
Author: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Date:   Fri Aug 24 08:56:15 2018 +0100

    usb: gadget: udc: renesas_usb3: Add r8a774a1 support

    Document RZ/G2M (R8A774A1) SoC bindings.

    Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
    Reviewed-by: Biju Das <biju.das@bp.renesas.com>
    Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


I think that almost all patches I or other guys sent for usb gadget are already
merged into Greg-san's repo like below:

29f7915 Merge 4.19-rc6 into usb-next
<snip>
4d2a863 usb: renesas_usbhs: add support for R-Car E3
bcddbd3 dt-bindings: usb: renesas_usbhs: add bindings for r8a77990
6b983ac usb: renesas_usbhs: rcar3: Use OTG mode for R-Car D3
eb757ff Revert "usb: renesas_usbhs: set the mode by using extcon state for non-o
91b20c5 Revert "usb: renesas_usbhs: add extcon notifier to set mode for non-otg
<snip>
3df0e24 usb: renesas_usbhs: Add multiple clocks management
8e0d368 dt-bindings: usb: renesas_usbhs: add clock-names property
f181dbb usb: renesas_usbhs: Add reset_control
<snip>
28da90f usb: gadget: udc: renesas_usb3: Add r8a774a1 support
3938e13 dt-bindings: usb: renesas_usbhs: Add r8a774a1 support
...

Best regards,
Yoshihiro Shimoda

> --
> balbi
Felipe Balbi Oct. 2, 2018, 12:52 p.m. UTC | #3
Hi,

Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
> Hi Felipe-san,
>
>> From: Felipe Balbi, Sent: Tuesday, October 2, 2018 9:18 PM
>> 
>> Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
>> 
>> > This patch adds bindings for r8a77990 (R-Car E3).
>> >
>> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>> > ---
>> >  Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 +
>> >  1 file changed, 1 insertion(+)
>> >
>> > diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
>> b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
>> > index b22f0a5..d366555 100644
>> > --- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
>> > +++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
>> > @@ -6,6 +6,7 @@ Required properties:
>> >  	- "renesas,r8a7795-usb3-peri"
>> >  	- "renesas,r8a7796-usb3-peri"
>> >  	- "renesas,r8a77965-usb3-peri"
>> > +	- "renesas,r8a77990-usb3-peri"
>> >  	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
>> >  	  compatible device
>> 
>> oops:
>> 
>> checking file Documentation/devicetree/bindings/usb/renesas_usb3.txt
>> Hunk #1 FAILED at 6.
>> 1 out of 1 hunk FAILED
>> 
>> could you rebase against testing/next?
>
> Sorry for lack information.
> If possible, would you review/apply the following patch at first?
>
> https://patchwork.kernel.org/patch/10574879/
>
> Greg-san's repo already merged the patch like below:
>
> commit 28da90f19cdec24d669d75942fec227f4de37abd
> Author: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Date:   Fri Aug 24 08:56:15 2018 +0100
>
>     usb: gadget: udc: renesas_usb3: Add r8a774a1 support
>
>     Document RZ/G2M (R8A774A1) SoC bindings.
>
>     Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
>     Reviewed-by: Biju Das <biju.das@bp.renesas.com>
>     Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
>     Reviewed-by: Rob Herring <robh@kernel.org>
>     Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
>     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
>
> I think that almost all patches I or other guys sent for usb gadget are already
> merged into Greg-san's repo like below:

oh, understood. I can rebase my pull request on Greg's branch,
then. Greg, would you prefer that to avoid duplicated commits?
Greg KH Oct. 2, 2018, 5:36 p.m. UTC | #4
On Tue, Oct 02, 2018 at 03:52:38PM +0300, Felipe Balbi wrote:
> 
> Hi,
> 
> Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
> > Hi Felipe-san,
> >
> >> From: Felipe Balbi, Sent: Tuesday, October 2, 2018 9:18 PM
> >> 
> >> Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> writes:
> >> 
> >> > This patch adds bindings for r8a77990 (R-Car E3).
> >> >
> >> > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> >> > ---
> >> >  Documentation/devicetree/bindings/usb/renesas_usb3.txt | 1 +
> >> >  1 file changed, 1 insertion(+)
> >> >
> >> > diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> >> b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> >> > index b22f0a5..d366555 100644
> >> > --- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> >> > +++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
> >> > @@ -6,6 +6,7 @@ Required properties:
> >> >  	- "renesas,r8a7795-usb3-peri"
> >> >  	- "renesas,r8a7796-usb3-peri"
> >> >  	- "renesas,r8a77965-usb3-peri"
> >> > +	- "renesas,r8a77990-usb3-peri"
> >> >  	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
> >> >  	  compatible device
> >> 
> >> oops:
> >> 
> >> checking file Documentation/devicetree/bindings/usb/renesas_usb3.txt
> >> Hunk #1 FAILED at 6.
> >> 1 out of 1 hunk FAILED
> >> 
> >> could you rebase against testing/next?
> >
> > Sorry for lack information.
> > If possible, would you review/apply the following patch at first?
> >
> > https://patchwork.kernel.org/patch/10574879/
> >
> > Greg-san's repo already merged the patch like below:
> >
> > commit 28da90f19cdec24d669d75942fec227f4de37abd
> > Author: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Date:   Fri Aug 24 08:56:15 2018 +0100
> >
> >     usb: gadget: udc: renesas_usb3: Add r8a774a1 support
> >
> >     Document RZ/G2M (R8A774A1) SoC bindings.
> >
> >     Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> >     Reviewed-by: Biju Das <biju.das@bp.renesas.com>
> >     Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> >     Reviewed-by: Rob Herring <robh@kernel.org>
> >     Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> >     Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >
> >
> > I think that almost all patches I or other guys sent for usb gadget are already
> > merged into Greg-san's repo like below:
> 
> oh, understood. I can rebase my pull request on Greg's branch,
> then. Greg, would you prefer that to avoid duplicated commits?

duplicated commits are fine, I don't mind them :)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/renesas_usb3.txt b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
index b22f0a5..d366555 100644
--- a/Documentation/devicetree/bindings/usb/renesas_usb3.txt
+++ b/Documentation/devicetree/bindings/usb/renesas_usb3.txt
@@ -6,6 +6,7 @@  Required properties:
 	- "renesas,r8a7795-usb3-peri"
 	- "renesas,r8a7796-usb3-peri"
 	- "renesas,r8a77965-usb3-peri"
+	- "renesas,r8a77990-usb3-peri"
 	- "renesas,rcar-gen3-usb3-peri" for a generic R-Car Gen3 or RZ/G2
 	  compatible device