2022-06-01 19:28:10

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: rectify entry for SYNOPSYS AXS10x RESET CONTROLLER DRIVER

Commit 820f722c05dd ("dt-bindings: reset: snps,axs10x-reset: Convert to
yaml") converts snps,axs10x-reset.txt to yaml, but misses to adjust its
reference in MAINTAINERS.

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

Repair this file reference in SYNOPSYS AXS10x RESET CONTROLLER DRIVER.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Philipp, please pick this minor non-urgent clean-up patch.

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

diff --git a/MAINTAINERS b/MAINTAINERS
index cc12a3aaad45..36eab5ae237d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19232,7 +19232,7 @@ F: arch/arc/plat-axs10x
SYNOPSYS AXS10x RESET CONTROLLER DRIVER
M: Eugeniy Paltsev <[email protected]>
S: Supported
-F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
+F: Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml
F: drivers/reset/reset-axs10x.c

SYNOPSYS CREG GPIO DRIVER
--
2.17.1



2022-06-29 14:24:45

by Philipp Zabel

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: rectify entry for SYNOPSYS AXS10x RESET CONTROLLER DRIVER

On Mi, 2022-06-01 at 10:22 +0200, Lukas Bulwahn wrote:
> Commit 820f722c05dd ("dt-bindings: reset: snps,axs10x-reset: Convert to
> yaml") converts snps,axs10x-reset.txt to yaml, but misses to adjust its
> reference in MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> Repair this file reference in SYNOPSYS AXS10x RESET CONTROLLER DRIVER.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Thank you, applied to reset/fixes.

regards
Philipp