All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
@ 2022-08-22 17:53 Douglas Anderson
  2022-08-26 15:07   ` Sam Ravnborg
  0 siblings, 1 reply; 5+ messages in thread
From: Douglas Anderson @ 2022-08-22 17:53 UTC (permalink / raw)
  To: dri-devel; +Cc: Douglas Anderson, linux-kernel

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 <dianders@chromium.org>
---

 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 <dianders@chromium.org>
+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 <noralf@tronnes.org>
 S:	Maintained
-- 
2.37.2.609.g9ff673ca1a-goog


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
  2022-08-22 17:53 [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c Douglas Anderson
@ 2022-08-26 15:07   ` Sam Ravnborg
  0 siblings, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2022-08-26 15:07 UTC (permalink / raw)
  To: Douglas Anderson; +Cc: dri-devel, linux-kernel

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 <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
> ---
> 
>  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 <dianders@chromium.org>
> +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 <noralf@tronnes.org>
>  S:	Maintained
> -- 
> 2.37.2.609.g9ff673ca1a-goog

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
@ 2022-08-26 15:07   ` Sam Ravnborg
  0 siblings, 0 replies; 5+ messages in thread
From: Sam Ravnborg @ 2022-08-26 15:07 UTC (permalink / raw)
  To: Douglas Anderson; +Cc: linux-kernel, dri-devel

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 <dianders@chromium.org>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
> ---
> 
>  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 <dianders@chromium.org>
> +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 <noralf@tronnes.org>
>  S:	Maintained
> -- 
> 2.37.2.609.g9ff673ca1a-goog

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
  2022-08-26 15:07   ` Sam Ravnborg
@ 2022-08-30 15:47     ` Doug Anderson
  -1 siblings, 0 replies; 5+ messages in thread
From: Doug Anderson @ 2022-08-30 15:47 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: dri-devel, LKML

Hi,

On Fri, Aug 26, 2022 at 8:07 AM Sam Ravnborg <sam@ravnborg.org> 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 <dianders@chromium.org>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>

Pushed with Sam's ack.

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

-Doug

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
@ 2022-08-30 15:47     ` Doug Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Doug Anderson @ 2022-08-30 15:47 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: LKML, dri-devel

Hi,

On Fri, Aug 26, 2022 at 8:07 AM Sam Ravnborg <sam@ravnborg.org> 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 <dianders@chromium.org>
> Acked-by: Sam Ravnborg <sam@ravnborg.org>

Pushed with Sam's ack.

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

-Doug

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-08-30 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 17:53 [PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c Douglas Anderson
2022-08-26 15:07 ` Sam Ravnborg
2022-08-26 15:07   ` Sam Ravnborg
2022-08-30 15:47   ` Doug Anderson
2022-08-30 15:47     ` Doug Anderson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.