2022-03-09 00:44:20

by Doug Anderson

[permalink] [raw]
Subject: [PATCH 3/3] drm/bridge: Add myself as a reviewer for the Parade PS8640 bridge chip

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

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


2022-03-09 15:34:48

by Robert Foss

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

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

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