[PATCH v3 0/8] Rectify file references for dt-bindings in MAINTAINERS

STALE1817d

Revision v3 of 6 in this series.

16 messages, 7 authors, 2021-08-11 · open the first message on its own page

[PATCH v3 0/8] Rectify file references for dt-bindings in MAINTAINERS

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:29:59

Hi Rob,

here is a patch series that cleans up some file references for dt-bindings
in MAINTAINERS. It applies cleanly on next-202106723.

This is a v3 of the still relevant patches from the first submission
of the patch series (see Links) send out 2021-03-15 and resent on 2021-04-19.

It now further includes more clean-up, see patches 4 to 8.

Could you pick this series for your devicetree bindings tree?

No functional change, just cleaning up MAINTAINERS.

Lukas

Link: https://lore.kernel.org/lkml/20210315160451.7469-1-lukas.bulwahn@gmail.com/
Link: https://lore.kernel.org/lkml/20210419092609.3692-1-lukas.bulwahn@gmail.com/
Link: https://lore.kernel.org/lkml/20210614112349.26108-1-lukas.bulwahn@gmail.com/

Adjustment from original to resend version:
  - drop subsumed patches

Adjustment to resend version:
  - add Fixes-tags as requested by Nobuhiro Iwamatsu

Adjustment to v2:
  - add more clean-up for file references on dt-bindings

Lukas Bulwahn (8):
  MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
  MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
  MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
  MAINTAINERS: rectify entries with documentation-file-ref check
  MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT
  MAINTAINERS: rectify entries to mtd-physmap.yaml
  MAINTAINERS: rectify entry for ARM/ASPEED I2C DRIVER
  MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER

 MAINTAINERS | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

-- 
2.17.1

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

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:13

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 <lukas.bulwahn@gmail.com>
---
 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

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

From: <hidden>
Date: 2021-07-27 04:19:40

