2021-04-19 09:40:52

by Lukas Bulwahn

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

Hi Rob,

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

This is a resend of the still relevant patches from the first submission
of the patch series [see Link] on 2021-03-15.

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]/

Adjustment from original to resend version:
- drop subsumed patches

Lukas Bulwahn (3):
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 | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

--
2.17.1


2021-04-19 09:40:56

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER

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.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f152717365c..421e24e43335 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9268,7 +9268,7 @@ INTEL KEEM BAY DRM DRIVER
M: Anitha Chrisanthus <[email protected]>
M: Edmund Dea <[email protected]>
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

2021-04-19 10:23:28

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER

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.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 1 -
1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d31c8058b17f..4f152717365c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8239,7 +8239,6 @@ M: John Stultz <[email protected]>
L: [email protected]
S: Maintained
F: drivers/misc/hisi_hikey_usb.c
-F: Documentation/devicetree/bindings/misc/hisilicon-hikey-usb.yaml

HISILICON PMU DRIVER
M: Shaokun Zhang <[email protected]>
--
2.17.1

2021-04-19 10:23:34

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 1/3] 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 <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c54b8e4520d1..d31c8058b17f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2669,7 +2669,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-04-19 23:30:21

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: Re: [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE

Hi,

Thanks for your patch.

On Mon, Apr 19, 2021 at 11:26:07AM +0200, Lukas Bulwahn wrote:
> 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.
>

Could you add Fixes: tag?

> Signed-off-by: Lukas Bulwahn <[email protected]>

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

> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index c54b8e4520d1..d31c8058b17f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2669,7 +2669,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-04-19 23:41:16

by Nobuhiro Iwamatsu

[permalink] [raw]
Subject: Re: [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER

Hi,

On Mon, Apr 19, 2021 at 11:26:08AM +0200, Lukas Bulwahn wrote:
> 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.
>

Could you add Fixes: tag ?
Please also add this to patch: "MAINTAINERS: rectify entry for INTEL KEEM BAY
DRM DRIVER".

> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> MAINTAINERS | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d31c8058b17f..4f152717365c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8239,7 +8239,6 @@ M: John Stultz <[email protected]>
> L: [email protected]
> S: Maintained
> F: drivers/misc/hisi_hikey_usb.c
> -F: Documentation/devicetree/bindings/misc/hisilicon-hikey-usb.yaml
>
> HISILICON PMU DRIVER
> M: Shaokun Zhang <[email protected]>
> --
> 2.17.1
>
>

Best regards,
Nobuhiro