2022-03-09 00:08:52

by Doug Anderson

[permalink] [raw]
Subject: [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip

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 <[email protected]>
---

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 <[email protected]>
+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 <[email protected]>
S: Maintained
--
2.35.1.616.g0bdcbb4464-goog


2022-03-09 13:51:36

by Robert Foss

[permalink] [raw]
Subject: Re: [PATCH 2/3] drm/bridge: Add myself as a reviewer for the TI SN65DSI86 bridge chip

On Tue, 8 Mar 2022 at 20:07, Douglas Anderson <[email protected]> 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 <[email protected]>
> ---
>
> 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 <[email protected]>
> +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 <[email protected]>
> S: Maintained
> --
> 2.35.1.616.g0bdcbb4464-goog
>

Reviewed-by: Robert Foss <[email protected]>