devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
@ 2024-03-05  9:37 Geert Uytterhoeven
  2024-03-05  9:50 ` Niklas Söderlund
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2024-03-05  9:37 UTC (permalink / raw)
  To: Sergey Shtylyov, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sergei Shtylyov
  Cc: netdev, linux-renesas-soc, devicetree, Thanh Quan,
	Geert Uytterhoeven

From: Thanh Quan <thanh.quan.xn@renesas.com>

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

Signed-off-by: Thanh Quan <thanh.quan.xn@renesas.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
index 890f7858d0dc4c79..de7ba7f345a93778 100644
--- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
@@ -46,6 +46,7 @@ properties:
           - enum:
               - renesas,etheravb-r8a779a0     # R-Car V3U
               - renesas,etheravb-r8a779g0     # R-Car V4H
+              - renesas,etheravb-r8a779h0     # R-Car V4M
           - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
 
       - items:
-- 
2.34.1


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

* Re: [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
  2024-03-05  9:37 [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M Geert Uytterhoeven
@ 2024-03-05  9:50 ` Niklas Söderlund
  2024-03-05 15:01 ` Rob Herring
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Niklas Söderlund @ 2024-03-05  9:50 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Sergey Shtylyov, David S . Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Sergei Shtylyov, netdev, linux-renesas-soc, devicetree,
	Thanh Quan

Hi Geert,

Thanks for your work.

On 2024-03-05 10:37:18 +0100, Geert Uytterhoeven wrote:
> From: Thanh Quan <thanh.quan.xn@renesas.com>
> 
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Thanh Quan <thanh.quan.xn@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> index 890f7858d0dc4c79..de7ba7f345a93778 100644
> --- a/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,etheravb.yaml
> @@ -46,6 +46,7 @@ properties:
>            - enum:
>                - renesas,etheravb-r8a779a0     # R-Car V3U
>                - renesas,etheravb-r8a779g0     # R-Car V4H
> +              - renesas,etheravb-r8a779h0     # R-Car V4M
>            - const: renesas,etheravb-rcar-gen4 # R-Car Gen4
>  
>        - items:
> -- 
> 2.34.1
> 
> 

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
  2024-03-05  9:37 [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M Geert Uytterhoeven
  2024-03-05  9:50 ` Niklas Söderlund
@ 2024-03-05 15:01 ` Rob Herring
  2024-03-06 19:41 ` Sergey Shtylyov
  2024-03-07  4:40 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2024-03-05 15:01 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: netdev, David S . Miller, Sergey Shtylyov, Eric Dumazet,
	linux-renesas-soc, Jakub Kicinski, Krzysztof Kozlowski,
	Paolo Abeni, Conor Dooley, Thanh Quan, devicetree,
	Sergei Shtylyov


On Tue, 05 Mar 2024 10:37:18 +0100, Geert Uytterhoeven wrote:
> From: Thanh Quan <thanh.quan.xn@renesas.com>
> 
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Thanh Quan <thanh.quan.xn@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/net/renesas,etheravb.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>


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

* Re: [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
  2024-03-05  9:37 [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M Geert Uytterhoeven
  2024-03-05  9:50 ` Niklas Söderlund
  2024-03-05 15:01 ` Rob Herring
@ 2024-03-06 19:41 ` Sergey Shtylyov
  2024-03-07  4:40 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Sergey Shtylyov @ 2024-03-06 19:41 UTC (permalink / raw)
  To: Geert Uytterhoeven, David S . Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Sergei Shtylyov
  Cc: netdev, linux-renesas-soc, devicetree, Thanh Quan

On 3/5/24 12:37 PM, Geert Uytterhoeven wrote:

> From: Thanh Quan <thanh.quan.xn@renesas.com>
> 
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Thanh Quan <thanh.quan.xn@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

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

[...]

MBR, Sergey

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

* Re: [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
  2024-03-05  9:37 [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-03-06 19:41 ` Sergey Shtylyov
@ 2024-03-07  4:40 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-03-07  4:40 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: s.shtylyov, davem, edumazet, kuba, pabeni, robh,
	krzysztof.kozlowski+dt, conor+dt, sergei.shtylyov, netdev,
	linux-renesas-soc, devicetree, thanh.quan.xn

Hello:

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

On Tue,  5 Mar 2024 10:37:18 +0100 you wrote:
> From: Thanh Quan <thanh.quan.xn@renesas.com>
> 
> Document support for the Renesas Ethernet AVB (EtherAVB-IF) block in the
> Renesas R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Thanh Quan <thanh.quan.xn@renesas.com>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> [...]

Here is the summary with links:
  - [net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M
    https://git.kernel.org/netdev/net-next/c/d66206296176

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

end of thread, other threads:[~2024-03-07  4:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-05  9:37 [PATCH net-next] dt-bindings: net: renesas,etheravb: Add support for R-Car V4M Geert Uytterhoeven
2024-03-05  9:50 ` Niklas Söderlund
2024-03-05 15:01 ` Rob Herring
2024-03-06 19:41 ` Sergey Shtylyov
2024-03-07  4:40 ` 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).