* [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
@ 2025-06-25 8:10 Geert Uytterhoeven
2025-06-25 8:46 ` Lad, Prabhakar
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-25 8:10 UTC (permalink / raw)
To: Lad Prabhakar, Andrew Lunn, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: netdev, linux-renesas-soc, devicetree, Geert Uytterhoeven
The DT bindings file "renesas,r9a09g057-gbeth.yaml" applies to a whole
family of SoCs, and uses "renesas,rzv2h-gbeth" as a fallback compatible
value. Hence rename it to the more generic "renesas,rzv2h-gbeth.yaml".
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename Documentation/devicetree/bindings/net/{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} (98%)
diff --git a/Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
similarity index 98%
rename from Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
rename to Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
index 9961253d1d411bd0..23e39bcea96b31db 100644
--- a/Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
+++ b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
%YAML 1.2
---
-$id: http://devicetree.org/schemas/net/renesas,r9a09g057-gbeth.yaml#
+$id: http://devicetree.org/schemas/net/renesas,rzv2h-gbeth.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#
title: GBETH glue layer for Renesas RZ/V2H(P) (and similar SoCs)
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
2025-06-25 8:10 [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml Geert Uytterhoeven
@ 2025-06-25 8:46 ` Lad, Prabhakar
2025-06-25 17:15 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Lad, Prabhakar @ 2025-06-25 8:46 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Lad Prabhakar, Andrew Lunn, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, netdev, linux-renesas-soc, devicetree
On Wed, Jun 25, 2025 at 9:11 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> The DT bindings file "renesas,r9a09g057-gbeth.yaml" applies to a whole
> family of SoCs, and uses "renesas,rzv2h-gbeth" as a fallback compatible
> value. Hence rename it to the more generic "renesas,rzv2h-gbeth.yaml".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> .../{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/net/{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} (98%)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cheers,
Prabhakar
> diff --git a/Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
> similarity index 98%
> rename from Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
> rename to Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
> index 9961253d1d411bd0..23e39bcea96b31db 100644
> --- a/Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
> +++ b/Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> %YAML 1.2
> ---
> -$id: http://devicetree.org/schemas/net/renesas,r9a09g057-gbeth.yaml#
> +$id: http://devicetree.org/schemas/net/renesas,rzv2h-gbeth.yaml#
> $schema: http://devicetree.org/meta-schemas/core.yaml#
>
> title: GBETH glue layer for Renesas RZ/V2H(P) (and similar SoCs)
> --
> 2.43.0
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
2025-06-25 8:10 [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml Geert Uytterhoeven
2025-06-25 8:46 ` Lad, Prabhakar
@ 2025-06-25 17:15 ` Simon Horman
2025-06-26 19:10 ` Rob Herring (Arm)
2025-06-27 0:20 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2025-06-25 17:15 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Lad Prabhakar, Andrew Lunn, David S . Miller, Eric Dumazet,
Jakub Kicinski, Paolo Abeni, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, netdev, linux-renesas-soc, devicetree
On Wed, Jun 25, 2025 at 10:10:48AM +0200, Geert Uytterhoeven wrote:
> The DT bindings file "renesas,r9a09g057-gbeth.yaml" applies to a whole
> family of SoCs, and uses "renesas,rzv2h-gbeth" as a fallback compatible
> value. Hence rename it to the more generic "renesas,rzv2h-gbeth.yaml".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
2025-06-25 8:10 [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml Geert Uytterhoeven
2025-06-25 8:46 ` Lad, Prabhakar
2025-06-25 17:15 ` Simon Horman
@ 2025-06-26 19:10 ` Rob Herring (Arm)
2025-06-27 0:20 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-06-26 19:10 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Conor Dooley, Lad Prabhakar, devicetree, Jakub Kicinski,
Krzysztof Kozlowski, Paolo Abeni, Andrew Lunn, David S . Miller,
linux-renesas-soc, netdev, Eric Dumazet
On Wed, 25 Jun 2025 10:10:48 +0200, Geert Uytterhoeven wrote:
> The DT bindings file "renesas,r9a09g057-gbeth.yaml" applies to a whole
> family of SoCs, and uses "renesas,rzv2h-gbeth" as a fallback compatible
> value. Hence rename it to the more generic "renesas,rzv2h-gbeth.yaml".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> .../{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/net/{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} (98%)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
2025-06-25 8:10 [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml Geert Uytterhoeven
` (2 preceding siblings ...)
2025-06-26 19:10 ` Rob Herring (Arm)
@ 2025-06-27 0:20 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-06-27 0:20 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: prabhakar.mahadev-lad.rj, andrew+netdev, davem, edumazet, kuba,
pabeni, robh, krzk+dt, conor+dt, netdev, linux-renesas-soc,
devicetree
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Wed, 25 Jun 2025 10:10:48 +0200 you wrote:
> The DT bindings file "renesas,r9a09g057-gbeth.yaml" applies to a whole
> family of SoCs, and uses "renesas,rzv2h-gbeth" as a fallback compatible
> value. Hence rename it to the more generic "renesas,rzv2h-gbeth.yaml".
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> .../{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename Documentation/devicetree/bindings/net/{renesas,r9a09g057-gbeth.yaml => renesas,rzv2h-gbeth.yaml} (98%)
Here is the summary with links:
- dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml
https://git.kernel.org/netdev/net-next/c/d53320aeef18
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:[~2025-06-27 0:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 8:10 [PATCH] dt-bindings: net: Rename renesas,r9a09g057-gbeth.yaml Geert Uytterhoeven
2025-06-25 8:46 ` Lad, Prabhakar
2025-06-25 17:15 ` Simon Horman
2025-06-26 19:10 ` Rob Herring (Arm)
2025-06-27 0:20 ` 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).