linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion
@ 2022-06-01  4:17 Lukas Bulwahn
  2022-06-01  8:47 ` Andre Przywara
  2022-06-06 17:18 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2022-06-01  4:17 UTC (permalink / raw)
  To: Andre Przywara, Rob Herring, Krzysztof Kozlowski
  Cc: Liviu Dudau, David Airlie, Daniel Vetter, James Wang,
	Mihail Atanassov, Brian Starkey, dri-devel, devicetree,
	linux-kernel, malidp, kernel-janitors, Lukas Bulwahn

The three commits:

  36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
  0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema")
  2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema")

convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to
adjust its reference in MAINTAINERS.

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

Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS
DRIVER and ARM MALI-DP DRM DRIVER.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Andre, please ack.
Rob, Krzysztof, please pick this minor non-urgent clean-up patch in
your -next dt tree.

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ae685aaf8850..58e751b9346e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1510,7 +1510,7 @@ F:	drivers/clocksource/arm_arch_timer.c
 ARM HDLCD DRM DRIVER
 M:	Liviu Dudau <liviu.dudau@arm.com>
 S:	Supported
-F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
+F:	Documentation/devicetree/bindings/display/arm,hdlcd.yaml
 F:	drivers/gpu/drm/arm/hdlcd_*
 
 ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
@@ -1545,7 +1545,7 @@ M:	Mihail Atanassov <mihail.atanassov@arm.com>
 L:	Mali DP Maintainers <malidp@foss.arm.com>
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
-F:	Documentation/devicetree/bindings/display/arm,komeda.txt
+F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
 F:	Documentation/gpu/komeda-kms.rst
 F:	drivers/gpu/drm/arm/display/include/
 F:	drivers/gpu/drm/arm/display/komeda/
@@ -1567,7 +1567,7 @@ M:	Brian Starkey <brian.starkey@arm.com>
 L:	Mali DP Maintainers <malidp@foss.arm.com>
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
-F:	Documentation/devicetree/bindings/display/arm,malidp.txt
+F:	Documentation/devicetree/bindings/display/arm,malidp.yaml
 F:	Documentation/gpu/afbc.rst
 F:	drivers/gpu/drm/arm/
 
-- 
2.17.1


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

* Re: [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion
  2022-06-01  4:17 [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion Lukas Bulwahn
@ 2022-06-01  8:47 ` Andre Przywara
  2022-06-06 17:18 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Andre Przywara @ 2022-06-01  8:47 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Rob Herring, Krzysztof Kozlowski, Liviu Dudau, David Airlie,
	Daniel Vetter, James Wang, Mihail Atanassov, Brian Starkey,
	dri-devel, devicetree, linux-kernel, malidp, kernel-janitors

On Wed,  1 Jun 2022 06:17:46 +0200
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

Hi Lukas,

> The three commits:
> 
>   36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
>   0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema")
>   2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema")
> 
> convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to
> adjust its reference in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
> broken references.
> 
> Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS
> DRIVER and ARM MALI-DP DRM DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Thanks for taking care!

Acked-by: Andre Przywara <andre.przywara@arm.com>

Cheers,
Andre

> ---
> Andre, please ack.
> Rob, Krzysztof, please pick this minor non-urgent clean-up patch in
> your -next dt tree.
> 
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ae685aaf8850..58e751b9346e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1510,7 +1510,7 @@ F:	drivers/clocksource/arm_arch_timer.c
>  ARM HDLCD DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  S:	Supported
> -F:	Documentation/devicetree/bindings/display/arm,hdlcd.txt
> +F:	Documentation/devicetree/bindings/display/arm,hdlcd.yaml
>  F:	drivers/gpu/drm/arm/hdlcd_*
>  
>  ARM INTEGRATOR, VERSATILE AND REALVIEW SUPPORT
> @@ -1545,7 +1545,7 @@ M:	Mihail Atanassov <mihail.atanassov@arm.com>
>  L:	Mali DP Maintainers <malidp@foss.arm.com>
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
> -F:	Documentation/devicetree/bindings/display/arm,komeda.txt
> +F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
>  F:	Documentation/gpu/komeda-kms.rst
>  F:	drivers/gpu/drm/arm/display/include/
>  F:	drivers/gpu/drm/arm/display/komeda/
> @@ -1567,7 +1567,7 @@ M:	Brian Starkey <brian.starkey@arm.com>
>  L:	Mali DP Maintainers <malidp@foss.arm.com>
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
> -F:	Documentation/devicetree/bindings/display/arm,malidp.txt
> +F:	Documentation/devicetree/bindings/display/arm,malidp.yaml
>  F:	Documentation/gpu/afbc.rst
>  F:	drivers/gpu/drm/arm/
>  


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

* Re: [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion
  2022-06-01  4:17 [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion Lukas Bulwahn
  2022-06-01  8:47 ` Andre Przywara
@ 2022-06-06 17:18 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-06-06 17:18 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: linux-kernel, malidp, Liviu Dudau, kernel-janitors,
	Daniel Vetter, David Airlie, Rob Herring, Krzysztof Kozlowski,
	Brian Starkey, Andre Przywara, James Wang, Mihail Atanassov,
	devicetree, dri-devel

On Wed, 01 Jun 2022 06:17:46 +0200, Lukas Bulwahn wrote:
> The three commits:
> 
>   36fd2a65bcaf ("dt-bindings: display: convert Arm HDLCD to DT schema")
>   0f6983509ea1 ("dt-bindings: display: convert Arm Komeda to DT schema")
>   2c8b082a3ab1 ("dt-bindings: display: convert Arm Mali-DP to DT schema")
> 
> convert the arm display dt-bindings, arm,*.txt to arm,*.yaml, but miss to
> adjust its reference in MAINTAINERS.
> 
> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
> broken references.
> 
> Repair these file references in ARM HDLCD DRM DRIVER, ARM KOMEDA DRM-KMS
> DRIVER and ARM MALI-DP DRM DRIVER.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Andre, please ack.
> Rob, Krzysztof, please pick this minor non-urgent clean-up patch in
> your -next dt tree.
> 
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Applied, thanks!

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

end of thread, other threads:[~2022-06-06 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01  4:17 [PATCH] MAINTAINERS: rectify entries for ARM DRM DRIVERS after dt conversion Lukas Bulwahn
2022-06-01  8:47 ` Andre Przywara
2022-06-06 17:18 ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).