Hi,
-----Original Message-----
From: Lukas Bulwahn [mailto:lukas.bulwahn@gmail.com]
Sent: Monday, July 26, 2021 11:30 PM
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]; Miquel Raynal
[off-list ref]; Naga Sureshkumar Relli [off-list ref]; Hans Ulli Kroll
[off-list ref]; Deepak Saxena [off-list ref]; Mirela Rabulea [off-list ref]; Nishanth
Menon [off-list ref]; Tero Kristo [off-list ref]; Santosh Shilimkar [off-list ref]; Shubhrajyoti Datta
[off-list ref]; Wilken Gottwalt [off-list ref]; Vignesh Raghavendra
[off-list ref]; Linus Walleij [off-list ref]; Brendan Higgins [off-list ref]; Joakim
Zhang [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 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 <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Nobuhiro Iwamatsu <redacted>

Best regards,
  Nobuhiro

[PATCH v3 2/8] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:16

Commit 7a6ff4c4cbc3 ("misc: hisi_hikey_usb: Driver to support onboard USB
gpio hub on Hikey960") refers to the non-existing file
./Documentation/devicetree/bindings/misc/hisilicon-hikey-usb.yaml, but this
commit's patch series does not add any related devicetree binding in misc.

So, just drop this file reference in HIKEY960 ONBOARD USB GPIO HUB DRIVER.

Fixes: 7a6ff4c4cbc3 ("misc: hisi_hikey_usb: Driver to support onboard USB gpio hub on Hikey960")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 615c3e41cf92..7a568d83096a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8381,7 +8381,6 @@ M:	John Stultz <john.stultz@linaro.org>
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
 F:	drivers/misc/hisi_hikey_usb.c
-F:	Documentation/devicetree/bindings/misc/hisilicon-hikey-usb.yaml
 
 HISILICON PMU DRIVER
 M:	Shaokun Zhang <zhangshaokun@hisilicon.com>
-- 
2.17.1

[PATCH v3 3/8] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:19

Commit ed794057b052 ("drm/kmb: Build files for KeemBay Display driver")
refers to the non-existing file intel,kmb_display.yaml in
./Documentation/devicetree/bindings/display/.

Commit 5a76b1ed73b9 ("dt-bindings: display: Add support for Intel KeemBay
Display") originating from the same patch series however adds the file
intel,keembay-display.yaml in that directory instead.

So, refer to intel,keembay-display.yaml in the INTEL KEEM BAY DRM DRIVER
section instead.

Fixes: ed794057b052 ("drm/kmb: Build files for KeemBay Display driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 7a568d83096a..bd943be7375c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9417,7 +9417,7 @@ INTEL KEEM BAY DRM DRIVER
 M:	Anitha Chrisanthus <anitha.chrisanthus@intel.com>
 M:	Edmund Dea <edmund.j.dea@intel.com>
 S:	Maintained
-F:	Documentation/devicetree/bindings/display/intel,kmb_display.yaml
+F:	Documentation/devicetree/bindings/display/intel,keembay-display.yaml
 F:	drivers/gpu/drm/kmb/
 
 INTEL KEEM BAY OCS AES/SM4 CRYPTO DRIVER
-- 
2.17.1

[PATCH v3 4/8] MAINTAINERS: rectify entries with documentation-file-ref check

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:23

A number of file entries can be automatically repaired with
./scripts/documentation-file-ref-check --fix.

The changes from this script were manually cross-checked for sanity.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index bd943be7375c..c5a407015e2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1488,7 +1488,7 @@ M:	Miquel Raynal <miquel.raynal@bootlin.com@bootlin.com>
 M:	Naga Sureshkumar Relli <nagasure@xilinx.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
+F:	Documentation/devicetree/bindings/memory-controllers/arm,pl353-smc.yaml
 F:	drivers/memory/pl353-smc.c
 
 ARM PRIMECELL CLCD PL110 DRIVER
@@ -1525,7 +1525,7 @@ ARM PRIMECELL VIC PL190/PL192 DRIVER
 M:	Linus Walleij <linus.walleij@linaro.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/interrupt-controller/arm,vic.txt
+F:	Documentation/devicetree/bindings/interrupt-controller/arm,vic.yaml
 F:	drivers/irqchip/irq-vic.c
 
 ARM SMC WATCHDOG DRIVER
@@ -1850,7 +1850,7 @@ T:	git git://github.com/ulli-kroll/linux.git
 F:	Documentation/devicetree/bindings/arm/gemini.txt
 F:	Documentation/devicetree/bindings/net/cortina,gemini-ethernet.txt
 F:	Documentation/devicetree/bindings/pinctrl/cortina,gemini-pinctrl.txt
-F:	Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
+F:	Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml
 F:	arch/arm/boot/dts/gemini*
 F:	arch/arm/mach-gemini/
 F:	drivers/crypto/gemini/
@@ -8633,7 +8633,7 @@ 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/ti,am654-hbmc.txt
+F:	Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
 F:	drivers/mtd/hyperbus/
 F:	include/linux/mtd/hyperbus.h
 
@@ -9410,7 +9410,7 @@ F:	include/linux/soc/ixp4xx/qmgr.h
 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
 M:	Deepak Saxena <dsaxena@plexity.net>
 S:	Maintained
-F:	Documentation/devicetree/bindings/display/intel,ixp46x-rng.yaml
+F:	Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml
 F:	drivers/char/hw_random/ixp4xx-rng.c
 
 INTEL KEEM BAY DRM DRIVER
@@ -13428,7 +13428,7 @@ M:	Mirela Rabulea <mirela.rabulea@nxp.com>
 R:	NXP Linux Team <linux-imx@nxp.com>
 L:	linux-media@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/media/imx8-jpeg.yaml
+F:	Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
 F:	drivers/media/platform/imx-jpeg
 
 NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
@@ -18354,7 +18354,7 @@ M:	Santosh Shilimkar <ssantosh@kernel.org>
 L:	linux-arm-kernel@lists.infradead.org
 S:	Maintained
 F:	Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml
-F:	Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
+F:	Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
 F:	Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
 F:	Documentation/devicetree/bindings/interrupt-controller/ti,sci-inta.yaml
 F:	Documentation/devicetree/bindings/interrupt-controller/ti,sci-intr.yaml
@@ -20381,7 +20381,7 @@ R:	Srinivas Neeli <srinivas.neeli@xilinx.com>
 R:	Michal Simek <michal.simek@xilinx.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
-F:	Documentation/devicetree/bindings/gpio/gpio-zynq.txt
+F:	Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
 F:	drivers/gpio/gpio-xilinx.c
 F:	drivers/gpio/gpio-zynq.c
 
-- 
2.17.1

Re: [EXT] [PATCH v3 4/8] MAINTAINERS: rectify entries with documentation-file-ref check

From: Mirela Rabulea <mirela.rabulea@nxp.com>
Date: 2021-08-03 10:38:36

Hi Lukas,

On Mon, 2021-07-26 at 16:29 +0200, Lukas Bulwahn wrote:
quoted hunk
A number of file entries can be automatically repaired with
./scripts/documentation-file-ref-check --fix.

The changes from this script were manually cross-checked for sanity.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index bd943be7375c..c5a407015e2d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1488,7 +1488,7 @@ M:        Miquel Raynal <
miquel.raynal@bootlin.com@bootlin.com>
 M:     Naga Sureshkumar Relli [off-list ref]
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-
subscribers)
 S:     Maintained
-F:     Documentation/devicetree/bindings/mtd/arm,pl353-smc.yaml
+F:     Documentation/devicetree/bindings/memory-
controllers/arm,pl353-smc.yaml
 F:     drivers/memory/pl353-smc.c

 ARM PRIMECELL CLCD PL110 DRIVER
@@ -1525,7 +1525,7 @@ ARM PRIMECELL VIC PL190/PL192 DRIVER
 M:     Linus Walleij <linus.walleij@linaro.org>
 L:     linux-arm-kernel@lists.infradead.org (moderated for non-
subscribers)
 S:     Maintained
-F:     Documentation/devicetree/bindings/interrupt-
controller/arm,vic.txt
+F:     Documentation/devicetree/bindings/interrupt-
controller/arm,vic.yaml
 F:     drivers/irqchip/irq-vic.c

 ARM SMC WATCHDOG DRIVER
@@ -1850,7 +1850,7 @@ T:        git git://github.com/ulli-
kroll/linux.git
 F:     Documentation/devicetree/bindings/arm/gemini.txt
 F:     Documentation/devicetree/bindings/net/cortina,gemini-
ethernet.txt
 F:     Documentation/devicetree/bindings/pinctrl/cortina,gemini-
pinctrl.txt
-F:     Documentation/devicetree/bindings/rtc/faraday,ftrtc010.txt
+F:     Documentation/devicetree/bindings/rtc/faraday,ftrtc010.yaml
 F:     arch/arm/boot/dts/gemini*
 F:     arch/arm/mach-gemini/
 F:     drivers/crypto/gemini/
@@ -8633,7 +8633,7 @@ 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/ti,am654-hbmc.txt
+F:     Documentation/devicetree/bindings/mtd/ti,am654-hbmc.yaml
 F:     drivers/mtd/hyperbus/
 F:     include/linux/mtd/hyperbus.h
@@ -9410,7 +9410,7 @@ F:        include/linux/soc/ixp4xx/qmgr.h
 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
 M:     Deepak Saxena <dsaxena@plexity.net>
 S:     Maintained
-F:     Documentation/devicetree/bindings/display/intel,ixp46x-
rng.yaml
+F:     Documentation/devicetree/bindings/rng/intel,ixp46x-rng.yaml
 F:     drivers/char/hw_random/ixp4xx-rng.c

 INTEL KEEM BAY DRM DRIVER
@@ -13428,7 +13428,7 @@ M:      Mirela Rabulea <
mirela.rabulea@nxp.com>
 R:     NXP Linux Team [off-list ref]
 L:     linux-media@vger.kernel.org
 S:     Maintained
-F:     Documentation/devicetree/bindings/media/imx8-jpeg.yaml
+F:     Documentation/devicetree/bindings/media/nxp,imx8-jpeg.yaml
Thanks a lot for fixing this, indeed, this file changed name during
review process, and I forgot to update the MAINTAINERS file.

Please note that there is another patch set that fixes only imx8-jpeg
reference in MAINTAINERS file from Mauro Carvalho Chehab. I added you
and Mauro to both email threads. Please stay in touch with Mauro, to
decide which patch to apply.
Appologies for my late reply, as I was on PTO.

For the line which rectifies nxp,imx8-jpeg.yaml:
Reviewed-by: Mirela Rabulea <mirela.rabulea@nxp.com>

Regards,
Mirela
quoted hunk
 F:     drivers/media/platform/imx-jpeg

 NZXT-KRAKEN2 HARDWARE MONITORING DRIVER
@@ -18354,7 +18354,7 @@ M:      Santosh Shilimkar <
ssantosh@kernel.org>
 L:     linux-arm-kernel@lists.infradead.org
 S:     Maintained
 F:     Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-
common.yaml
-F:     Documentation/devicetree/bindings/arm/keystone/ti,sci.txt
+F:     Documentation/devicetree/bindings/arm/keystone/ti,sci.yaml
 F:     Documentation/devicetree/bindings/clock/ti,sci-clk.yaml
 F:     Documentation/devicetree/bindings/interrupt-
controller/ti,sci-inta.yaml
 F:     Documentation/devicetree/bindings/interrupt-
controller/ti,sci-intr.yaml
@@ -20381,7 +20381,7 @@ R:      Srinivas Neeli <
srinivas.neeli@xilinx.com>
 R:     Michal Simek [off-list ref]
 S:     Maintained
 F:     Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
-F:     Documentation/devicetree/bindings/gpio/gpio-zynq.txt
+F:     Documentation/devicetree/bindings/gpio/gpio-zynq.yaml
 F:     drivers/gpio/gpio-xilinx.c
 F:     drivers/gpio/gpio-zynq.c

--
2.17.1

Re: [PATCH v3 4/8] MAINTAINERS: rectify entries with documentation-file-ref check

From: Linus Walleij <hidden>
Date: 2021-08-04 19:21:48

On Mon, Jul 26, 2021 at 4:30 PM Lukas Bulwahn [off-list ref] wrote:
A number of file entries can be automatically repaired with
./scripts/documentation-file-ref-check --fix.

The changes from this script were manually cross-checked for sanity.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Thanks for fixing!
Acked-by: Linus Walleij <redacted>

Yours,
Linus Walleij

[PATCH v3 5/8] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:26

Commit f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") adds
Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml,
but the related commit 3c881e05c814 ("hwspinlock: add sun6i hardware
spinlock support") adds a file reference to allwinner,sun6i-hwspinlock.yaml
instead.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:  Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml

Rectify this file reference in ALLWINNER HARDWARE SPINLOCK SUPPORT.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c5a407015e2d..8f36b6763073 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -755,7 +755,7 @@ F:	drivers/crypto/allwinner/
 ALLWINNER HARDWARE SPINLOCK SUPPORT
 M:	Wilken Gottwalt <wilken.gottwalt@posteo.net>
 S:	Maintained
-F:	Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml
+F:	Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
 F:	drivers/hwspinlock/sun6i_hwspinlock.c
 
 ALLWINNER THERMAL DRIVER
-- 
2.17.1

Re: [PATCH v3 5/8] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

From: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Date: 2021-07-28 05:06:18

On Mon, 26 Jul 2021 16:29:40 +0200
Lukas Bulwahn [off-list ref] wrote:
quoted hunk
Commit f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") adds
Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml,
but the related commit 3c881e05c814 ("hwspinlock: add sun6i hardware
spinlock support") adds a file reference to allwinner,sun6i-hwspinlock.yaml
instead.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:

  warning: no file matches  F:
Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml

Rectify this file reference in ALLWINNER HARDWARE SPINLOCK SUPPORT.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c5a407015e2d..8f36b6763073 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -755,7 +755,7 @@ F:	drivers/crypto/allwinner/
 ALLWINNER HARDWARE SPINLOCK SUPPORT
 M:	Wilken Gottwalt <wilken.gottwalt@posteo.net>
 S:	Maintained
-F:	Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml
+F:	Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
 F:	drivers/hwspinlock/sun6i_hwspinlock.c
 
 ALLWINNER THERMAL DRIVER
Uh, yeah, totally missed that. Thank you for fixing this.

Reviewed-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>

greetings,
Will

[PATCH v3 6/8] MAINTAINERS: rectify entries to mtd-physmap.yaml

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:28

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(-)
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
-- 
2.17.1

Re: [PATCH v3 6/8] MAINTAINERS: rectify entries to mtd-physmap.yaml

From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2021-07-26 15:29:15

Hi Lukas,

Lukas Bulwahn [off-list ref] wrote on Mon, 26 Jul 2021
16:29:41 +0200:
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: Miquel Raynal <miquel.raynal@bootlin.com>

Thanks,
Miquèl

Re: [PATCH v3 6/8] MAINTAINERS: rectify entries to mtd-physmap.yaml

From: Linus Walleij <hidden>
Date: 2021-08-11 08:40:48

On Mon, Jul 26, 2021 at 4:30 PM Lukas Bulwahn [off-list ref] 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 <redacted>

Yours,
Linus Walleij

[PATCH v3 7/8] MAINTAINERS: rectify entry for ARM/ASPEED I2C DRIVER

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:33

Commit 810e4441946c ("dt-bindings: aspeed-i2c: Convert txt to yaml format")
converts i2c-aspeed.txt to aspeed,i2c.yaml, but missed to adjust its
reference in MAINTAINERS.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
a broken reference.

Rectify this file reference in ARM/ASPEED I2C DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 07810c3211df..0fe43695b58c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1720,7 +1720,7 @@ R:	Joel Stanley <joel@jms.id.au>
 L:	linux-i2c@vger.kernel.org
 L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
 S:	Maintained
-F:	Documentation/devicetree/bindings/i2c/i2c-aspeed.txt
+F:	Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml
 F:	Documentation/devicetree/bindings/interrupt-controller/aspeed,ast2400-i2c-ic.txt
 F:	drivers/i2c/busses/i2c-aspeed.c
 F:	drivers/irqchip/irq-aspeed-i2c-ic.c
-- 
2.17.1

[PATCH v3 8/8] MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER

From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Date: 2021-07-26 14:30:40

Commit 96e4781b3d93 ("dt-bindings: net: fec: convert fsl,*fec bindings to
yaml") converts fsl-fec.txt to fsl,fec.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 FREESCALE IMX / MXC FEC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0fe43695b58c..187c76bb42d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7365,7 +7365,7 @@ FREESCALE IMX / MXC FEC DRIVER
 M:	Joakim Zhang <qiangqing.zhang@nxp.com>
 L:	netdev@vger.kernel.org
 S:	Maintained
-F:	Documentation/devicetree/bindings/net/fsl-fec.txt
+F:	Documentation/devicetree/bindings/net/fsl,fec.yaml
 F:	drivers/net/ethernet/freescale/fec.h
 F:	drivers/net/ethernet/freescale/fec_main.c
 F:	drivers/net/ethernet/freescale/fec_ptp.c
-- 
2.17.1

RE: [PATCH v3 8/8] MAINTAINERS: rectify entry for FREESCALE IMX / MXC FEC DRIVER

From: Joakim Zhang <hidden>
Date: 2021-07-27 01:26:42

Hi Lukas,
-----Original Message-----
From: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Sent: 2021年7月26日 22:30
To: Rob Herring <robh+dt@kernel.org>; devicetree@vger.kernel.org
Cc: Nobuhiro Iwamatsu <redacted>; Yu Chen
[off-list ref]; Anitha Chrisanthus
[off-list ref]; Jonathan Cameron
[off-list ref]; Miquel Raynal
[off-list ref]; Naga Sureshkumar Relli
[off-list ref]; Hans Ulli Kroll [off-list ref]; Deepak
Saxena [off-list ref]; Mirela Rabulea [off-list ref];
Nishanth Menon [off-list ref]; Tero Kristo [off-list ref]; Santosh
Shilimkar [off-list ref]; Shubhrajyoti Datta
[off-list ref]; Wilken Gottwalt
[off-list ref]; Vignesh Raghavendra [off-list ref];
Linus Walleij [off-list ref]; Brendan Higgins
[off-list ref]; Joakim Zhang [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 v3 8/8] MAINTAINERS: rectify entry for FREESCALE IMX / MXC
FEC DRIVER

Commit 96e4781b3d93 ("dt-bindings: net: fec: convert fsl,*fec bindings to
yaml") converts fsl-fec.txt to fsl,fec.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 FREESCALE IMX / MXC FEC DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Thanks.

Reviewed-by: Joakim Zhang <redacted>

Best Regards,
Joakim Zhang
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help