All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] dt-bindings: usb: add r8a77961 support
@ 2020-03-25  6:16 Yoshihiro Shimoda
  2020-03-25  6:16 ` [PATCH 1/3] dt-bindings: usb: usb-xhci: " Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:16 UTC (permalink / raw)
  To: gregkh, robh+dt
  Cc: linux-usb, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds USB 2.0/3.0 devices support for r8a77961
(R-Car M3-W+).

Yoshihiro Shimoda (3):
  dt-bindings: usb: usb-xhci: add r8a77961 support
  dt-bindings: usb: renesas,usbhs: add r8a77961 support
  dt-bindings: usb: renesas,usb3-peri: add r8a77961 support

 Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml | 1 +
 Documentation/devicetree/bindings/usb/renesas,usbhs.yaml     | 1 +
 Documentation/devicetree/bindings/usb/usb-xhci.txt           | 1 +
 3 files changed, 3 insertions(+)

-- 
2.7.4


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

* [PATCH 1/3] dt-bindings: usb: usb-xhci: add r8a77961 support
  2020-03-25  6:16 [PATCH 0/3] dt-bindings: usb: add r8a77961 support Yoshihiro Shimoda
@ 2020-03-25  6:16 ` Yoshihiro Shimoda
  2020-03-25 12:57   ` Geert Uytterhoeven
  2020-03-25  6:16 ` [PATCH 2/3] dt-bindings: usb: renesas,usbhs: " Yoshihiro Shimoda
  2020-03-25  6:16 ` [PATCH 3/3] dt-bindings: usb: renesas,usb3-peri: " Yoshihiro Shimoda
  2 siblings, 1 reply; 8+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:16 UTC (permalink / raw)
  To: gregkh, robh+dt
  Cc: linux-usb, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds support for r8a77961 (R-Car M3-W+).

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

diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt b/Documentation/devicetree/bindings/usb/usb-xhci.txt
index 3f37895..ce4162e 100644
--- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
+++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
@@ -17,6 +17,7 @@ Required properties:
     - "renesas,xhci-r8a7793" for r8a7793 SoC
     - "renesas,xhci-r8a7795" for r8a7795 SoC
     - "renesas,xhci-r8a7796" for r8a7796 SoC
+    - "renesas,xhci-r8a77961" for r8a77961 SoC
     - "renesas,xhci-r8a77965" for r8a77965 SoC
     - "renesas,xhci-r8a77990" for r8a77990 SoC
     - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
-- 
2.7.4


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

* [PATCH 2/3] dt-bindings: usb: renesas,usbhs: add r8a77961 support
  2020-03-25  6:16 [PATCH 0/3] dt-bindings: usb: add r8a77961 support Yoshihiro Shimoda
  2020-03-25  6:16 ` [PATCH 1/3] dt-bindings: usb: usb-xhci: " Yoshihiro Shimoda
@ 2020-03-25  6:16 ` Yoshihiro Shimoda
  2020-03-25 12:58   ` Geert Uytterhoeven
  2020-03-25  6:16 ` [PATCH 3/3] dt-bindings: usb: renesas,usb3-peri: " Yoshihiro Shimoda
  2 siblings, 1 reply; 8+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:16 UTC (permalink / raw)
  To: gregkh, robh+dt
  Cc: linux-usb, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds support for r8a77961 (R-Car M3-W+).

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

diff --git a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
index 469affa..a7ae955 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usbhs.yaml
@@ -40,6 +40,7 @@ properties:
               - renesas,usbhs-r8a774c0 # RZ/G2E
               - renesas,usbhs-r8a7795  # R-Car H3
               - renesas,usbhs-r8a7796  # R-Car M3-W
+              - renesas,usbhs-r8a77961 # R-Car M3-W+
               - renesas,usbhs-r8a77965 # R-Car M3-N
               - renesas,usbhs-r8a77990 # R-Car E3
               - renesas,usbhs-r8a77995 # R-Car D3
-- 
2.7.4


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

* [PATCH 3/3] dt-bindings: usb: renesas,usb3-peri: add r8a77961 support
  2020-03-25  6:16 [PATCH 0/3] dt-bindings: usb: add r8a77961 support Yoshihiro Shimoda
  2020-03-25  6:16 ` [PATCH 1/3] dt-bindings: usb: usb-xhci: " Yoshihiro Shimoda
  2020-03-25  6:16 ` [PATCH 2/3] dt-bindings: usb: renesas,usbhs: " Yoshihiro Shimoda
@ 2020-03-25  6:16 ` Yoshihiro Shimoda
  2020-03-25 13:01   ` Geert Uytterhoeven
  2 siblings, 1 reply; 8+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:16 UTC (permalink / raw)
  To: gregkh, robh+dt
  Cc: linux-usb, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch adds support for r8a77961 (R-Car M3-W+).

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

diff --git a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml
index 92d8631..031452a 100644
--- a/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml
+++ b/Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml
@@ -18,6 +18,7 @@ properties:
           - renesas,r8a774c0-usb3-peri # RZ/G2E
           - renesas,r8a7795-usb3-peri  # R-Car H3
           - renesas,r8a7796-usb3-peri  # R-Car M3-W
+          - renesas,r8a77961-usb3-peri # R-Car M3-W+
           - renesas,r8a77965-usb3-peri # R-Car M3-N
           - renesas,r8a77990-usb3-peri # R-Car E3
       - const: renesas,rcar-gen3-usb3-peri
-- 
2.7.4


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

* Re: [PATCH 1/3] dt-bindings: usb: usb-xhci: add r8a77961 support
  2020-03-25  6:16 ` [PATCH 1/3] dt-bindings: usb: usb-xhci: " Yoshihiro Shimoda
