Message ID | 20200701184640.1674969-1-megous@megous.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: Update entry for st7703 driver after the rename | expand |
On Wed, 1 Jul 2020, Ondrej Jirman wrote: > The driver was renamed, change the path in the MAINTAINERS file. > > Signed-off-by: Ondrej Jirman <megous@megous.com> 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 <lukas.bulwahn@gmail.com> 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 <agx@sigxcpu.org> > R: Purism Kernel Team <kernel@puri.sm> > +R: Ondrej Jirman <megous@megous.com> > 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 > >
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 <megous@megous.com> > > 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 <lukas.bulwahn@gmail.com> > > > 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 <agx@sigxcpu.org> > > R: Purism Kernel Team <kernel@puri.sm> > > +R: Ondrej Jirman <megous@megous.com> > > 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 > > > >
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 <agx@sigxcpu.org> R: Purism Kernel Team <kernel@puri.sm> +R: Ondrej Jirman <megous@megous.com> 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
The driver was renamed, change the path in the MAINTAINERS file. Signed-off-by: Ondrej Jirman <megous@megous.com> --- MAINTAINERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)