kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust entry to renaming and conversion
@ 2020-07-05  6:59 Lukas Bulwahn
  2020-07-05 11:30 ` Ondřej Jirman
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2020-07-05  6:59 UTC (permalink / raw)
  To: Ondrej Jirman, Sam Ravnborg
  Cc: devicetree, Purism Kernel Team, Guido Günther,
	kernel-janitors, Ralf Ramsauer, dri-devel, linux-kernel,
	linux-sunxi, Rob Herring, Joe Perches, Lukas Bulwahn,
	Pia Eichinger, linux-arm-kernel

Commit a74e81a56405 ("drm/panel: rocktech-jh057n00900: Rename the driver to
st7703") and commit 7317f4574492 ("dt-bindings: panel: Convert
rocktech,jh057n00900 to yaml") renamed and converted the files mentioned in
DRM DRIVER FOR ROCKTECH JH057N00900 PANELS, but did not adjust the entries
in MAINTAINERS.

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

  warning: no file matches  F: \
  Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
  warning: no file matches  F: \
  drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c

Adjust entries after this file renaming and devicetree conversion.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
applies cleanly on next-20200703

Ondrej, please ack this patch.
Sam, please pick this minor non-urgent patch into your -next tree.

This is the minimal change to address the warning. You might consider
changing the name of the section from ROCKTECH to ST7703, change
maintainers etc.

 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9375edaef11f..8a7b92faff99 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5493,8 +5493,8 @@ DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
 M:	Guido Günther <agx@sigxcpu.org>
 R:	Purism Kernel Team <kernel@puri.sm>
 S:	Maintained
-F:	Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
-F:	drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
+F:	Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
+F:	drivers/gpu/drm/panel/panel-sitronix-st7703.c
 
 DRM DRIVER FOR SAVAGE VIDEO CARDS
 S:	Orphan / Obsolete
-- 
2.17.1

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

* Re: [PATCH] MAINTAINERS: adjust entry to renaming and conversion
  2020-07-05  6:59 [PATCH] MAINTAINERS: adjust entry to renaming and conversion Lukas Bulwahn
@ 2020-07-05 11:30 ` Ondřej Jirman
  2020-07-05 18:41   ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Ondřej Jirman @ 2020-07-05 11:30 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: devicetree, Purism Kernel Team, Guido Günther,
	kernel-janitors, Ralf Ramsauer, dri-devel, linux-kernel,
	linux-sunxi, Rob Herring, Joe Perches, Pia Eichinger,
	Sam Ravnborg, linux-arm-kernel

Hello Lukas,

On Sun, Jul 05, 2020 at 08:59:17AM +0200, Lukas Bulwahn wrote:
> Commit a74e81a56405 ("drm/panel: rocktech-jh057n00900: Rename the driver to
> st7703") and commit 7317f4574492 ("dt-bindings: panel: Convert
> rocktech,jh057n00900 to yaml") renamed and converted the files mentioned in
> DRM DRIVER FOR ROCKTECH JH057N00900 PANELS, but did not adjust the entries
> in MAINTAINERS.

A similar patch was already posted:

https://lkml.kernel.org/lkml/20200701184640.1674969-1-megous@megous.com/

thank you and regards,
	o.

> Hence, ./scripts/get_maintainer.pl --self-test=patterns complains:
> 
>   warning: no file matches  F: \
>   Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
>   warning: no file matches  F: \
>   drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
> 
> Adjust entries after this file renaming and devicetree conversion.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> applies cleanly on next-20200703
> 
> Ondrej, please ack this patch.
> Sam, please pick this minor non-urgent patch into your -next tree.
> 
> This is the minimal change to address the warning. You might consider
> changing the name of the section from ROCKTECH to ST7703, change
> maintainers etc.
> 
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9375edaef11f..8a7b92faff99 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5493,8 +5493,8 @@ DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
>  M:	Guido Günther <agx@sigxcpu.org>
>  R:	Purism Kernel Team <kernel@puri.sm>
>  S:	Maintained
> -F:	Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.txt
> -F:	drivers/gpu/drm/panel/panel-rocktech-jh057n00900.c
> +F:	Documentation/devicetree/bindings/display/panel/rocktech,jh057n00900.yaml
> +F:	drivers/gpu/drm/panel/panel-sitronix-st7703.c
>  
>  DRM DRIVER FOR SAVAGE VIDEO CARDS
>  S:	Orphan / Obsolete
> -- 
> 2.17.1
> 

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

* Re: [PATCH] MAINTAINERS: adjust entry to renaming and conversion
  2020-07-05 11:30 ` Ondřej Jirman
@ 2020-07-05 18:41   ` Lukas Bulwahn
  0 siblings, 0 replies; 3+ messages in thread
From: Lukas Bulwahn @ 2020-07-05 18:41 UTC (permalink / raw)
  To: Ondřej Jirman, Lukas Bulwahn, Sam Ravnborg,
	Guido Günther, Purism Kernel Team, Rob Herring,
	Linus Walleij, linux-sunxi, linux-arm-kernel, dri-devel,
	devicetree, Ralf Ramsauer, Pia Eichinger, Joe Perches,
	kernel-janitors, Linux Kernel Mailing List

On Sun, Jul 5, 2020 at 1:30 PM Ondřej Jirman <megous@megous.com> wrote:
>
> Hello Lukas,
>
> On Sun, Jul 05, 2020 at 08:59:17AM +0200, Lukas Bulwahn wrote:
> > Commit a74e81a56405 ("drm/panel: rocktech-jh057n00900: Rename the driver to
> > st7703") and commit 7317f4574492 ("dt-bindings: panel: Convert
> > rocktech,jh057n00900 to yaml") renamed and converted the files mentioned in
> > DRM DRIVER FOR ROCKTECH JH057N00900 PANELS, but did not adjust the entries
> > in MAINTAINERS.
>
> A similar patch was already posted:
>
> https://lkml.kernel.org/lkml/20200701184640.1674969-1-megous@megous.com/
>

Thanks, Ondrej. This patch posted here shall be IGNORED.

Lukas

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

end of thread, other threads:[~2020-07-05 18:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-05  6:59 [PATCH] MAINTAINERS: adjust entry to renaming and conversion Lukas Bulwahn
2020-07-05 11:30 ` Ondřej Jirman
2020-07-05 18:41   ` Lukas Bulwahn

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