linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement
@ 2022-10-06  8:01 Lukas Bulwahn
  2022-10-06  8:07 ` Emil Renner Berthing
  2022-10-06  9:23 ` Linus Walleij
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-10-06  8:01 UTC (permalink / raw)
  To: Emil Renner Berthing, Jianlong Huang, Hal Feng, Linus Walleij,
	linux-gpio
  Cc: kernel-janitors, linux-kernel, Lukas Bulwahn

Commit ba7fdf88e98a ("pinctrl: Create subdirectory for StarFive drivers")
moves pinctrl-starfive.c into its own subdirectory starfive; further,
commit ba99b756da17 ("pinctrl: starfive: Rename "pinctrl-starfive" to
"pinctrl-starfive-jh7100"") adds the suffix jh7100 to the driver and
dt-bindings header file name.

These commits however do not adjust the entry in MAINTAINERS. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about a broken
reference.

Adjust the entries for STARFIVE JH7100 PINCTRL DRIVER after file movement.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2a1347b5fd07..37a9f9e7f6c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19603,8 +19603,8 @@ M:	Emil Renner Berthing <kernel@esmil.dk>
 L:	linux-gpio@vger.kernel.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml
-F:	drivers/pinctrl/pinctrl-starfive.c
-F:	include/dt-bindings/pinctrl/pinctrl-starfive.h
+F:	drivers/pinctrl/starfive/
+F:	include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
 
 STARFIVE JH7100 RESET CONTROLLER DRIVER
 M:	Emil Renner Berthing <kernel@esmil.dk>
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement
  2022-10-06  8:01 [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement Lukas Bulwahn
@ 2022-10-06  8:07 ` Emil Renner Berthing
  2022-10-06  9:23 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Emil Renner Berthing @ 2022-10-06  8:07 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Jianlong Huang, Hal Feng, Linus Walleij, linux-gpio,
	kernel-janitors, linux-kernel

On Thu, 6 Oct 2022 at 10:02, Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
>
> Commit ba7fdf88e98a ("pinctrl: Create subdirectory for StarFive drivers")
> moves pinctrl-starfive.c into its own subdirectory starfive; further,
> commit ba99b756da17 ("pinctrl: starfive: Rename "pinctrl-starfive" to
> "pinctrl-starfive-jh7100"") adds the suffix jh7100 to the driver and
> dt-bindings header file name.
>
> These commits however do not adjust the entry in MAINTAINERS. Hence,
> ./scripts/get_maintainer.pl --self-test=patterns complains about a broken
> reference.
>
> Adjust the entries for STARFIVE JH7100 PINCTRL DRIVER after file movement.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Good catch.
Reviewed-by: Emil Renner Berthing <kernel@esmil.dk>

>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2a1347b5fd07..37a9f9e7f6c8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19603,8 +19603,8 @@ M:      Emil Renner Berthing <kernel@esmil.dk>
>  L:     linux-gpio@vger.kernel.org
>  S:     Maintained
>  F:     Documentation/devicetree/bindings/pinctrl/starfive,jh7100-pinctrl.yaml
> -F:     drivers/pinctrl/pinctrl-starfive.c
> -F:     include/dt-bindings/pinctrl/pinctrl-starfive.h
> +F:     drivers/pinctrl/starfive/
> +F:     include/dt-bindings/pinctrl/pinctrl-starfive-jh7100.h
>
>  STARFIVE JH7100 RESET CONTROLLER DRIVER
>  M:     Emil Renner Berthing <kernel@esmil.dk>
> --
> 2.17.1
>

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

* Re: [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement
  2022-10-06  8:01 [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement Lukas Bulwahn
  2022-10-06  8:07 ` Emil Renner Berthing
@ 2022-10-06  9:23 ` Linus Walleij
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2022-10-06  9:23 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Emil Renner Berthing, Jianlong Huang, Hal Feng, linux-gpio,
	kernel-janitors, linux-kernel

On Thu, Oct 6, 2022 at 10:02 AM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit ba7fdf88e98a ("pinctrl: Create subdirectory for StarFive drivers")
> moves pinctrl-starfive.c into its own subdirectory starfive; further,
> commit ba99b756da17 ("pinctrl: starfive: Rename "pinctrl-starfive" to
> "pinctrl-starfive-jh7100"") adds the suffix jh7100 to the driver and
> dt-bindings header file name.
>
> These commits however do not adjust the entry in MAINTAINERS. Hence,
> ./scripts/get_maintainer.pl --self-test=patterns complains about a broken
> reference.
>
> Adjust the entries for STARFIVE JH7100 PINCTRL DRIVER after file movement.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Oops thanks Lukas, excellent work as always!

Yours,
Linus Walleij

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

end of thread, other threads:[~2022-10-06  9:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-06  8:01 [PATCH] MAINTAINERS: adjust STARFIVE JH7100 PINCTRL DRIVER after file movement Lukas Bulwahn
2022-10-06  8:07 ` Emil Renner Berthing
2022-10-06  9:23 ` Linus Walleij

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).