All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: phy: add r8a77961 support
@ 2020-03-25  6:18 Yoshihiro Shimoda
  2020-03-25  6:18 ` [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: " Yoshihiro Shimoda
  2020-03-25  6:18 ` [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: " Yoshihiro Shimoda
  0 siblings, 2 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:18 UTC (permalink / raw)
  To: kishon, robh+dt
  Cc: linux-kernel, devicetree, linux-renesas-soc, Yoshihiro Shimoda

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

Yoshihiro Shimoda (2):
  dt-bindings: phy: rcar-gen3-phy-usb2: add r8a77961 support
  dt-bindings: phy: rcar-gen3-phy-usb3: add r8a77961 support

 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 ++
 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 2 ++
 2 files changed, 4 insertions(+)

-- 
2.7.4


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

* [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: add r8a77961 support
  2020-03-25  6:18 [PATCH 0/2] dt-bindings: phy: add r8a77961 support Yoshihiro Shimoda
@ 2020-03-25  6:18 ` Yoshihiro Shimoda
  2020-03-25 13:06   ` Geert Uytterhoeven
  2020-03-25  6:18 ` [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: " Yoshihiro Shimoda
  1 sibling, 1 reply; 7+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:18 UTC (permalink / raw)
  To: kishon, robh+dt
  Cc: linux-kernel, 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/phy/rcar-gen3-phy-usb2.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
index 7734b21..0a65901 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
@@ -18,6 +18,8 @@ Required properties:
 	      SoC.
 	      "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
 	      SoC.
+	      "renesas,usb2-phy-r8a77961" if the device is a part of an
+	      R8A77961 SoC.
 	      "renesas,usb2-phy-r8a77965" if the device is a part of an
 	      R8A77965 SoC.
 	      "renesas,usb2-phy-r8a77990" if the device is a part of an
-- 
2.7.4


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

* [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: add r8a77961 support
  2020-03-25  6:18 [PATCH 0/2] dt-bindings: phy: add r8a77961 support Yoshihiro Shimoda
  2020-03-25  6:18 ` [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: " Yoshihiro Shimoda
@ 2020-03-25  6:18 ` Yoshihiro Shimoda
  2020-03-25 13:09   ` Geert Uytterhoeven
  1 sibling, 1 reply; 7+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-25  6:18 UTC (permalink / raw)
  To: kishon, robh+dt
  Cc: linux-kernel, 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/phy/rcar-gen3-phy-usb3.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
index 0fe433b..99c17c6 100644
--- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
+++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
@@ -15,6 +15,8 @@ Required properties:
 	      SoC.
 	      "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796
 	      SoC.
+	      "renesas,r8a77961-usb3-phy" if the device is a part of an
+	      R8A77961 SoC.
 	      "renesas,r8a77965-usb3-phy" if the device is a part of an
 	      R8A77965 SoC.
 	      "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2
-- 
2.7.4


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

* Re: [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: add r8a77961 support
  2020-03-25  6:18 ` [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: " Yoshihiro Shimoda
@ 2020-03-25 13:06   ` Geert Uytterhoeven
  2020-03-26  2:16     ` Yoshihiro Shimoda
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2020-03-25 13:06 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Kishon Vijay Abraham I, Rob Herring, Linux Kernel Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Shimoda-san,

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>

Thanks for your patch!

> --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> @@ -18,6 +18,8 @@ Required properties:
>               SoC.
>               "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796

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

Note that rebasing this patch on top of your "[PATCH v2] dt-bindings:
phy: renesas: usb2-phy: convert bindings to json-schema"
(https://lore.kernel.org/linux-devicetree/1572592763-12396-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/)
would avoid that, too.

>               SoC.
> +             "renesas,usb2-phy-r8a77961" if the device is a part of an
> +             R8A77961 SoC.
>               "renesas,usb2-phy-r8a77965" if the device is a part of an
>               R8A77965 SoC.
>               "renesas,usb2-phy-r8a77990" if the device is a part of an

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

* Re: [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: add r8a77961 support
  2020-03-25  6:18 ` [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: " Yoshihiro Shimoda
@ 2020-03-25 13:09   ` Geert Uytterhoeven
  2020-03-26  2:19     ` Yoshihiro Shimoda
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2020-03-25 13:09 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Kishon Vijay Abraham I, Rob Herring, Linux Kernel Mailing List,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Shimoda-san,

On Wed, Mar 25, 2020 at 7:19 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/phy/rcar-gen3-phy-usb3.txt
> +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
> @@ -15,6 +15,8 @@ Required properties:
>               SoC.
>               "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796
>               SoC.
> +             "renesas,r8a77961-usb3-phy" if the device is a part of an
> +             R8A77961 SoC.
>               "renesas,r8a77965-usb3-phy" if the device is a part of an
>               R8A77965 SoC.
>               "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2

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

Likewise, a rebase on top of "[v2] dt-bindings: phy: renesas: usb3-phy:
convert bindings to json-schema"
(https://lore.kernel.org/linux-devicetree/1572592771-12444-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/)
would be nice.

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

* RE: [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: add r8a77961 support
  2020-03-25 13:06   ` Geert Uytterhoeven
@ 2020-03-26  2:16     ` Yoshihiro Shimoda
  0 siblings, 0 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-26  2:16 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Kishon Vijay Abraham I, Rob Herring, Linux Kernel Mailing 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 10:07 PM
<snip>
> > --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> > +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt
> > @@ -18,6 +18,8 @@ Required properties:
> >               SoC.
> >               "renesas,usb2-phy-r8a7796" if the device is a part of an R8A7796
> 
> 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).
> 
> Note that rebasing this patch on top of your "[PATCH v2] dt-bindings:
> phy: renesas: usb2-phy: convert bindings to json-schema"
> (https://lore.kernel.org/linux-devicetree/1572592763-12396-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/)
> would avoid that, too.

I completely forgot about the patch I made...
So, I'll rebase this patch on the .yaml.


> >               SoC.
> > +             "renesas,usb2-phy-r8a77961" if the device is a part of an
> > +             R8A77961 SoC.
> >               "renesas,usb2-phy-r8a77965" if the device is a part of an
> >               R8A77965 SoC.
> >               "renesas,usb2-phy-r8a77990" if the device is a part of an
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks!

Best regards,
Yoshihiro Shimoda

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

* RE: [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: add r8a77961 support
  2020-03-25 13:09   ` Geert Uytterhoeven
@ 2020-03-26  2:19     ` Yoshihiro Shimoda
  0 siblings, 0 replies; 7+ messages in thread
From: Yoshihiro Shimoda @ 2020-03-26  2:19 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Kishon Vijay Abraham I, Rob Herring, Linux Kernel Mailing 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 10:09 PM
<snip>
> > --- a/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
> > +++ b/Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt
> > @@ -15,6 +15,8 @@ Required properties:
> >               SoC.
> >               "renesas,r8a7796-usb3-phy" if the device is a part of an R8A7796
> >               SoC.
> > +             "renesas,r8a77961-usb3-phy" if the device is a part of an
> > +             R8A77961 SoC.
> >               "renesas,r8a77965-usb3-phy" if the device is a part of an
> >               R8A77965 SoC.
> >               "renesas,rcar-gen3-usb3-phy" for a generic R-Car Gen3 or RZ/G2
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> Likewise, a rebase on top of "[v2] dt-bindings: phy: renesas: usb3-phy:
> convert bindings to json-schema"
> (https://lore.kernel.org/linux-devicetree/1572592771-12444-1-git-send-email-yoshihiro.shimoda.uh@renesas.com/)
> would be nice.

I agreed. I'll rebase it.

Best regards,
Yoshihiro Shimoda


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25  6:18 [PATCH 0/2] dt-bindings: phy: add r8a77961 support Yoshihiro Shimoda
2020-03-25  6:18 ` [PATCH 1/2] dt-bindings: phy: rcar-gen3-phy-usb2: " Yoshihiro Shimoda
2020-03-25 13:06   ` Geert Uytterhoeven
2020-03-26  2:16     ` Yoshihiro Shimoda
2020-03-25  6:18 ` [PATCH 2/2] dt-bindings: phy: rcar-gen3-phy-usb3: " Yoshihiro Shimoda
2020-03-25 13:09   ` Geert Uytterhoeven
2020-03-26  2:19     ` Yoshihiro Shimoda

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.