diff mbox series

MAINTAINERS: adjust ARM PRIMECELL PL35X SMC DRIVER after dt-binding renaming

Message ID 20221031110223.30203-1-lukas.bulwahn@gmail.com (mailing list archive)
State New, archived
Headers show
Series MAINTAINERS: adjust ARM PRIMECELL PL35X SMC DRIVER after dt-binding renaming | expand

Commit Message

Lukas Bulwahn Oct. 31, 2022, 11:02 a.m. UTC
Commit de67fa80c669 ("dt-bindings: memory-controllers: arm,pl353-smc:
Extend to support 'arm,pl354' SMC") renames the arm,pl353-smc.yaml
memory-controller dt-binding, but misses to adjust its reference in
MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.

Repair this file entry in ARM PRIMECELL PL35X SMC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Krzysztof, please pick this patch on top of the commit above. Thanks.

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

Comments

Krzysztof Kozlowski Nov. 2, 2022, 1:59 p.m. UTC | #1
On Mon, 31 Oct 2022 12:02:23 +0100, Lukas Bulwahn wrote:
> Commit de67fa80c669 ("dt-bindings: memory-controllers: arm,pl353-smc:
> Extend to support 'arm,pl354' SMC") renames the arm,pl353-smc.yaml
> memory-controller dt-binding, but misses to adjust its reference in
> MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken file pattern.
> 
> [...]

Applied, thanks!

[1/1] MAINTAINERS: adjust ARM PRIMECELL PL35X SMC DRIVER after dt-binding renaming
      https://git.kernel.org/krzk/linux-mem-ctrl/c/3821e96a01d658e770074331b56cec88c169a418

Best regards,
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 31b8c902b37a..205533d70dc6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1692,7 +1692,7 @@  M:	Miquel Raynal <miquel.raynal@bootlin.com>
 M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml
+F:	Documentation/devicetree/bindings/memory-controllers/arm,pl35x-smc.yaml
 F:	drivers/memory/pl353-smc.c
 
 ARM PRIMECELL CLCD PL110 DRIVER