2022-08-22 18:04:16

by Doug Anderson

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c

panel-edp changes go through the drm-misc tree (as per the "DRM PANEL
DRIVERS" entry in MAINTAINERS), but ever since splitting panel-edp out
of panel-simple I've been trying to keep a close eye on it. Make that
official by listing me as a reviewer.

Signed-off-by: Douglas Anderson <[email protected]>
---

MAINTAINERS | 5 +++++
1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0f9366144d31..fc62434f693f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6343,6 +6343,11 @@ S: Maintained
F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c

+DRM DRIVER FOR GENERIC EDP PANELS
+R: Douglas Anderson <[email protected]>
+F: Documentation/devicetree/bindings/display/panel/panel-edp.yaml
+F: drivers/gpu/drm/panel/panel-edp.c
+
DRM DRIVER FOR GENERIC USB DISPLAY
M: Noralf Trønnes <[email protected]>
S: Maintained
--
2.37.2.609.g9ff673ca1a-goog


2022-08-26 15:10:51

by Sam Ravnborg

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c

On Mon, Aug 22, 2022 at 10:53:59AM -0700, Douglas Anderson wrote:
> panel-edp changes go through the drm-misc tree (as per the "DRM PANEL
> DRIVERS" entry in MAINTAINERS), but ever since splitting panel-edp out
> of panel-simple I've been trying to keep a close eye on it. Make that
> official by listing me as a reviewer.
>
> Signed-off-by: Douglas Anderson <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
> ---
>
> MAINTAINERS | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0f9366144d31..fc62434f693f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6343,6 +6343,11 @@ S: Maintained
> F: Documentation/devicetree/bindings/display/panel/feiyang,fy07024di26a30d.yaml
> F: drivers/gpu/drm/panel/panel-feiyang-fy07024di26a30d.c
>
> +DRM DRIVER FOR GENERIC EDP PANELS
> +R: Douglas Anderson <[email protected]>
> +F: Documentation/devicetree/bindings/display/panel/panel-edp.yaml
> +F: drivers/gpu/drm/panel/panel-edp.c
> +
> DRM DRIVER FOR GENERIC USB DISPLAY
> M: Noralf Tr?nnes <[email protected]>
> S: Maintained
> --
> 2.37.2.609.g9ff673ca1a-goog

2022-08-30 16:02:35

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c

Hi,

On Fri, Aug 26, 2022 at 8:07 AM Sam Ravnborg <[email protected]> wrote:
>
> On Mon, Aug 22, 2022 at 10:53:59AM -0700, Douglas Anderson wrote:
> > panel-edp changes go through the drm-misc tree (as per the "DRM PANEL
> > DRIVERS" entry in MAINTAINERS), but ever since splitting panel-edp out
> > of panel-simple I've been trying to keep a close eye on it. Make that
> > official by listing me as a reviewer.
> >
> > Signed-off-by: Douglas Anderson <[email protected]>
> Acked-by: Sam Ravnborg <[email protected]>

Pushed with Sam's ack.

e6545831a17b MAINTAINERS: Add myself as a reviewer for panel-edp.c

-Doug