Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1303314 > unrolled thread
| Started by | Stefan Agner <stefan@agner.ch> |
|---|---|
| First post | 2016-01-07 07:10 +0100 |
| Last post | 2016-01-08 06:10 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: update for Freescale DCU DRM driver Stefan Agner <stefan@agner.ch> - 2016-01-07 07:10 +0100
Re: [PATCH] MAINTAINERS: update for Freescale DCU DRM driver Jianwei Wang <jianwei.wang.chn@gmail.com> - 2016-01-07 14:30 +0100
Re: [PATCH] MAINTAINERS: update for Freescale DCU DRM driver Dave Airlie <airlied@gmail.com> - 2016-01-08 06:10 +0100
| From | Stefan Agner <stefan@agner.ch> |
|---|---|
| Date | 2016-01-07 07:10 +0100 |
| Subject | [PATCH] MAINTAINERS: update for Freescale DCU DRM driver |
| Message-ID | <qObVM-43d-7@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Jianwei Wang <jianwei.wang.chn@gmail.com> |
|---|---|
| Date | 2016-01-07 14:30 +0100 |
| Message-ID | <qOiNA-eq-13@gated-at.bofh.it> |
| In reply to | #1303314 |
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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Dave Airlie <airlied@gmail.com> |
|---|---|
| Date | 2016-01-08 06:10 +0100 |
| Message-ID | <qOxtf-1WE-9@gated-at.bofh.it> |
| In reply to | #1303314 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web