[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220816073952.31619-1-lukas.bulwahn@gmail.com>
Date: Tue, 16 Aug 2022 09:39:52 +0200
From: Lukas Bulwahn <lukas.bulwahn@...il.com>
To: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>,
Linus Walleij <linus.walleij@...aro.org>,
Bartosz Golaszewski <brgl@...ev.pl>, linux-gpio@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...il.com>
Subject: [PATCH] MAINTAINERS: rectify entry for XILINX GPIO DRIVER
Commit ba96b2e7974b ("dt-bindings: gpio: gpio-xilinx: Convert Xilinx axi
gpio binding to YAML") converts gpio-xilinx.txt to xlnx,gpio-xilinx.yaml,
but missed to adjust its reference in MAINTAINERS.
Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken reference.
Repair this file reference in XILINX GPIO DRIVER.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index f69a1c5212bd..7c20a1c9eb78 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22344,7 +22344,7 @@ M: Shubhrajyoti Datta <shubhrajyoti.datta@...inx.com>
R: Srinivas Neeli <srinivas.neeli@...inx.com>
R: Michal Simek <michal.simek@...inx.com>
S: Maintained
-F: Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
+F: Documentation/devicetree/bindings/gpio/xlnx,gpio-xilinx.yaml
F: Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
F: drivers/gpio/gpio-xilinx.c
F: drivers/gpio/gpio-zynq.c
--
2.17.1
Powered by blists - more mailing lists