2022-06-06 15:40:29

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference

Changeset b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
renamed: Documentation/devicetree/bindings/mfd/max77693.txt
to: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml.

Update its cross-reference accordingly.

Fixes: b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---

To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/

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

diff --git a/MAINTAINERS b/MAINTAINERS
index a11aa7ebb6af..dc64a23d0bdc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12118,7 +12118,7 @@ F: Documentation/devicetree/bindings/*/maxim,max77686.yaml
F: Documentation/devicetree/bindings/*/maxim,max77693.yaml
F: Documentation/devicetree/bindings/*/maxim,max77843.yaml
F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
-F: Documentation/devicetree/bindings/mfd/max77693.txt
+F: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml
F: drivers/*/*max77843.c
F: drivers/*/max14577*.c
F: drivers/*/max77686*.c
--
2.36.1


2022-06-06 15:56:59

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 19/23] MAINTAINERS: update maxim,max77693.yaml reference

On 06/06/2022 17:25, Mauro Carvalho Chehab wrote:
> Changeset b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")
> renamed: Documentation/devicetree/bindings/mfd/max77693.txt
> to: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: b38213c6118b ("dt-bindings: mfd: maxim,max77693: Convert to dtschema")

I look at that commit and it performs proper update of Maintainers file.
It is not the commit which introduced the issue, so the fixes tag is wrong.

The commit which introduced the issue is I think within Lee's branches:

Fixes: afb67df31a8c ("Merge branches 'ib-mfd-hwmon-regulator-5.18',
'ib-mfd-iio-5.18', 'ib-mfd-led-power-regulator-5.18',
'ib-mfd-mediatek-mt6366-5.18', 'ib-mfd-rtc-watchdog-5.18' and
'ib-mfd-spi-dt-5.18' into ibs-for-mfd-merged")



> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
>
> To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover.
> See [PATCH 00/23] at: https://lore.kernel.org/all/[email protected]/
>
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a11aa7ebb6af..dc64a23d0bdc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12118,7 +12118,7 @@ F: Documentation/devicetree/bindings/*/maxim,max77686.yaml
> F: Documentation/devicetree/bindings/*/maxim,max77693.yaml
> F: Documentation/devicetree/bindings/*/maxim,max77843.yaml
> F: Documentation/devicetree/bindings/clock/maxim,max77686.txt
> -F: Documentation/devicetree/bindings/mfd/max77693.txt
> +F: Documentation/devicetree/bindings/mfd/maxim,max77693.yaml

This "+" is not correct. The entry is already properly covered.

Just remove the max77693.txt.


Best regards,
Krzysztof