diff mbox

MAINTAINERS: update for Freescale DCU DRM driver

Message ID 1452146566-10123-1-git-send-email-stefan@agner.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Stefan Agner Jan. 7, 2016, 6:02 a.m. UTC
Promote myself as new maintainer of the Freescale DCU DRM driver.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
This has been previously discussed privately. The original driver
author and maintainer Jianwei does not work for Freescale anymore
and can not carve out spare time to maintain the driver.

As I started to make use of the driver on the Freescale Vybrid SoC
and already posted several fixes and improvements, I am willing to
maintain the driver.

Thanks Jianwei for your work on that driver!

Dave, I hope you are OK with that?

I plan to send a pull request with the patches which have been on the
ml lately, specifically the "Fix no fb check bug" and my fixes and
enhancements patchset, along with this maintainer change, does that
sound reasonable?

There is one more pending patchset for this drivers, the TCON and
Vybrid support patchset, but this is probably not ready yet. I also
plan to post another patchset which enables multiple overlay planes
and a cursor plane.

--
Stefan

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

jianwei wang Jan. 7, 2016, 1:21 p.m. UTC | #1
Acked-by: Jianwei Wang <jianwei.wang.chn@gmail.com>

On Thu, Jan 7, 2016 at 2:02 PM, Stefan Agner <stefan@agner.ch> wrote:
> Promote myself as new maintainer of the Freescale DCU DRM driver.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> This has been previously discussed privately. The original driver
> author and maintainer Jianwei does not work for Freescale anymore
> and can not carve out spare time to maintain the driver.
>
> As I started to make use of the driver on the Freescale Vybrid SoC
> and already posted several fixes and improvements, I am willing to
> maintain the driver.
>
> Thanks Jianwei for your work on that driver!
>
> Dave, I hope you are OK with that?
>
> I plan to send a pull request with the patches which have been on the
> ml lately, specifically the "Fix no fb check bug" and my fixes and
> enhancements patchset, along with this maintainer change, does that
> sound reasonable?
>
> There is one more pending patchset for this drivers, the TCON and
> Vybrid support patchset, but this is probably not ready yet. I also
> plan to post another patchset which enables multiple overlay planes
> and a cursor plane.
>
> --
> Stefan
>
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9caa4b..3f0aea3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3678,7 +3678,7 @@ F:        include/drm/exynos*
>  F:     include/uapi/drm/exynos*
>
>  DRM DRIVERS FOR FREESCALE DCU
> -M:     Jianwei Wang <jianwei.wang.chn@gmail.com>
> +M:     Stefan Agner <stefan@agner.ch>
>  M:     Alison Wang <alison.wang@freescale.com>
>  L:     dri-devel@lists.freedesktop.org
>  S:     Supported
> --
> 2.6.4
>
Dave Airlie Jan. 8, 2016, 5:03 a.m. UTC | #2
On 7 January 2016 at 16:02, Stefan Agner <stefan@agner.ch> wrote:
> Promote myself as new maintainer of the Freescale DCU DRM driver.
>
> Signed-off-by: Stefan Agner <stefan@agner.ch>
> ---
> This has been previously discussed privately. The original driver
> author and maintainer Jianwei does not work for Freescale anymore
> and can not carve out spare time to maintain the driver.
>
> As I started to make use of the driver on the Freescale Vybrid SoC
> and already posted several fixes and improvements, I am willing to
> maintain the driver.
>
> Thanks Jianwei for your work on that driver!
>
> Dave, I hope you are OK with that?

Sounds good to me.

Dave.
>
> I plan to send a pull request with the patches which have been on the
> ml lately, specifically the "Fix no fb check bug" and my fixes and
> enhancements patchset, along with this maintainer change, does that
> sound reasonable?
>
> There is one more pending patchset for this drivers, the TCON and
> Vybrid support patchset, but this is probably not ready yet. I also
> plan to post another patchset which enables multiple overlay planes
> and a cursor plane.
>
> --
> Stefan
>
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e9caa4b..3f0aea3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3678,7 +3678,7 @@ F:        include/drm/exynos*
>  F:     include/uapi/drm/exynos*
>
>  DRM DRIVERS FOR FREESCALE DCU
> -M:     Jianwei Wang <jianwei.wang.chn@gmail.com>
> +M:     Stefan Agner <stefan@agner.ch>
>  M:     Alison Wang <alison.wang@freescale.com>
>  L:     dri-devel@lists.freedesktop.org
>  S:     Supported
> --
> 2.6.4
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
Stefan Agner Jan. 28, 2016, 1:57 a.m. UTC | #3
On 2016-01-07 05:21, Jianwei Wang wrote:
> Acked-by: Jianwei Wang <jianwei.wang.chn@gmail.com>

Applied and pushed to my git tree:
http://git.agner.ch/gitweb/?p=linux-drm-fsl-dcu.git;a=shortlog;h=refs/heads/for-next

Along with this patch, I will queue some DRM DCU patches currently
waiting to be applied. I plan to send a pull request to Dave for the 4.6
merge window.

--
Stefan

> 
> On Thu, Jan 7, 2016 at 2:02 PM, Stefan Agner <stefan@agner.ch> wrote:
>> Promote myself as new maintainer of the Freescale DCU DRM driver.
>>
>> Signed-off-by: Stefan Agner <stefan@agner.ch>
>> ---
>> This has been previously discussed privately. The original driver
>> author and maintainer Jianwei does not work for Freescale anymore
>> and can not carve out spare time to maintain the driver.
>>
>> As I started to make use of the driver on the Freescale Vybrid SoC
>> and already posted several fixes and improvements, I am willing to
>> maintain the driver.
>>
>> Thanks Jianwei for your work on that driver!
>>
>> Dave, I hope you are OK with that?
>>
>> I plan to send a pull request with the patches which have been on the
>> ml lately, specifically the "Fix no fb check bug" and my fixes and
>> enhancements patchset, along with this maintainer change, does that
>> sound reasonable?
>>
>> There is one more pending patchset for this drivers, the TCON and
>> Vybrid support patchset, but this is probably not ready yet. I also
>> plan to post another patchset which enables multiple overlay planes
>> and a cursor plane.
>>
>> --
>> Stefan
>>
>>  MAINTAINERS | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index e9caa4b..3f0aea3 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -3678,7 +3678,7 @@ F:        include/drm/exynos*
>>  F:     include/uapi/drm/exynos*
>>
>>  DRM DRIVERS FOR FREESCALE DCU
>> -M:     Jianwei Wang <jianwei.wang.chn@gmail.com>
>> +M:     Stefan Agner <stefan@agner.ch>
>>  M:     Alison Wang <alison.wang@freescale.com>
>>  L:     dri-devel@lists.freedesktop.org
>>  S:     Supported
>> --
>> 2.6.4
>>
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e9caa4b..3f0aea3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3678,7 +3678,7 @@  F:	include/drm/exynos*
 F:	include/uapi/drm/exynos*
 
 DRM DRIVERS FOR FREESCALE DCU
-M:	Jianwei Wang <jianwei.wang.chn@gmail.com>
+M:	Stefan Agner <stefan@agner.ch>
 M:	Alison Wang <alison.wang@freescale.com>
 L:	dri-devel@lists.freedesktop.org
 S:	Supported