2021-07-26 14:31:17

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH v3 1/8] 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.

Fixes: 836863a08c99 ("MAINTAINERS: Add information for Toshiba Visconti ARM SoCs")
Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d69b2d4646be..615c3e41cf92 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2712,7 +2712,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


2021-07-27 04:20:58

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: RE: [PATCH v3 1/8] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

Hi,

> -----Original Message-----
> From: Lukas Bulwahn [mailto:[email protected]]
> Sent: Monday, July 26, 2021 11:30 PM
> To: Rob Herring <[email protected]>; [email protected]
> Cc: iwamatsu nobuhiro(岩松 信洋 □SWC◯ACT) <[email protected]>; Yu Chen <[email protected]>;
> Anitha Chrisanthus <[email protected]>; Jonathan Cameron <[email protected]>; Miquel Raynal
> <[email protected]>; Naga Sureshkumar Relli <[email protected]>; Hans Ulli Kroll
> <[email protected]>; Deepak Saxena <[email protected]>; Mirela Rabulea <[email protected]>; Nishanth
> Menon <[email protected]>; Tero Kristo <[email protected]>; Santosh Shilimkar <[email protected]>; Shubhrajyoti Datta
> <[email protected]>; Wilken Gottwalt <[email protected]>; Vignesh Raghavendra
> <[email protected]>; Linus Walleij <[email protected]>; Brendan Higgins <[email protected]>; Joakim
> Zhang <[email protected]>; Joe Perches <[email protected]>; Ralf Ramsauer <[email protected]>;
> [email protected]; [email protected]; Lukas Bulwahn <[email protected]>
> Subject: [PATCH v3 1/8] 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.
>
> Fixes: 836863a08c99 ("MAINTAINERS: Add information for Toshiba Visconti ARM SoCs")
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Nobuhiro Iwamatsu <[email protected]>

Best regards,
Nobuhiro