Message ID | 20220308110615.2.I4485769d5b25a8096508e839b8fea12ce7b836d3@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: > > I've spent quite a bit of time poking at this driver and it's used on > several Chromebooks I'm involved with. I'd like to get notified about > patches. Add myself as a reviewer. It's expected that changes will > still be landed through drm-misc as they always have been. > > Signed-off-by: Douglas Anderson <dianders@chromium.org> > --- > > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index a73179d55d00..7d25d0b4dccc 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS > S: Orphan / Obsolete > F: drivers/gpu/drm/tdfx/ > > +DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP > +R: Douglas Anderson <dianders@chromium.org> > +F: Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml > +F: drivers/gpu/drm/bridge/ti-sn65dsi86.c > + > DRM DRIVER FOR TPO TPG110 PANELS > M: Linus Walleij <linus.walleij@linaro.org> > S: Maintained > -- > 2.35.1.616.g0bdcbb4464-goog > Reviewed-by: Robert Foss <robert.foss@linaro.org>
diff --git a/MAINTAINERS b/MAINTAINERS index a73179d55d00..7d25d0b4dccc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6284,6 +6284,11 @@ DRM DRIVER FOR TDFX VIDEO CARDS S: Orphan / Obsolete F: drivers/gpu/drm/tdfx/ +DRM DRIVER FOR TI SN65DSI86 BRIDGE CHIP +R: Douglas Anderson <dianders@chromium.org> +F: Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.yaml +F: drivers/gpu/drm/bridge/ti-sn65dsi86.c + DRM DRIVER FOR TPO TPG110 PANELS M: Linus Walleij <linus.walleij@linaro.org> S: Maintained
I've spent quite a bit of time poking at this driver and it's used on several Chromebooks I'm involved with. I'd like to get notified about patches. Add myself as a reviewer. It's expected that changes will still be landed through drm-misc as they always have been. Signed-off-by: Douglas Anderson <dianders@chromium.org> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)