2021-07-22 10:02:48

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: [PATCH 13/15] MAINTAINERS: update arm,pl353-smc.yaml reference

The file name: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
should be, instead: Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml.

Update its cross-reference accordingly.

Fixes: 813d52799ad2 ("MAINTAINERS: Add PL353 SMC entry")
Fixes: d3d0e1e85711 ("dt-binding: memory: pl353-smc: Convert 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 7e1e5385d971..0a571273f308 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1488,7 +1488,7 @@ M: Miquel Raynal <[email protected]@bootlin.com>
M: Naga Sureshkumar Relli <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
-F: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
+F: Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml
F: drivers/memory/pl353-smc.c

ARM PRIMECELL CLCD PL110 DRIVER
--
2.31.1


2021-08-07 00:09:04

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH 13/15] MAINTAINERS: update arm,pl353-smc.yaml reference

Hi Mauro,

Mauro Carvalho Chehab <[email protected]> wrote on Thu, 22 Jul
2021 12:00:10 +0200:

> The file name: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
> should be, instead: Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml.
>
> Update its cross-reference accordingly.
>
> Fixes: 813d52799ad2 ("MAINTAINERS: Add PL353 SMC entry")
> Fixes: d3d0e1e85711 ("dt-binding: memory: pl353-smc: Convert to yaml")
> Signed-off-by: Mauro Carvalho Chehab <[email protected]>

Acked-by: Miquel Raynal <[email protected]>

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e1e5385d971..0a571273f308 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1488,7 +1488,7 @@ M: Miquel Raynal <[email protected]@bootlin.com>
> M: Naga Sureshkumar Relli <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained
> -F: Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
> +F: Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml
> F: drivers/memory/pl353-smc.c
>
> ARM PRIMECELL CLCD PL110 DRIVER

Thanks,
Miquèl