RE: [PATCH 2/5] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
From: <hidden>
Date: 2021-03-15 21:00:47
Also in:
kernel-janitors, lkml
Hi Lukas,
-----Original Message-----
From: Lukas Bulwahn [mailto:lukas.bulwahn@gmail.com]
Sent: Tuesday, March 16, 2021 1:05 AM
To: Rob Herring <robh+dt@kernel.org>; devicetree@vger.kernel.org
Cc: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <redacted>; Yu Chen <chenyu56@huawei.com>;
Anitha Chrisanthus [off-list ref]; Jonathan Cameron [off-list ref]; Joe Perches
[off-list ref]; Ralf Ramsauer [off-list ref]; kernel-janitors@vger.kernel.org;
linux-kernel@vger.kernel.org; Lukas Bulwahn [off-list ref]
Subject: [PATCH 2/5] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
Commit 836863a08c99 ("MAINTAINERS: Add information for Toshiba Visconti ARM
SoCs") refers to the non-existing file toshiba,tmpv7700-pinctrl.yaml in
./Documentation/devicetree/bindings/pinctrl/. Commit 1825c1fe0057
("pinctrl: Add DT bindings for Toshiba Visconti TMPV7700 SoC") originating
from the same patch series however adds the file
toshiba,visconti-pinctrl.yaml in that directory instead.
So, refer to toshiba,visconti-pinctrl.yaml in the ARM/TOSHIBA VISCONTI
ARCHITECTURE section instead.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>Thanks for your patch. Acked-by: Nobuhiro Iwamatsu <redacted>
quoted hunk ↗ jump to hunk
--- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/MAINTAINERS b/MAINTAINERS index 251e205b5444..89404ca760b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -2621,7 +2621,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwamatsu/linux-visconti.git F: Documentation/devicetree/bindings/arm/toshiba.yaml F: Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml F: Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml -F: Documentation/devicetree/bindings/pinctrl/toshiba,tmpv7700-pinctrl.yaml +F: Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml F: Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml F: arch/arm64/boot/dts/toshiba/ F: drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c --2.17.1
Best regards, Nobuhiro