All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
@ 2022-03-08 10:30 Lukas Bulwahn
  2022-03-08 11:44 ` Vladimir Oltean
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lukas Bulwahn @ 2022-03-08 10:30 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, netdev
  Cc: Luiz Angelo Daros de Luca, Linus Walleij, Alvin Šipraga,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML
schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to
adjust its reference in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.

Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20220308

David, please pick this minor non-urgent clean-up patch for net-next.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38cdf9aadfe4..8c7e40e1215e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16638,7 +16638,7 @@ REALTEK RTL83xx SMI DSA ROUTER CHIPS
 M:	Linus Walleij <linus.walleij@linaro.org>
 M:	Alvin Šipraga <alsi@bang-olufsen.dk>
 S:	Maintained
-F:	Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
+F:	Documentation/devicetree/bindings/net/dsa/realtek.yaml
 F:	drivers/net/dsa/realtek/*
 
 REALTEK WIRELESS DRIVER (rtlwifi family)
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
  2022-03-08 10:30 [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS Lukas Bulwahn
@ 2022-03-08 11:44 ` Vladimir Oltean
  2022-03-08 15:26 ` Linus Walleij
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Vladimir Oltean @ 2022-03-08 11:44 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David S . Miller, Jakub Kicinski, netdev,
	Luiz Angelo Daros de Luca, Linus Walleij, Alvin Šipraga,
	Andrew Lunn, Vivien Didelot, Florian Fainelli, kernel-janitors,
	linux-kernel

On Tue, Mar 08, 2022 at 11:30:27AM +0100, Lukas Bulwahn wrote:
> Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML
> schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to
> adjust its reference in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---

Reviewed-by: Vladimir Oltean <olteanv@gmail.com>

> applies cleanly on next-20220308
> 
> David, please pick this minor non-urgent clean-up patch for net-next.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 38cdf9aadfe4..8c7e40e1215e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16638,7 +16638,7 @@ REALTEK RTL83xx SMI DSA ROUTER CHIPS
>  M:	Linus Walleij <linus.walleij@linaro.org>
>  M:	Alvin Šipraga <alsi@bang-olufsen.dk>
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/net/dsa/realtek-smi.txt
> +F:	Documentation/devicetree/bindings/net/dsa/realtek.yaml
>  F:	drivers/net/dsa/realtek/*
>  
>  REALTEK WIRELESS DRIVER (rtlwifi family)
> -- 
> 2.17.1
> 

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

* Re: [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
  2022-03-08 10:30 [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS Lukas Bulwahn
  2022-03-08 11:44 ` Vladimir Oltean
@ 2022-03-08 15:26 ` Linus Walleij
  2022-03-09  9:09 ` Alvin Šipraga
  2022-03-09 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Linus Walleij @ 2022-03-08 15:26 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David S . Miller, Jakub Kicinski, netdev,
	Luiz Angelo Daros de Luca, Alvin Šipraga, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	kernel-janitors, linux-kernel

On Tue, Mar 8, 2022 at 11:30 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML
> schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to
> adjust its reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
  2022-03-08 10:30 [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS Lukas Bulwahn
  2022-03-08 11:44 ` Vladimir Oltean
  2022-03-08 15:26 ` Linus Walleij
@ 2022-03-09  9:09 ` Alvin Šipraga
  2022-03-09 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: Alvin Šipraga @ 2022-03-09  9:09 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: David S . Miller, Jakub Kicinski, netdev,
	Luiz Angelo Daros de Luca, Linus Walleij, Andrew Lunn,
	Vivien Didelot, Florian Fainelli, Vladimir Oltean,
	kernel-janitors, linux-kernel

Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML
> schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to
> adjust its reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in REALTEK RTL83xx SMI DSA ROUTER CHIPS.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20220308
>
> David, please pick this minor non-urgent clean-up patch for net-next.
>
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Alvin Šipraga <alsi@bang-olufsen.dk>

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

* Re: [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
  2022-03-08 10:30 [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS Lukas Bulwahn
                   ` (2 preceding siblings ...)
  2022-03-09  9:09 ` Alvin Šipraga
@ 2022-03-09 15:10 ` patchwork-bot+netdevbpf
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-03-09 15:10 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: davem, kuba, netdev, luizluca, linus.walleij, alsi, andrew,
	vivien.didelot, f.fainelli, olteanv, kernel-janitors,
	linux-kernel

Hello:

This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue,  8 Mar 2022 11:30:27 +0100 you wrote:
> Commit 429c83c78ab2 ("dt-bindings: net: dsa: realtek: convert to YAML
> schema, add MDIO") converts realtek-smi.txt to realtek.yaml, but missed to
> adjust its reference in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
> 
> [...]

Here is the summary with links:
  - MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS
    https://git.kernel.org/netdev/net-next/c/7f415828f987

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:[~2022-03-09 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-08 10:30 [PATCH] MAINTAINERS: rectify entry for REALTEK RTL83xx SMI DSA ROUTER CHIPS Lukas Bulwahn
2022-03-08 11:44 ` Vladimir Oltean
2022-03-08 15:26 ` Linus Walleij
2022-03-09  9:09 ` Alvin Šipraga
2022-03-09 15:10 ` patchwork-bot+netdevbpf

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.