Message ID | 20210726142943.27008-7-lukas.bulwahn@gmail.com |
---|---|
State | New |
Headers | show |
Series | Rectify file references for dt-bindings in MAINTAINERS | expand |
On Mon, Jul 26, 2021 at 4:30 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote: > Commit 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema") > aggregated, amongst others, arm-versatile.txt and cypress,hyperflash.txt, > into mtd-physmap.yaml in ./Documentation/devicetree/bindings/mtd/. > > The two .txt files are however mentioned in MAINTAINERS; hence, > ./scripts/get_maintainer.pl --self-test=patterns complains about broken > references. > > Refer to mtd-physmap.yaml, so that the maintainers and reviewers of > ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT and HYPERBUS SUPPORT are > informed on any changes in the yaml file. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/MAINTAINERS b/MAINTAINERS index 8f36b6763073..07810c3211df 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1386,7 +1386,7 @@ F: Documentation/devicetree/bindings/auxdisplay/arm-charlcd.txt F: Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml F: Documentation/devicetree/bindings/i2c/i2c-versatile.txt F: Documentation/devicetree/bindings/interrupt-controller/arm,versatile-fpga-irq.txt -F: Documentation/devicetree/bindings/mtd/arm-versatile.txt +F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml F: arch/arm/boot/dts/arm-realview-* F: arch/arm/boot/dts/integrator* F: arch/arm/boot/dts/versatile* @@ -8632,7 +8632,7 @@ S: Supported Q: http://patchwork.ozlabs.org/project/linux-mtd/list/ C: irc://irc.oftc.net/mtd T: git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next -F: Documentation/devicetree/bindings/mtd/cypress,hyperflash.txt +F: Documentation/devicetree/bindings/mtd/mtd-physmap.yaml F: Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml F: drivers/mtd/hyperbus/ F: include/linux/mtd/hyperbus.h
Commit 63f8e9e0ac65 ("dt-bindings: mtd: Convert mtd-physmap to DT schema") aggregated, amongst others, arm-versatile.txt and cypress,hyperflash.txt, into mtd-physmap.yaml in ./Documentation/devicetree/bindings/mtd/. The two .txt files are however mentioned in MAINTAINERS; hence, ./scripts/get_maintainer.pl --self-test=patterns complains about broken references. Refer to mtd-physmap.yaml, so that the maintainers and reviewers of ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT and HYPERBUS SUPPORT are informed on any changes in the yaml file. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)