2023-05-09 08:06:25

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS

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 <[email protected]>
Signed-off-by: Lukas Bulwahn <[email protected]>
---
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/[email protected]/
v1-resend: https://lore.kernel.org/all/[email protected]/
v1-resend2: https://lore.kernel.org/all/[email protected]/

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


2023-05-13 00:12:53

by Andrew Morton

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair pattern in DIALOG SEMICONDUCTOR DRIVERS

On Tue, 9 May 2023 09:48:34 +0200 Lukas Bulwahn <[email protected]> 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")