2021-06-02 15:47:40

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 10/12] MAINTAINERS: update ti,omap-gpio.yaml reference

Changeset bc3aca5393c4 ("dt-bindings: gpio: omap: Convert to json-schema")
renamed: Documentation/devicetree/bindings/gpio/gpio-omap.txt
to: Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml.

Update its cross-reference accordingly.

Fixes: bc3aca5393c4 ("dt-bindings: gpio: omap: Convert to json-schema")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 644572ab4b2d..7d65784df8c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13412,7 +13412,7 @@ M: Santosh Shilimkar <[email protected]>
M: Kevin Hilman <[email protected]>
L: [email protected]
S: Maintained
-F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
+F: Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml
F: drivers/gpio/gpio-omap.c

OMAP HARDWARE SPINLOCK SUPPORT
--
2.31.1


2021-06-07 14:18:14

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH 10/12] MAINTAINERS: update ti,omap-gpio.yaml reference

On Wed, Jun 2, 2021 at 5:43 PM Mauro Carvalho Chehab
<[email protected]> wrote:
>
> Changeset bc3aca5393c4 ("dt-bindings: gpio: omap: Convert to json-schema")
> renamed: Documentation/devicetree/bindings/gpio/gpio-omap.txt
> to: Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: bc3aca5393c4 ("dt-bindings: gpio: omap: Convert to json-schema")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 644572ab4b2d..7d65784df8c8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13412,7 +13412,7 @@ M: Santosh Shilimkar <[email protected]>
> M: Kevin Hilman <[email protected]>
> L: [email protected]
> S: Maintained
> -F: Documentation/devicetree/bindings/gpio/gpio-omap.txt
> +F: Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml
> F: drivers/gpio/gpio-omap.c
>
> OMAP HARDWARE SPINLOCK SUPPORT
> --
> 2.31.1
>

Applied, thanks!

Bartosz