linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates
@ 2022-09-09  9:13 Geert Uytterhoeven
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-09-09  9:13 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc, Geert Uytterhoeven

	Hi all,

This patch series contains two updates for the Renesas Ethernet AVB
Device Tree bindings.

Thanks!

Geert Uytterhoeven (2):
  dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  dt-bindings: net: renesas,etheravb: Add r8a779g0 support

 .../devicetree/bindings/net/renesas,etheravb.yaml        | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.25.1

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

* [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:13 [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates Geert Uytterhoeven
@ 2022-09-09  9:13 ` Geert Uytterhoeven
  2022-09-09  9:23   ` Krzysztof Kozlowski
                     ` (3 more replies)
  2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
  2022-09-20  1:10 ` [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates patchwork-bot+netdevbpf
  2 siblings, 4 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-09-09  9:13 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc, Geert Uytterhoeven

Despite the name, R-Car V3U is the first member of the R-Car Gen4
family.  Hence move its compatible value to the R-Car Gen4 section.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
index acf347f3cdbe2284..cd5998e08e2195be 100644
--- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
@@ -40,9 +40,13 @@ properties:
               - renesas,etheravb-r8a77980     # R-Car V3H
               - renesas,etheravb-r8a77990     # R-Car E3
               - renesas,etheravb-r8a77995     # R-Car D3
-              - renesas,etheravb-r8a779a0     # R-Car V3U
           - const: renesas,etheravb-rcar-gen3 # R-Car Gen3 and RZ/G2
 
+      - items:
+          - enum:
+              - renesas,etheravb-r8a779a0     # R-Car V3U
+          - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
+
       - items:
           - enum:
               - renesas,etheravb-r9a09g011 # RZ/V2M
-- 
2.25.1


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

* [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support
  2022-09-09  9:13 [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates Geert Uytterhoeven
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
@ 2022-09-09  9:13 ` Geert Uytterhoeven
  2022-09-09 10:27   ` Krzysztof Kozlowski
                     ` (2 more replies)
  2022-09-20  1:10 ` [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates patchwork-bot+netdevbpf
  2 siblings, 3 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-09-09  9:13 UTC (permalink / raw)
  To: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc, Geert Uytterhoeven

Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
Renesas R-Car V4H (R8A779G0) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
index cd5998e08e2195be..3f41294f5997722f 100644
--- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
@@ -45,6 +45,7 @@ properties:
       - items:
           - enum:
               - renesas,etheravb-r8a779a0     # R-Car V3U
+              - renesas,etheravb-r8a779g0     # R-Car V4H
           - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
 
       - items:
@@ -211,7 +212,7 @@ allOf:
               - renesas,etheravb-r8a77965
               - renesas,etheravb-r8a77970
               - renesas,etheravb-r8a77980
-              - renesas,etheravb-r8a779a0
+              - renesas,etheravb-rcar-gen4
     then:
       required:
         - tx-internal-delay-ps
-- 
2.25.1


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

* Re: [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
@ 2022-09-09  9:23   ` Krzysztof Kozlowski
  2022-09-09  9:58     ` Geert Uytterhoeven
  2022-09-09 10:27   ` Krzysztof Kozlowski
                     ` (2 subsequent siblings)
  3 siblings, 1 reply; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09  9:23 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Sergey Shtylyov, Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc

On 09/09/2022 11:13, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> index acf347f3cdbe2284..cd5998e08e2195be 100644
> --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> @@ -40,9 +40,13 @@ properties:
>                - renesas,etheravb-r8a77980     # R-Car V3H
>                - renesas,etheravb-r8a77990     # R-Car E3
>                - renesas,etheravb-r8a77995     # R-Car D3
> -              - renesas,etheravb-r8a779a0     # R-Car V3U
>            - const: renesas,etheravb-rcar-gen3 # R-Car Gen3 and RZ/G2
>  
> +      - items:
> +          - enum:
> +              - renesas,etheravb-r8a779a0     # R-Car V3U
> +          - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
> +


Don't you need changes in allOf:if:then section?

Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:23   ` Krzysztof Kozlowski
@ 2022-09-09  9:58     ` Geert Uytterhoeven
  0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2022-09-09  9:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov, Wolfram Sang, netdev,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Linux-Renesas

Hi Krzysztof,

On Fri, Sep 9, 2022 at 11:24 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
> On 09/09/2022 11:13, Geert Uytterhoeven wrote:
> > Despite the name, R-Car V3U is the first member of the R-Car Gen4
> > family.  Hence move its compatible value to the R-Car Gen4 section.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

> > --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> > +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> > @@ -40,9 +40,13 @@ properties:
> >                - renesas,etheravb-r8a77980     # R-Car V3H
> >                - renesas,etheravb-r8a77990     # R-Car E3
> >                - renesas,etheravb-r8a77995     # R-Car D3
> > -              - renesas,etheravb-r8a779a0     # R-Car V3U
> >            - const: renesas,etheravb-rcar-gen3 # R-Car Gen3 and RZ/G2
> >
> > +      - items:
> > +          - enum:
> > +              - renesas,etheravb-r8a779a0     # R-Car V3U
> > +          - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
> > +
>
> Don't you need changes in allOf:if:then section?

No, as there is no logic involving renesas,etheravb-rcar-gen3.

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

* Re: [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
  2022-09-09  9:23   ` Krzysztof Kozlowski
@ 2022-09-09 10:27   ` Krzysztof Kozlowski
  2022-09-09 13:35   ` Wolfram Sang
  2022-09-09 20:28   ` Sergey Shtylyov
  3 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 10:27 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Sergey Shtylyov, Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc

On 09/09/2022 11:13, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 6 +++++-


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support
  2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
@ 2022-09-09 10:27   ` Krzysztof Kozlowski
  2022-09-09 13:35   ` Wolfram Sang
  2022-09-09 20:33   ` Sergey Shtylyov
  2 siblings, 0 replies; 12+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-09 10:27 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Sergey Shtylyov, Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc

On 09/09/2022 11:13, Geert Uytterhoeven wrote:
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4H (R8A779G0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>



Best regards,
Krzysztof

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

* Re: [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
  2022-09-09  9:23   ` Krzysztof Kozlowski
  2022-09-09 10:27   ` Krzysztof Kozlowski
@ 2022-09-09 13:35   ` Wolfram Sang
  2022-09-09 20:28   ` Sergey Shtylyov
  3 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-09-09 13:35 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov, netdev, devicetree, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 342 bytes --]

On Fri, Sep 09, 2022 at 11:13:22AM +0200, Geert Uytterhoeven wrote:
> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support
  2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
  2022-09-09 10:27   ` Krzysztof Kozlowski
@ 2022-09-09 13:35   ` Wolfram Sang
  2022-09-09 20:33   ` Sergey Shtylyov
  2 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2022-09-09 13:35 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Rob Herring, Krzysztof Kozlowski, Sergey Shtylyov,
	Sergei Shtylyov, netdev, devicetree, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

On Fri, Sep 09, 2022 at 11:13:23AM +0200, Geert Uytterhoeven wrote:
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4H (R8A779G0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
                     ` (2 preceding siblings ...)
  2022-09-09 13:35   ` Wolfram Sang
@ 2022-09-09 20:28   ` Sergey Shtylyov
  3 siblings, 0 replies; 12+ messages in thread
From: Sergey Shtylyov @ 2022-09-09 20:28 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc

Hello!

On 9/9/22 12:13 PM, Geert Uytterhoeven wrote:

> Despite the name, R-Car V3U is the first member of the R-Car Gen4
> family.  Hence move its compatible value to the R-Car Gen4 section.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

[...]

MBR, Sergey

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

* Re: [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support
  2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
  2022-09-09 10:27   ` Krzysztof Kozlowski
  2022-09-09 13:35   ` Wolfram Sang
@ 2022-09-09 20:33   ` Sergey Shtylyov
  2 siblings, 0 replies; 12+ messages in thread
From: Sergey Shtylyov @ 2022-09-09 20:33 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Sergei Shtylyov
  Cc: Wolfram Sang, netdev, devicetree, linux-renesas-soc

On 9/9/22 12:13 PM, Geert Uytterhoeven wrote:

> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4H (R8A779G0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>

[...]

MBR, Sergey

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

* Re: [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates
  2022-09-09  9:13 [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates Geert Uytterhoeven
  2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
  2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
@ 2022-09-20  1:10 ` patchwork-bot+netdevbpf
  2 siblings, 0 replies; 12+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-09-20  1:10 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: davem, edumazet, kuba, pabeni, robh+dt, krzysztof.kozlowski+dt,
	s.shtylyov, sergei.shtylyov, wsa+renesas, netdev, devicetree,
	linux-renesas-soc

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  9 Sep 2022 11:13:21 +0200 you wrote:
> Hi all,
> 
> This patch series contains two updates for the Renesas Ethernet AVB
> Device Tree bindings.
> 
> Thanks!
> 
> [...]

Here is the summary with links:
  - [1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4
    https://git.kernel.org/netdev/net-next/c/1bd81d785dfc
  - [2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support
    https://git.kernel.org/netdev/net-next/c/231c4f0bcdb2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-09-20  1:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-09  9:13 [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates Geert Uytterhoeven
2022-09-09  9:13 ` [PATCH 1/2] dt-bindings: net: renesas,etheravb: R-Car V3U is R-Car Gen4 Geert Uytterhoeven
2022-09-09  9:23   ` Krzysztof Kozlowski
2022-09-09  9:58     ` Geert Uytterhoeven
2022-09-09 10:27   ` Krzysztof Kozlowski
2022-09-09 13:35   ` Wolfram Sang
2022-09-09 20:28   ` Sergey Shtylyov
2022-09-09  9:13 ` [PATCH 2/2] dt-bindings: net: renesas,etheravb: Add r8a779g0 support Geert Uytterhoeven
2022-09-09 10:27   ` Krzysztof Kozlowski
2022-09-09 13:35   ` Wolfram Sang
2022-09-09 20:33   ` Sergey Shtylyov
2022-09-20  1:10 ` [PATCH 0/2] dt-bindings: net: renesas,etheravb: R-Car Gen4 updates patchwork-bot+netdevbpf

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