linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree
@ 2018-09-19 20:39 Sean Paul
  2018-09-19 20:39 ` [PATCH 2/2] MAINTAINERS: Move mxsfb " Sean Paul
  2018-09-19 21:27 ` [PATCH 1/2] MAINTAINERS: Move udl " David Airlie
  0 siblings, 2 replies; 7+ messages in thread
From: Sean Paul @ 2018-09-19 20:39 UTC (permalink / raw)
  To: dri-devel, linux-kernel
  Cc: Sean Paul, Dave Airlie, David Airlie, Gustavo Padovan, Maarten Lankhorst

From: Sean Paul <seanpaul@chromium.org>

Move udl maintenance into drm-misc tree. I've also signed up to be a
reviewer, but have kept it at "Odd Fixes" level of support.

Cc: Dave Airlie <airlied@redhat.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9d9068ed4ee5..ba1dbb8735b8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4720,8 +4720,11 @@ F:	drivers/gpu/drm/tdfx/
 
 DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
 M:	Dave Airlie <airlied@redhat.com>
+R:	Sean Paul <sean@poorly.run>
+L:	dri-devel@lists.freedesktop.org
 S:	Odd Fixes
 F:	drivers/gpu/drm/udl/
+T:	git git://anongit.freedesktop.org/drm/drm-misc
 
 DRM DRIVER FOR VMWARE VIRTUAL GPU
 M:	"VMware Graphics" <linux-graphics-maintainer@vmware.com>
-- 
Sean Paul, Software Engineer, Google / Chromium OS


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

