2020-07-01 18:49:43

by Ondřej Jirman

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update entry for st7703 driver after the rename

The driver was renamed, change the path in the MAINTAINERS file.

Signed-off-by: Ondrej Jirman <[email protected]>
---
MAINTAINERS | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 5f186a661a9b..f5183eae08df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5487,12 +5487,13 @@ S: Maintained
F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
F: drivers/gpu/drm/panel/panel-raydium-rm67191.c

-DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
+DRM DRIVER FOR SITRONIX ST7703 PANELS
M: Guido Günther <[email protected]>
R: Purism Kernel Team <[email protected]>
+R: Ondrej Jirman <[email protected]>
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.27.0


2020-07-02 07:06:49

by Guido Günther

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update entry for st7703 driver after the rename

Hi Ondrej,
On Wed, Jul 01, 2020 at 08:46:40PM +0200, Ondrej Jirman wrote:
> The driver was renamed, change the path in the MAINTAINERS file.
>
> Signed-off-by: Ondrej Jirman <[email protected]>
> ---
> MAINTAINERS | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5f186a661a9b..f5183eae08df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5487,12 +5487,13 @@ S: Maintained
> F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
> F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
>
> -DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
> +DRM DRIVER FOR SITRONIX ST7703 PANELS
> M: Guido G?nther <[email protected]>
> R: Purism Kernel Team <[email protected]>
> +R: Ondrej Jirman <[email protected]>
> 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

Reviewed-by: Guido G?nther <[email protected]>

Thanks,
-- Guido

>
> DRM DRIVER FOR SAVAGE VIDEO CARDS
> S: Orphan / Obsolete
> --
> 2.27.0
>

2020-10-09 04:46:32

by Lukas Bulwahn

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update entry for st7703 driver after the rename



On Wed, 1 Jul 2020, Ondrej Jirman wrote:

> The driver was renamed, change the path in the MAINTAINERS file.
>
> Signed-off-by: Ondrej Jirman <[email protected]>

This minor non-urgent cleanup patch has not been picked up yet by anyone.

Hence, ./scripts/get_maintainers.pl --self-test=patterns continues to
complain:

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

This patch cleanly applies on next-20201008 and resolves the issue above.

Reviewed-by: Lukas Bulwahn <[email protected]>


Lukas

> ---
> MAINTAINERS | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5f186a661a9b..f5183eae08df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5487,12 +5487,13 @@ S: Maintained
> F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
> F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
>
> -DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
> +DRM DRIVER FOR SITRONIX ST7703 PANELS
> M: Guido Günther <[email protected]>
> R: Purism Kernel Team <[email protected]>
> +R: Ondrej Jirman <[email protected]>
> 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.27.0
>
>

2020-10-09 06:58:33

by Daniel Vetter

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update entry for st7703 driver after the rename

On Fri, Oct 09, 2020 at 06:27:46AM +0200, Lukas Bulwahn wrote:
>
>
> On Wed, 1 Jul 2020, Ondrej Jirman wrote:
>
> > The driver was renamed, change the path in the MAINTAINERS file.
> >
> > Signed-off-by: Ondrej Jirman <[email protected]>
>
> This minor non-urgent cleanup patch has not been picked up yet by anyone.
>
> Hence, ./scripts/get_maintainers.pl --self-test=patterns continues to
> complain:
>
> 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
>
> This patch cleanly applies on next-20201008 and resolves the issue above.

Generally after 2-3 weeks a patch is lost and unfortunately needs to be
resend. Please do that next time around instead of waiting.

Patch queued up now for 5.10, thanks.
-Daniel

> Reviewed-by: Lukas Bulwahn <[email protected]>
>
>
> Lukas
>
> > ---
> > MAINTAINERS | 7 ++++---
> > 1 file changed, 4 insertions(+), 3 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 5f186a661a9b..f5183eae08df 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5487,12 +5487,13 @@ S: Maintained
> > F: Documentation/devicetree/bindings/display/panel/raydium,rm67191.yaml
> > F: drivers/gpu/drm/panel/panel-raydium-rm67191.c
> >
> > -DRM DRIVER FOR ROCKTECH JH057N00900 PANELS
> > +DRM DRIVER FOR SITRONIX ST7703 PANELS
> > M: Guido G?nther <[email protected]>
> > R: Purism Kernel Team <[email protected]>
> > +R: Ondrej Jirman <[email protected]>
> > 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.27.0
> >
> >


--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch