2021-07-22 10:03:15

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 12/15] MAINTAINERS: update gpio-zynq.yaml reference

Changeset 45ca16072b70 ("dt-bindings: gpio: zynq: convert bindings to YAML")
renamed: Documentation/devicetree/bindings/gpio/gpio-zynq.txt
to: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml.

Update its cross-reference accordingly.

Fixes: 45ca16072b70 ("dt-bindings: gpio: zynq: convert bindings to YAML")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 76236b2c1d7a..7e1e5385d971 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -20382,7 +20382,7 @@ R: Srinivas Neeli <[email protected]>
R: Michal Simek <[email protected]>
S: Maintained
F: Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
-F: Documentation/devicetree/bindings/gpio/gpio-zynq.txt
+F: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
F: drivers/gpio/gpio-xilinx.c
F: drivers/gpio/gpio-zynq.c

--
2.31.1


2021-08-05 21:27:10

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH 12/15] MAINTAINERS: update gpio-zynq.yaml reference

On Thu, Jul 22, 2021 at 12:00 PM Mauro Carvalho Chehab
<[email protected]> wrote:
>
> Changeset 45ca16072b70 ("dt-bindings: gpio: zynq: convert bindings to YAML")
> renamed: Documentation/devicetree/bindings/gpio/gpio-zynq.txt
> to: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: 45ca16072b70 ("dt-bindings: gpio: zynq: convert bindings to YAML")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 76236b2c1d7a..7e1e5385d971 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -20382,7 +20382,7 @@ R: Srinivas Neeli <[email protected]>
> R: Michal Simek <[email protected]>
> S: Maintained
> F: Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
> -F: Documentation/devicetree/bindings/gpio/gpio-zynq.txt
> +F: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
> F: drivers/gpio/gpio-xilinx.c
> F: drivers/gpio/gpio-zynq.c
>
> --
> 2.31.1
>

Applied, thanks!

Bart