2021-07-26 14:32:05

by Lukas Bulwahn

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

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/[email protected]/
Link: https://lore.kernel.org/lkml/[email protected]/
Link: https://lore.kernel.org/lkml/[email protected]/

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


2021-07-26 14:32:13

by Lukas Bulwahn

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

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 <[email protected]>
---
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 <[email protected]>
L: [email protected]
L: [email protected] (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

2021-07-26 14:32:24

by Lukas Bulwahn

[permalink] [raw]
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 <[email protected]>
---
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 <[email protected]>
L: [email protected]
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

2021-07-26 14:32:42

by Lukas Bulwahn

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

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 <[email protected]>
---
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 <[email protected]>
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

2021-07-26 14:33:18

by Lukas Bulwahn

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

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 <[email protected]>
---
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

2021-07-26 15:31:33

by Miquel Raynal

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

Hi Lukas,

Lukas Bulwahn <[email protected]> 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 <[email protected]>

Reviewed-by: Miquel Raynal <[email protected]>

Thanks,
Miquèl

2021-07-27 01:29:30

by Joakim Zhang

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


Hi Lukas,

> -----Original Message-----
> From: Lukas Bulwahn <[email protected]>
> Sent: 2021??7??26?? 22:30
> To: Rob Herring <[email protected]>; [email protected]
> Cc: Nobuhiro Iwamatsu <[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 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 <[email protected]>

Thanks.

Reviewed-by: Joakim Zhang <[email protected]>

Best Regards,
Joakim Zhang

2021-07-28 05:08:11

by Wilken Gottwalt

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

On Mon, 26 Jul 2021 16:29:40 +0200
Lukas Bulwahn <[email protected]> wrote:

> 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 <[email protected]>
> ---
> 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 <[email protected]>
> 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 <[email protected]>

greetings,
Will

2021-08-11 08:41:40

by Linus Walleij

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

On Mon, Jul 26, 2021 at 4:30 PM Lukas Bulwahn <[email protected]> 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 <[email protected]>

Reviewed-by: Linus Walleij <[email protected]>

Yours,
Linus Walleij