Message ID | 20250402-st7571-v1-3-351d6b9eeb4a@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Add support for Sitronix ST7571 LCD controller | expand |
On Wed, Apr 02, 2025 at 08:12:12AM +0200, Marcus Folkesson wrote: > Add MAINTAINERS entry for the Sitronix ST7571 dot matrix LCD > controller. > > Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 889bd4a59551c9bc125f94944a6e1c7e3ef2de83..00d19d45679f6d18a7e9c9e619b7642176b7ef95 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7572,6 +7572,13 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: Documentation/devicetree/bindings/display/sitronix,st7586.txt > F: drivers/gpu/drm/tiny/st7586.c > > +DRM DRIVER FOR SITRONIX ST7571 PANELS > +M: Marcus Folkesson <marcus.folkesson@gmail.com> > +S: Maintained > +T: git git://anongit.freedesktop.org/drm/drm-misc Are you one of the maintainers and do you actually push there? If not, drop. Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index 889bd4a59551c9bc125f94944a6e1c7e3ef2de83..00d19d45679f6d18a7e9c9e619b7642176b7ef95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7572,6 +7572,13 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git F: Documentation/devicetree/bindings/display/sitronix,st7586.txt F: drivers/gpu/drm/tiny/st7586.c +DRM DRIVER FOR SITRONIX ST7571 PANELS +M: Marcus Folkesson <marcus.folkesson@gmail.com> +S: Maintained +T: git git://anongit.freedesktop.org/drm/drm-misc +F: Documentation/devicetree/bindings/display/sitronix,st7571-i2c.yaml +F: drivers/gpu/drm/tiny/st7571-i2c.c + DRM DRIVER FOR SITRONIX ST7701 PANELS M: Jagan Teki <jagan@amarulasolutions.com> S: Maintained
Add MAINTAINERS entry for the Sitronix ST7571 dot matrix LCD controller. Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)