2018-09-19 20:41:09

by Sean Paul

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree

From: Sean Paul <[email protected]>

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 <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Gustavo Padovan <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
---
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 <[email protected]>
+R: Sean Paul <[email protected]>
+L: [email protected]
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" <[email protected]>
--
Sean Paul, Software Engineer, Google / Chromium OS



2018-09-19 20:42:53

by Sean Paul

[permalink] [raw]
Subject: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree

From: Sean Paul <[email protected]>

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

Cc: Marek Vasut <[email protected]>
Cc: Stefan Agner <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Gustavo Padovan <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
---
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 <[email protected]>
+M: Stefan Agner <[email protected]>
+L: [email protected]
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 <[email protected]>
--
Sean Paul, Software Engineer, Google / Chromium OS


2018-09-19 21:29:39

by David Airlie

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree

On Thu, Sep 20, 2018 at 6:40 AM Sean Paul <[email protected]> wrote:
>
> From: Sean Paul <[email protected]>
>
> 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 <[email protected]>

Acked-by: Dave Airlie <[email protected]>

> Cc: David Airlie <[email protected]>
> Cc: Gustavo Padovan <[email protected]>
> Cc: Maarten Lankhorst <[email protected]>
> Signed-off-by: Sean Paul <[email protected]>
> ---
> 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 <[email protected]>
> +R: Sean Paul <[email protected]>
> +L: [email protected]
> 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" <[email protected]>
> --
> Sean Paul, Software Engineer, Google / Chromium OS
>

2018-09-20 13:06:30

by Sean Paul

[permalink] [raw]
Subject: Re: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree

On Thu, Sep 20, 2018 at 07:27:39AM +1000, David Airlie wrote:
> On Thu, Sep 20, 2018 at 6:40 AM Sean Paul <[email protected]> wrote:
> >
> > From: Sean Paul <[email protected]>
> >
> > 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 <[email protected]>
>
> Acked-by: Dave Airlie <[email protected]>

Applied to -misc-next. Thanks!

Sean

>
> > Cc: David Airlie <[email protected]>
> > Cc: Gustavo Padovan <[email protected]>
> > Cc: Maarten Lankhorst <[email protected]>
> > Signed-off-by: Sean Paul <[email protected]>
> > ---
> > 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 <[email protected]>
> > +R: Sean Paul <[email protected]>
> > +L: [email protected]
> > 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" <[email protected]>
> > --
> > Sean Paul, Software Engineer, Google / Chromium OS
> >

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

2018-09-20 20:03:21

by Stefan Agner

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree

On 19.09.2018 13:39, Sean Paul wrote:
> From: Sean Paul <[email protected]>
>
> Another "small driver" moving into drm-misc. Stefan has also offered to
> co-maintain it.
>
> Cc: Marek Vasut <[email protected]>
> Cc: Stefan Agner <[email protected]>
> Cc: David Airlie <[email protected]>
> Cc: Gustavo Padovan <[email protected]>
> Cc: Maarten Lankhorst <[email protected]>
> Signed-off-by: Sean Paul <[email protected]>

Thanks Sean,

Acked-by: Stefan Agner <[email protected]>

--
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 <[email protected]>
> +M: Stefan Agner <[email protected]>
> +L: [email protected]
> 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 <[email protected]>

2018-09-24 13:28:56

by Stefan Agner

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree

On 19.09.2018 22:39, Sean Paul wrote:
> From: Sean Paul <[email protected]>
>
> Another "small driver" moving into drm-misc. Stefan has also offered to
> co-maintain it.
>
> Cc: Marek Vasut <[email protected]>
> Cc: Stefan Agner <[email protected]>
> Cc: David Airlie <[email protected]>
> Cc: Gustavo Padovan <[email protected]>
> Cc: Maarten Lankhorst <[email protected]>
> Signed-off-by: Sean Paul <[email protected]>

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 <[email protected]>
> +M: Stefan Agner <[email protected]>
> +L: [email protected]
> 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 <[email protected]>

2018-09-26 08:17:58

by Sean Paul

[permalink] [raw]
Subject: Re: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree

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 <[email protected]>
> >
> > Another "small driver" moving into drm-misc. Stefan has also offered to
> > co-maintain it.
> >
> > Cc: Marek Vasut <[email protected]>
> > Cc: Stefan Agner <[email protected]>
> > Cc: David Airlie <[email protected]>
> > Cc: Gustavo Padovan <[email protected]>
> > Cc: Maarten Lankhorst <[email protected]>
> > Signed-off-by: Sean Paul <[email protected]>
>
> 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 <[email protected]>
> > +M: Stefan Agner <[email protected]>
> > +L: [email protected]
> > 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 <[email protected]>

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