All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS
@ 2021-04-19  9:26 Lukas Bulwahn
  2021-04-19  9:26 ` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2021-04-19  9:26 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: Nobuhiro Iwamatsu, Yu Chen, Anitha Chrisanthus, Jonathan Cameron,
	Joe Perches, Ralf Ramsauer, kernel-janitors, linux-kernel,
	Lukas Bulwahn

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

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
  2021-04-19  9:26 [PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS Lukas Bulwahn
@ 2021-04-19  9:26 ` Lukas Bulwahn
  2021-04-19 23:28   ` Nobuhiro Iwamatsu
  2021-04-19  9:26 ` [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER Lukas Bulwahn
  2021-04-19  9:26 ` [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER Lukas Bulwahn
  2 siblings, 1 reply; 6+ messages in thread
From: Lukas Bulwahn @ 2021-04-19  9:26 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: Nobuhiro Iwamatsu, Yu Chen, Anitha Chrisanthus, Jonathan Cameron,
	Joe Perches, Ralf Ramsauer, kernel-janitors, linux-kernel,
	Lukas Bulwahn

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
  2021-04-19  9:26 [PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS Lukas Bulwahn
  2021-04-19  9:26 ` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
@ 2021-04-19  9:26 ` Lukas Bulwahn
  2021-04-19 23:39   ` Nobuhiro Iwamatsu
  2021-04-19  9:26 ` [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER Lukas Bulwahn
  2 siblings, 1 reply; 6+ messages in thread
From: Lukas Bulwahn @ 2021-04-19  9:26 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: Nobuhiro Iwamatsu, Yu Chen, Anitha Chrisanthus, Jonathan Cameron,
	Joe Perches, Ralf Ramsauer, kernel-janitors, linux-kernel,
	Lukas Bulwahn

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
  2021-04-19  9:26 [PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS Lukas Bulwahn
  2021-04-19  9:26 ` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
  2021-04-19  9:26 ` [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER Lukas Bulwahn
@ 2021-04-19  9:26 ` Lukas Bulwahn
  2 siblings, 0 replies; 6+ messages in thread
From: Lukas Bulwahn @ 2021-04-19  9:26 UTC (permalink / raw)
  To: Rob Herring, devicetree
  Cc: Nobuhiro Iwamatsu, Yu Chen, Anitha Chrisanthus, Jonathan Cameron,
	Joe Perches, Ralf Ramsauer, kernel-janitors, linux-kernel,
	Lukas Bulwahn

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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
  2021-04-19  9:26 ` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
@ 2021-04-19 23:28   ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2021-04-19 23:28 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rob Herring, devicetree, Yu Chen, Anitha Chrisanthus,
	Jonathan Cameron, Joe Perches, Ralf Ramsauer, kernel-janitors,
	linux-kernel

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

Acked-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
  2021-04-19  9:26 ` [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER Lukas Bulwahn
@ 2021-04-19 23:39   ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 6+ messages in thread
From: Nobuhiro Iwamatsu @ 2021-04-19 23:39 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rob Herring, devicetree, Yu Chen, Anitha Chrisanthus,
	Jonathan Cameron, Joe Perches, Ralf Ramsauer, kernel-janitors,
	linux-kernel

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

Best regards,
  Nobuhiro

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-19 23:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19  9:26 [PATCH RESEND 0/3] Rectify file references for dt-bindings in MAINTAINERS Lukas Bulwahn
2021-04-19  9:26 ` [PATCH 1/3] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE Lukas Bulwahn
2021-04-19 23:28   ` Nobuhiro Iwamatsu
2021-04-19  9:26 ` [PATCH 2/3] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER Lukas Bulwahn
2021-04-19 23:39   ` Nobuhiro Iwamatsu
2021-04-19  9:26 ` [PATCH 3/3] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER Lukas Bulwahn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.