* [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree
  2018-09-19 20:39 [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree Sean Paul
@ 2018-09-19 20:39 ` Sean Paul
  2018-09-20 20:02   ` Stefan Agner
  2018-09-24 13:28   ` Stefan Agner
  2018-09-19 21:27 ` [PATCH 1/2] MAINTAINERS: Move udl " David Airlie
  1 sibling, 2 replies; 7+ messages in thread
From: Sean Paul @ 2018-09-19 20:39 UTC (permalink / raw)
  To: dri-devel, linux-kernel
  Cc: Sean Paul, Marek Vasut, Stefan Agner, David Airlie,
	Gustavo Padovan, Maarten Lankhorst

From: Sean Paul <seanpaul@chromium.org>

Another "small driver" moving into drm-misc. Stefan has also offered to
co-maintain it.

Cc: Marek Vasut <marex@denx.de>
Cc: Stefan Agner <stefan@agner.ch>
Cc: David Airlie <airlied@linux.ie>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index ba1dbb8735b8..7184d53dcbd8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9891,9 +9891,12 @@ F:	drivers/media/tuners/mxl5007t.*
 
 MXSFB DRM DRIVER
 M:	Marek Vasut <marex@denx.de>
+M:	Stefan Agner <stefan@agner.ch>
+L:	dri-devel@lists.freedesktop.org
 S:	Supported
 F:	drivers/gpu/drm/mxsfb/
 F:	Documentation/devicetree/bindings/display/mxsfb.txt
+T:	git git://anongit.freedesktop.org/drm/drm-misc
 
 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
 M:	Chris Lee <christopher.lee@cspi.com>
-- 
Sean Paul, Software Engineer, Google / Chromium OS


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

* Re: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree
  2018-09-19 20:39 [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree Sean Paul
  2018-09-19 20:39 ` [PATCH 2/2] MAINTAINERS: Move mxsfb " Sean Paul
@ 2018-09-19 21:27 ` David Airlie
  2018-09-20 13:05   ` Sean Paul
  1 sibling, 1 reply; 7+ messages in thread
From: David Airlie @ 2018-09-19 21:27 UTC (permalink / raw)
  To: sean
  Cc: dri-devel, linux-kernel, seanpaul, airlied, gustavo, maarten.lankhorst

On Thu, Sep 20, 2018 at 6:40 AM Sean Paul <sean@poorly.run> wrote:
>
> From: Sean Paul <seanpaul@chromium.org>
>
> Move udl maintenance into drm-misc tree. I've also signed up to be a
> reviewer, but have kept it at "Odd Fixes" level of support.
>
> Cc: Dave Airlie <airlied@redhat.com>

Acked-by: Dave Airlie <airlied@redhat.com>

> Cc: David Airlie <airlied@linux.ie>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>
> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9d9068ed4ee5..ba1dbb8735b8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4720,8 +4720,11 @@ F:       drivers/gpu/drm/tdfx/
>
>  DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
>  M:     Dave Airlie <airlied@redhat.com>
> +R:     Sean Paul <sean@poorly.run>
> +L:     dri-devel@lists.freedesktop.org
>  S:     Odd Fixes
>  F:     drivers/gpu/drm/udl/
> +T:     git git://anongit.freedesktop.org/drm/drm-misc
>
>  DRM DRIVER FOR VMWARE VIRTUAL GPU
>  M:     "VMware Graphics" <linux-graphics-maintainer@vmware.com>
> --
> Sean Paul, Software Engineer, Google / Chromium OS
>

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

* Re: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree
  2018-09-19 21:27 ` [PATCH 1/2] MAINTAINERS: Move udl " David Airlie
@ 2018-09-20 13:05   ` Sean Paul
  0 siblings, 0 replies; 7+ messages in thread
From: Sean Paul @ 2018-09-20 13:05 UTC (permalink / raw)
  To: David Airlie
  Cc: sean, dri-devel, linux-kernel, seanpaul, airlied, gustavo,
	maarten.lankhorst

On Thu, Sep 20, 2018 at 07:27:39AM +1000, David Airlie wrote:
> On Thu, Sep 20, 2018 at 6:40 AM Sean Paul <sean@poorly.run> wrote:
> >
> > From: Sean Paul <seanpaul@chromium.org>
> >
> > Move udl maintenance into drm-misc tree. I've also signed up to be a
> > reviewer, but have kept it at "Odd Fixes" level of support.
> >
> > Cc: Dave Airlie <airlied@redhat.com>
> 
> Acked-by: Dave Airlie <airlied@redhat.com>

Applied to -misc-next. Thanks!

Sean

> 
> > Cc: David Airlie <airlied@linux.ie>
> > Cc: Gustavo Padovan <gustavo@padovan.org>
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
> > ---
> >  MAINTAINERS | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 9d9068ed4ee5..ba1dbb8735b8 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4720,8 +4720,11 @@ F:       drivers/gpu/drm/tdfx/
> >
> >  DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS
> >  M:     Dave Airlie <airlied@redhat.com>
> > +R:     Sean Paul <sean@poorly.run>
> > +L:     dri-devel@lists.freedesktop.org
> >  S:     Odd Fixes
> >  F:     drivers/gpu/drm/udl/
> > +T:     git git://anongit.freedesktop.org/drm/drm-misc
> >
> >  DRM DRIVER FOR VMWARE VIRTUAL GPU
> >  M:     "VMware Graphics" <linux-graphics-maintainer@vmware.com>
> > --
> > Sean Paul, Software Engineer, Google / Chromium OS
> >

-- 
Sean Paul, Software Engineer, Google / Chromium OS

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

* Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree
  2018-09-19 20:39 ` [PATCH 2/2] MAINTAINERS: Move mxsfb " Sean Paul
@ 2018-09-20 20:02   ` Stefan Agner
  2018-09-24 13:28   ` Stefan Agner
  1 sibling, 0 replies; 7+ messages in thread
From: Stefan Agner @ 2018-09-20 20:02 UTC (permalink / raw)
  To: Sean Paul
  Cc: dri-devel, linux-kernel, Sean Paul, Marek Vasut, David Airlie,
	Gustavo Padovan, Maarten Lankhorst

On 19.09.2018 13:39, Sean Paul wrote:
> From: Sean Paul <seanpaul@chromium.org>
> 
> Another "small driver" moving into drm-misc. Stefan has also offered to
> co-maintain it.
> 
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Agner <stefan@agner.ch>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>

Thanks Sean,

Acked-by: Stefan Agner <stefan@agner.ch>

--
Stefan

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ba1dbb8735b8..7184d53dcbd8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9891,9 +9891,12 @@ F:	drivers/media/tuners/mxl5007t.*
>  
>  MXSFB DRM DRIVER
>  M:	Marek Vasut <marex@denx.de>
> +M:	Stefan Agner <stefan@agner.ch>
> +L:	dri-devel@lists.freedesktop.org
>  S:	Supported
>  F:	drivers/gpu/drm/mxsfb/
>  F:	Documentation/devicetree/bindings/display/mxsfb.txt
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
>  M:	Chris Lee <christopher.lee@cspi.com>

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

* Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree
  2018-09-19 20:39 ` [PATCH 2/2] MAINTAINERS: Move mxsfb " Sean Paul
  2018-09-20 20:02   ` Stefan Agner
@ 2018-09-24 13:28   ` Stefan Agner
  2018-09-26  8:17     ` Sean Paul
  1 sibling, 1 reply; 7+ messages in thread
From: Stefan Agner @ 2018-09-24 13:28 UTC (permalink / raw)
  To: Sean Paul, Marek Vasut
  Cc: dri-devel, linux-kernel, Sean Paul, David Airlie,
	Gustavo Padovan, Maarten Lankhorst

On 19.09.2018 22:39, Sean Paul wrote:
> From: Sean Paul <seanpaul@chromium.org>
> 
> Another "small driver" moving into drm-misc. Stefan has also offered to
> co-maintain it.
> 
> Cc: Marek Vasut <marex@denx.de>
> Cc: Stefan Agner <stefan@agner.ch>
> Cc: David Airlie <airlied@linux.ie>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> Signed-off-by: Sean Paul <seanpaul@chromium.org>

Marek, I guess Sean needs your ack here.

Are you fine with this?

--
Stefan

> ---
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ba1dbb8735b8..7184d53dcbd8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9891,9 +9891,12 @@ F:	drivers/media/tuners/mxl5007t.*
>  
>  MXSFB DRM DRIVER
>  M:	Marek Vasut <marex@denx.de>
> +M:	Stefan Agner <stefan@agner.ch>
> +L:	dri-devel@lists.freedesktop.org
>  S:	Supported
>  F:	drivers/gpu/drm/mxsfb/
>  F:	Documentation/devicetree/bindings/display/mxsfb.txt
> +T:	git git://anongit.freedesktop.org/drm/drm-misc
>  
>  MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
>  M:	Chris Lee <christopher.lee@cspi.com>

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

* Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree
  2018-09-24 13:28   ` Stefan Agner
@ 2018-09-26  8:17     ` Sean Paul
  0 siblings, 0 replies; 7+ messages in thread
From: Sean Paul @ 2018-09-26  8:17 UTC (permalink / raw)
  To: Stefan Agner
  Cc: Sean Paul, Marek Vasut, dri-devel, linux-kernel, Sean Paul,
	David Airlie, Gustavo Padovan, Maarten Lankhorst

On Mon, Sep 24, 2018 at 03:28:31PM +0200, Stefan Agner wrote:
> On 19.09.2018 22:39, Sean Paul wrote:
> > From: Sean Paul <seanpaul@chromium.org>
> > 
> > Another "small driver" moving into drm-misc. Stefan has also offered to
> > co-maintain it.
> > 
> > Cc: Marek Vasut <marex@denx.de>
> > Cc: Stefan Agner <stefan@agner.ch>
> > Cc: David Airlie <airlied@linux.ie>
> > Cc: Gustavo Padovan <gustavo@padovan.org>
> > Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
> > Signed-off-by: Sean Paul <seanpaul@chromium.org>
> 
> Marek, I guess Sean needs your ack here.
> 
> Are you fine with this?

I spoke with Marek on IRC before spinning this, so they're aware and approve of
this. Since we haven't had any responses to this or patches on the list, I've
pushed the change to drm-misc. Stefan is going to push the pm_runtime set.

Sean

> 
> --
> Stefan
> 
> > ---
> >  MAINTAINERS | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index ba1dbb8735b8..7184d53dcbd8 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -9891,9 +9891,12 @@ F:	drivers/media/tuners/mxl5007t.*
> >  
> >  MXSFB DRM DRIVER
> >  M:	Marek Vasut <marex@denx.de>
> > +M:	Stefan Agner <stefan@agner.ch>
> > +L:	dri-devel@lists.freedesktop.org
> >  S:	Supported
> >  F:	drivers/gpu/drm/mxsfb/
> >  F:	Documentation/devicetree/bindings/display/mxsfb.txt
> > +T:	git git://anongit.freedesktop.org/drm/drm-misc
> >  
> >  MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
> >  M:	Chris Lee <christopher.lee@cspi.com>

-- 
Sean Paul, Software Engineer, Google / Chromium OS

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

end of thread, other threads:[~2018-09-26  8:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19 20:39 [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree Sean Paul
2018-09-19 20:39 ` [PATCH 2/2] MAINTAINERS: Move mxsfb " Sean Paul
2018-09-20 20:02   ` Stefan Agner
2018-09-24 13:28   ` Stefan Agner
2018-09-26  8:17     ` Sean Paul
2018-09-19 21:27 ` [PATCH 1/2] MAINTAINERS: Move udl " David Airlie
2018-09-20 13:05   ` Sean Paul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).