All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE
@ 2022-07-22 10:31 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2022-07-22 10:31 UTC (permalink / raw)
  To: Tomer Maimon, Arnd Bergmann
  Cc: Avi Fishman, Tali Perry, Patrick Venture, Nancy Yuen,
	Benjamin Fair, Michael Turquette, Stephen Boyd, Rob Herring,
	Krzysztof Kozlowski, openbmc, linux-clk, devicetree,
	kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 08e950449c62 ("dt-binding: clk: npcm845: Add binding for Nuvoton
NPCM8XX Clock") obviously adds nuvoton,npcm845-clk.h, but the file entry in
MAINTAINERS, added with commit 3670d2ec13ee ("arm64: npcm: Add support for
Nuvoton NPCM8XX BMC SoC") then refers to nuvoton,npcm8xx-clock.h.

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

Repair this file reference in ARM/NUVOTON NPCM ARCHITECTURE.

Fixes: 3670d2ec13ee ("arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Arnd, please pick this patch on top of the commits above.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d14a446df13..e2734926f6ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2488,7 +2488,7 @@ F:	arch/arm64/boot/dts/nuvoton/
 F:	drivers/*/*npcm*
 F:	drivers/*/*/*npcm*
 F:	include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
-F:	include/dt-bindings/clock/nuvoton,npcm8xx-clock.h
+F:	include/dt-bindings/clock/nuvoton,npcm845-clk.h
 
 ARM/NUVOTON WPCM450 ARCHITECTURE
 M:	Jonathan Neuschäfer <j.neuschaefer@gmx.net>
-- 
2.17.1


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

* [PATCH] MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE
@ 2022-07-22 10:31 ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2022-07-22 10:31 UTC (permalink / raw)
  To: Tomer Maimon, Arnd Bergmann
  Cc: devicetree, kernel-janitors, Benjamin Fair, Avi Fishman,
	Patrick Venture, Michael Turquette, linux-clk, Stephen Boyd,
	Tali Perry, Rob Herring, Krzysztof Kozlowski, Lukas Bulwahn,
	openbmc, linux-kernel

Commit 08e950449c62 ("dt-binding: clk: npcm845: Add binding for Nuvoton
NPCM8XX Clock") obviously adds nuvoton,npcm845-clk.h, but the file entry in
MAINTAINERS, added with commit 3670d2ec13ee ("arm64: npcm: Add support for
Nuvoton NPCM8XX BMC SoC") then refers to nuvoton,npcm8xx-clock.h.

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

Repair this file reference in ARM/NUVOTON NPCM ARCHITECTURE.

Fixes: 3670d2ec13ee ("arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Arnd, please pick this patch on top of the commits above.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index 7d14a446df13..e2734926f6ce 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2488,7 +2488,7 @@ F:	arch/arm64/boot/dts/nuvoton/
 F:	drivers/*/*npcm*
 F:	drivers/*/*/*npcm*
 F:	include/dt-bindings/clock/nuvoton,npcm7xx-clock.h
-F:	include/dt-bindings/clock/nuvoton,npcm8xx-clock.h
+F:	include/dt-bindings/clock/nuvoton,npcm845-clk.h
 
 ARM/NUVOTON WPCM450 ARCHITECTURE
 M:	Jonathan Neuschäfer <j.neuschaefer@gmx.net>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE
  2022-07-22 10:31 ` Lukas Bulwahn
@ 2022-07-22 12:59   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-07-22 12:59 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Tomer Maimon, Arnd Bergmann, Avi Fishman, Tali Perry,
	Patrick Venture, Nancy Yuen, Benjamin Fair, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski, OpenBMC Maillist,
	linux-clk, DTML, kernel-janitors, Linux Kernel Mailing List

On Fri, Jul 22, 2022 at 12:31 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 08e950449c62 ("dt-binding: clk: npcm845: Add binding for Nuvoton
> NPCM8XX Clock") obviously adds nuvoton,npcm845-clk.h, but the file entry in
> MAINTAINERS, added with commit 3670d2ec13ee ("arm64: npcm: Add support for
> Nuvoton NPCM8XX BMC SoC") then refers to nuvoton,npcm8xx-clock.h.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in ARM/NUVOTON NPCM ARCHITECTURE.
>
> Fixes: 3670d2ec13ee ("arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Arnd, please pick this patch on top of the commits above.

Done, thanks!

      Arnd

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

* Re: [PATCH] MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE
@ 2022-07-22 12:59   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-07-22 12:59 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: DTML, kernel-janitors, Tomer Maimon, Arnd Bergmann, Avi Fishman,
	Patrick Venture, Michael Turquette, linux-clk, Stephen Boyd,
	Tali Perry, Rob Herring, Krzysztof Kozlowski, OpenBMC Maillist,
	Linux Kernel Mailing List, Benjamin Fair

On Fri, Jul 22, 2022 at 12:31 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit 08e950449c62 ("dt-binding: clk: npcm845: Add binding for Nuvoton
> NPCM8XX Clock") obviously adds nuvoton,npcm845-clk.h, but the file entry in
> MAINTAINERS, added with commit 3670d2ec13ee ("arm64: npcm: Add support for
> Nuvoton NPCM8XX BMC SoC") then refers to nuvoton,npcm8xx-clock.h.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in ARM/NUVOTON NPCM ARCHITECTURE.
>
> Fixes: 3670d2ec13ee ("arm64: npcm: Add support for Nuvoton NPCM8XX BMC SoC")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Arnd, please pick this patch on top of the commits above.

Done, thanks!

      Arnd

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

end of thread, other threads:[~2022-07-22 13:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 10:31 [PATCH] MAINTAINERS: rectify entry for ARM/NUVOTON NPCM ARCHITECTURE Lukas Bulwahn
2022-07-22 10:31 ` Lukas Bulwahn
2022-07-22 12:59 ` Arnd Bergmann
2022-07-22 12:59   ` Arnd Bergmann

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.