mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
@ 2023-05-09  7:48 Lukas Bulwahn
  2023-05-12 23:56 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Bulwahn @ 2023-05-09  7:48 UTC (permalink / raw)
  To: Andrew Morton, linux-mm
  Cc: Conor Dooley, Support Opensource, kernel-janitors, linux-kernel,
	Lukas Bulwahn

Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
prefixed with dlg,da90.

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

Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Andrew, please pick this minor MAINTAINERS patch.


Note: The patch was sent three times to Lee Jones to be picked up, but it wasn't. 

v1: https://lore.kernel.org/all/20220623104456.27144-1-lukas.bulwahn@gmail.com/
v1-resend: https://lore.kernel.org/all/20230110154901.20223-1-lukas.bulwahn@gmail.com/
v1-resend2: https://lore.kernel.org/all/20230313050903.29416-1-lukas.bulwahn@gmail.com/

v1 to resend:
 - added the Acked-by from Conor Dooley.


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

diff --git a/MAINTAINERS b/MAINTAINERS
index 460f953f331b..c10dd7aa8ed9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6026,7 +6026,7 @@ W:	http://www.dialog-semiconductor.com/products
 F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
 F:	Documentation/devicetree/bindings/input/dlg,da72??.txt
 F:	Documentation/devicetree/bindings/mfd/da90*.txt
-F:	Documentation/devicetree/bindings/mfd/da90*.yaml
+F:	Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
 F:	Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
 F:	Documentation/devicetree/bindings/regulator/da92*.txt
 F:	Documentation/devicetree/bindings/regulator/slg51000.txt
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
  2023-05-09  7:48 [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS Lukas Bulwahn
@ 2023-05-12 23:56 ` Andrew Morton
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Morton @ 2023-05-12 23:56 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: linux-mm, Conor Dooley, Support Opensource, kernel-janitors,
	linux-kernel

On Tue,  9 May 2023 09:48:34 +0200 Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
> da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
> Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
> prefixed with dlg,da90.

I'm seeing a different hash:
361104b05684c ("dt-bindings: mfd: Convert da9063 to yaml")



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

* Re: [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
  2022-06-23 10:44 Lukas Bulwahn
@ 2022-06-23 12:44 ` Conor Dooley
  0 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2022-06-23 12:44 UTC (permalink / raw)
  To: Lukas Bulwahn, Conor Dooley, Lee Jones
  Cc: Support Opensource, kernel-janitors, linux-kernel

On 23/06/2022 11:44, Lukas Bulwahn wrote:
> Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
> da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
> Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
> prefixed with dlg,da90.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
> 
> Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Conor, please ack.

Acked-by: Conor Dooley <conor.dooley@microchip.com>

that's the second fix you've done for that series, I'll be
sure to run the self-test in the future...

Thanks again,
Conor.

> Lee, pleae pick this minor non-urgent clean-up patch.
> 
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f84dba7ee301..4b08464abb1b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5876,7 +5876,7 @@ W:	http://www.dialog-semiconductor.com/products
>   F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
>   F:	Documentation/devicetree/bindings/input/dlg,da72??.txt
>   F:	Documentation/devicetree/bindings/mfd/da90*.txt
> -F:	Documentation/devicetree/bindings/mfd/da90*.yaml
> +F:	Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
>   F:	Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
>   F:	Documentation/devicetree/bindings/regulator/da92*.txt
>   F:	Documentation/devicetree/bindings/regulator/slg51000.txt

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

* [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS
@ 2022-06-23 10:44 Lukas Bulwahn
  2022-06-23 12:44 ` Conor Dooley
  0 siblings, 1 reply; 4+ messages in thread
From: Lukas Bulwahn @ 2022-06-23 10:44 UTC (permalink / raw)
  To: Conor Dooley, Lee Jones
  Cc: Support Opensource, kernel-janitors, linux-kernel, Lukas Bulwahn

Commit 441613662db7 ("dt-bindings: mfd: Convert da9063 to yaml") converts
da9063.txt to dlg,da9063.yaml and adds a new file pattern in MAINTAINERS.
Unfortunately, the file pattern matches da90*.yaml, but the yaml file is
prefixed with dlg,da90.

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

Repair this file pattern in DIALOG SEMICONDUCTOR DRIVERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Conor, please ack.
Lee, pleae pick this minor non-urgent clean-up patch.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index f84dba7ee301..4b08464abb1b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5876,7 +5876,7 @@ W:	http://www.dialog-semiconductor.com/products
 F:	Documentation/devicetree/bindings/input/da90??-onkey.txt
 F:	Documentation/devicetree/bindings/input/dlg,da72??.txt
 F:	Documentation/devicetree/bindings/mfd/da90*.txt
-F:	Documentation/devicetree/bindings/mfd/da90*.yaml
+F:	Documentation/devicetree/bindings/mfd/dlg,da90*.yaml
 F:	Documentation/devicetree/bindings/regulator/dlg,da9*.yaml
 F:	Documentation/devicetree/bindings/regulator/da92*.txt
 F:	Documentation/devicetree/bindings/regulator/slg51000.txt
-- 
2.17.1


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

end of thread, other threads:[~2023-05-12 23:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-09  7:48 [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS Lukas Bulwahn
2023-05-12 23:56 ` Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23 10:44 Lukas Bulwahn
2022-06-23 12:44 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®