2024-02-22 13:59:16

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER

Commit fa3400504824 ("dt-bindings: dma: convert MediaTek High-Speed
controller to the json-schema") converts mtk-hsdma.txt to
mediatek,mt7622-hsdma.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 MEDIATEK DMA DRIVER.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e27cc69a867c..28b2013031bd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13743,7 +13743,7 @@ L: [email protected]
L: [email protected] (moderated for non-subscribers)
L: [email protected] (moderated for non-subscribers)
S: Maintained
-F: Documentation/devicetree/bindings/dma/mtk-*
+F: Documentation/devicetree/bindings/dma/mediatek,*
F: drivers/dma/mediatek/

MEDIATEK ETHERNET DRIVER
--
2.17.1



2024-02-23 12:09:47

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER


On Thu, 22 Feb 2024 14:58:47 +0100, Lukas Bulwahn wrote:
> Commit fa3400504824 ("dt-bindings: dma: convert MediaTek High-Speed
> controller to the json-schema") converts mtk-hsdma.txt to
> mediatek,mt7622-hsdma.yaml, but misses to adjust its reference in
> MAINTAINERS.
>
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
> broken reference.
>
> [...]

Applied, thanks!

[1/1] MAINTAINERS: adjust file entry in MEDIATEK DMA DRIVER
commit: e3027b0d0b9db35a382285cca99364aa4905e39f

Best regards,
--
~Vinod