@ 2020-03-25 12:57   ` Geert Uytterhoeven
  2020-03-26  2:11     ` Yoshihiro Shimoda
  0 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2020-03-25 12:57 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Greg KH, Rob Herring, USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Shimoda-san,

On Wed, Mar 25, 2020 at 7:17 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds support for r8a77961 (R-Car M3-W+).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Thanks for your patch!

> --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
> +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
> @@ -17,6 +17,7 @@ Required properties:
>      - "renesas,xhci-r8a7793" for r8a7793 SoC
>      - "renesas,xhci-r8a7795" for r8a7795 SoC
>      - "renesas,xhci-r8a7796" for r8a7796 SoC

While at it, you may want to update "r8a7796 SoC" to "r8a77960 SoC", to
avoid confusion between R-Car M3-W (R8A77960) and M3-W+ (R8A77961).

> +    - "renesas,xhci-r8a77961" for r8a77961 SoC
>      - "renesas,xhci-r8a77965" for r8a77965 SoC
>      - "renesas,xhci-r8a77990" for r8a77990 SoC
>      - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible

With that fixed:
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/3] dt-bindings: usb: renesas,usbhs: add r8a77961 support
  2020-03-25  6:16 ` [PATCH 2/3] dt-bindings: usb: renesas,usbhs: " Yoshihiro Shimoda
@ 2020-03-25 12:58   ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2020-03-25 12:58 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Greg KH, Rob Herring, USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Mar 25, 2020 at 7:17 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds support for r8a77961 (R-Car M3-W+).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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 3/3] dt-bindings: usb: renesas,usb3-peri: add r8a77961 support
  2020-03-25  6:16 ` [PATCH 3/3] dt-bindings: usb: renesas,usb3-peri: " Yoshihiro Shimoda
@ 2020-03-25 13:01   ` Geert Uytterhoeven
  0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2020-03-25 13:01 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Greg KH, Rob Herring, USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

On Wed, Mar 25, 2020 at 7:18 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> This patch adds support for r8a77961 (R-Car M3-W+).
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

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/3] dt-bindings: usb: usb-xhci: add r8a77961 support
  2020-03-25 12:57   ` Geert Uytterhoeven
@ 2020-03-26  2:11     ` Yoshihiro Shimoda
  0 siblings, 0 replies; 8+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-26  2:11 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Greg KH, Rob Herring, USB list,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Geert-san,

Thank you for your review!

> From: Geert Uytterhoeven, Sent: Wednesday, March 25, 2020 9:58 PM
<snip>
> Hi Shimoda-san,
> > --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
> > +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
> > @@ -17,6 +17,7 @@ Required properties:
> >      - "renesas,xhci-r8a7793" for r8a7793 SoC
> >      - "renesas,xhci-r8a7795" for r8a7795 SoC
> >      - "renesas,xhci-r8a7796" for r8a7796 SoC
> 
> While at it, you may want to update "r8a7796 SoC" to "r8a77960 SoC", to
> avoid confusion between R-Car M3-W (R8A77960) and M3-W+ (R8A77961).

I got it. I'll fix it and add such a description to the commit log.

> > +    - "renesas,xhci-r8a77961" for r8a77961 SoC
> >      - "renesas,xhci-r8a77965" for r8a77965 SoC
> >      - "renesas,xhci-r8a77990" for r8a77990 SoC
> >      - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
> 
> With that fixed:
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks!

Best regards,
Yoshihiro Shimoda


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

end of thread, other threads:[~2020-03-26  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  6:16 [PATCH 0/3] dt-bindings: usb: add r8a77961 support Yoshihiro Shimoda
2020-03-25  6:16 ` [PATCH 1/3] dt-bindings: usb: usb-xhci: " Yoshihiro Shimoda
2020-03-25 12:57   ` Geert Uytterhoeven
2020-03-26  2:11     ` Yoshihiro Shimoda
2020-03-25  6:16 ` [PATCH 2/3] dt-bindings: usb: renesas,usbhs: " Yoshihiro Shimoda
2020-03-25 12:58   ` Geert Uytterhoeven
2020-03-25  6:16 ` [PATCH 3/3] dt-bindings: usb: renesas,usb3-peri: " Yoshihiro Shimoda
2020-03-25 13:01   ` Geert Uytterhoeven

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.