* [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
@ 2025-06-27 13:44 Lukas Bulwahn
2025-06-27 14:41 ` Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2025-06-27 13:44 UTC (permalink / raw)
To: Geert Uytterhoeven, Lad Prabhakar, Andrew Lunn, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev,
linux-renesas-soc
Cc: kernel-janitors, linux-kernel, Lukas Bulwahn
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit d53320aeef18 ("dt-bindings: net: Rename
renesas,r9a09g057-gbeth.yaml") renames the net devicetree binding
renesas,r9a09g057-gbeth.yaml to renesas,rzv2h-gbeth.yaml, but misses to
adjust the file entry in the RENESAS RZ/V2H(P) DWMAC GBETH GLUE LAYER
DRIVER section in MAINTAINERS.
Adjust the file entry after this file renaming.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d635369a4f6c..bff9651a9a94 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21271,7 +21271,7 @@ M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
L: netdev@vger.kernel.org
L: linux-renesas-soc@vger.kernel.org
S: Maintained
-F: Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
+F: Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
F: drivers/net/ethernet/stmicro/stmmac/dwmac-renesas-gbeth.c
RENESAS RZ/V2H(P) USB2PHY PORT RESET DRIVER
--
2.50.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
2025-06-27 13:44 [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb Lukas Bulwahn
@ 2025-06-27 14:41 ` Geert Uytterhoeven
2025-06-27 20:06 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-06-27 14:41 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Geert Uytterhoeven, Lad Prabhakar, Andrew Lunn, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev,
linux-renesas-soc, kernel-janitors, linux-kernel, Lukas Bulwahn
Hi Lukas,
Thanks for your patch!
On Fri, 27 Jun 2025 at 15:45, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d53320aeef18 ("dt-bindings: net: Rename
> renesas,r9a09g057-gbeth.yaml") renames the net devicetree binding
> renesas,r9a09g057-gbeth.yaml to renesas,rzv2h-gbeth.yaml, but misses to
> adjust the file entry in the RENESAS RZ/V2H(P) DWMAC GBETH GLUE LAYER
> DRIVER section in MAINTAINERS.
Doh...
> Adjust the file entry after this file renaming.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21271,7 +21271,7 @@ M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> L: netdev@vger.kernel.org
> L: linux-renesas-soc@vger.kernel.org
> S: Maintained
> -F: Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
> +F: Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
Alternatively, just remove the entry?
Prabhakar is listed as the maintainer inside the file.
> F: drivers/net/ethernet/stmicro/stmmac/dwmac-renesas-gbeth.c
>
> RENESAS RZ/V2H(P) USB2PHY PORT RESET DRIVER
> --
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] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
2025-06-27 13:44 [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb Lukas Bulwahn
2025-06-27 14:41 ` Geert Uytterhoeven
@ 2025-06-27 20:06 ` Simon Horman
2025-06-30 13:24 ` Lad, Prabhakar
2025-07-01 1:40 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2025-06-27 20:06 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Geert Uytterhoeven, Lad Prabhakar, Andrew Lunn, David S. Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev,
linux-renesas-soc, kernel-janitors, linux-kernel, Lukas Bulwahn
On Fri, Jun 27, 2025 at 03:44:53PM +0200, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d53320aeef18 ("dt-bindings: net: Rename
> renesas,r9a09g057-gbeth.yaml") renames the net devicetree binding
> renesas,r9a09g057-gbeth.yaml to renesas,rzv2h-gbeth.yaml, but misses to
> adjust the file entry in the RENESAS RZ/V2H(P) DWMAC GBETH GLUE LAYER
> DRIVER section in MAINTAINERS.
>
> Adjust the file entry after this file renaming.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Thanks, and sorry for missing this.
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
2025-06-27 13:44 [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb Lukas Bulwahn
2025-06-27 14:41 ` Geert Uytterhoeven
2025-06-27 20:06 ` Simon Horman
@ 2025-06-30 13:24 ` Lad, Prabhakar
2025-07-01 1:40 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: Lad, Prabhakar @ 2025-06-30 13:24 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: Geert Uytterhoeven, Lad Prabhakar, Andrew Lunn, David S . Miller,
Eric Dumazet, Jakub Kicinski, Paolo Abeni, netdev,
linux-renesas-soc, kernel-janitors, linux-kernel, Lukas Bulwahn
On Fri, Jun 27, 2025 at 2:45 PM Lukas Bulwahn <lbulwahn@redhat.com> wrote:
>
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d53320aeef18 ("dt-bindings: net: Rename
> renesas,r9a09g057-gbeth.yaml") renames the net devicetree binding
> renesas,r9a09g057-gbeth.yaml to renesas,rzv2h-gbeth.yaml, but misses to
> adjust the file entry in the RENESAS RZ/V2H(P) DWMAC GBETH GLUE LAYER
> DRIVER section in MAINTAINERS.
>
> Adjust the file entry after this file renaming.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cheers,
Prabhakar
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d635369a4f6c..bff9651a9a94 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -21271,7 +21271,7 @@ M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> L: netdev@vger.kernel.org
> L: linux-renesas-soc@vger.kernel.org
> S: Maintained
> -F: Documentation/devicetree/bindings/net/renesas,r9a09g057-gbeth.yaml
> +F: Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml
> F: drivers/net/ethernet/stmicro/stmmac/dwmac-renesas-gbeth.c
>
> RENESAS RZ/V2H(P) USB2PHY PORT RESET DRIVER
> --
> 2.50.0
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
2025-06-27 13:44 [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb Lukas Bulwahn
` (2 preceding siblings ...)
2025-06-30 13:24 ` Lad, Prabhakar
@ 2025-07-01 1:40 ` patchwork-bot+netdevbpf
3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-07-01 1:40 UTC (permalink / raw)
To: Lukas Bulwahn
Cc: geert+renesas, prabhakar.mahadev-lad.rj, andrew+netdev, davem,
edumazet, kuba, pabeni, netdev, linux-renesas-soc,
kernel-janitors, linux-kernel, lukas.bulwahn
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 27 Jun 2025 15:44:53 +0200 you wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit d53320aeef18 ("dt-bindings: net: Rename
> renesas,r9a09g057-gbeth.yaml") renames the net devicetree binding
> renesas,r9a09g057-gbeth.yaml to renesas,rzv2h-gbeth.yaml, but misses to
> adjust the file entry in the RENESAS RZ/V2H(P) DWMAC GBETH GLUE LAYER
> DRIVER section in MAINTAINERS.
>
> [...]
Here is the summary with links:
- MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb
https://git.kernel.org/netdev/net/c/3b2c45cb1b50
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-07-01 1:39 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 13:44 [PATCH] MAINTAINERS: adjust file entry after renaming rzv2h-gbeth dtb Lukas Bulwahn
2025-06-27 14:41 ` Geert Uytterhoeven
2025-06-27 20:06 ` Simon Horman
2025-06-30 13:24 ` Lad, Prabhakar
2025-07-01 1: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).