Message ID | 20220308110615.3.I04f99fbcc14b8c09610b4b18f0696c992a44d2b7@changeid (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] drm/bridge: Add MAINTAINERS entry for DRM drivers for bridge chip bindings | expand |
On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <dianders@chromium.org> wrote: > > Though the parade bridge chip is a little bit of a black box, I'm at > least interested in hearing about changes to the driver since this > bridge chip is used on some Chromebooks that I'm involved with. > > Signed-off-by: Douglas Anderson <dianders@chromium.org> > --- > > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7d25d0b4dccc..db7fe53643c2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6171,6 +6171,11 @@ S: Maintained > F: Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml > F: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c > > +DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP > +R: Douglas Anderson <dianders@chromium.org> > +F: Documentation/devicetree/bindings/display/bridge/ps8640.yaml > +F: drivers/gpu/drm/bridge/parade-ps8640.c > + > DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS > M: Noralf Trønnes <noralf@tronnes.org> > S: Maintained > -- > 2.35.1.616.g0bdcbb4464-goog > Reviewed-by: Robert Foss <robert.foss@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 7d25d0b4dccc..db7fe53643c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6171,6 +6171,11 @@ S: Maintained F: Documentation/devicetree/bindings/display/panel/olimex,lcd-olinuxino.yaml F: drivers/gpu/drm/panel/panel-olimex-lcd-olinuxino.c +DRM DRIVER FOR PARADE PS8640 BRIDGE CHIP +R: Douglas Anderson <dianders@chromium.org> +F: Documentation/devicetree/bindings/display/bridge/ps8640.yaml +F: drivers/gpu/drm/bridge/parade-ps8640.c + DRM DRIVER FOR PERVASIVE DISPLAYS REPAPER PANELS M: Noralf Trønnes <noralf@tronnes.org> S: Maintained
Though the parade bridge chip is a little bit of a black box, I'm at least interested in hearing about changes to the driver since this bridge chip is used on some Chromebooks that I'm involved with. Signed-off-by: Douglas Anderson <dianders@chromium.org> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)