Message ID | 20190919173020.11655-1-mripard@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] MAINTAINERS: Update Allwinner DRM drivers entry | expand |
On Fri, Sep 20, 2019 at 1:30 AM Maxime Ripard <mripard@kernel.org> wrote: > > The DRM drivers are more than about the A10 now, so let's make the entry > name a bit more generic. > > Also, Chen-Yu has been a de-facto maintainer for the DRM driver for a > while, is a maintainer of the Allwinner platform for an even longer time, > and has drm-misc commit access. Let's make it formal and add him as a Although I have an account, I haven't actually tried if I have commit access. I also don't think my account was properly migrated over to GitLab, as I had to re-create one. > maintainer. > > Signed-off-by: Maxime Ripard <mripard@kernel.org> Acked-by: Chen-Yu Tsai <wens@csie.org> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index b2326dece28e..54e222e1d0d6 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -5352,8 +5352,9 @@ F: include/drm/drm* > F: include/uapi/drm/drm* > F: include/linux/vga* > > -DRM DRIVERS FOR ALLWINNER A10 > +DRM DRIVERS FOR ALLWINNER SOCS > M: Maxime Ripard <mripard@kernel.org> > +M: Chen-Yu Tsai <wens@csie.org> > L: dri-devel@lists.freedesktop.org > S: Supported > F: drivers/gpu/drm/sun4i/ > -- > 2.21.0 >
On Thu, Sep 19, 2019 at 7:36 PM Chen-Yu Tsai <wens@csie.org> wrote: > > On Fri, Sep 20, 2019 at 1:30 AM Maxime Ripard <mripard@kernel.org> wrote: > > > > The DRM drivers are more than about the A10 now, so let's make the entry > > name a bit more generic. > > > > Also, Chen-Yu has been a de-facto maintainer for the DRM driver for a > > while, is a maintainer of the Allwinner platform for an even longer time, > > and has drm-misc commit access. Let's make it formal and add him as a > > Although I have an account, I haven't actually tried if I have commit access. > I also don't think my account was properly migrated over to GitLab, as I > had to re-create one. The git repo is still on legacy git fd.o servers, it's not yet migrated over to gitlab. -Daniel > > > maintainer. > > > > Signed-off-by: Maxime Ripard <mripard@kernel.org> > > Acked-by: Chen-Yu Tsai <wens@csie.org> > > > --- > > MAINTAINERS | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index b2326dece28e..54e222e1d0d6 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -5352,8 +5352,9 @@ F: include/drm/drm* > > F: include/uapi/drm/drm* > > F: include/linux/vga* > > > > -DRM DRIVERS FOR ALLWINNER A10 > > +DRM DRIVERS FOR ALLWINNER SOCS > > M: Maxime Ripard <mripard@kernel.org> > > +M: Chen-Yu Tsai <wens@csie.org> > > L: dri-devel@lists.freedesktop.org > > S: Supported > > F: drivers/gpu/drm/sun4i/ > > -- > > 2.21.0 > > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/MAINTAINERS b/MAINTAINERS index b2326dece28e..54e222e1d0d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5352,8 +5352,9 @@ F: include/drm/drm* F: include/uapi/drm/drm* F: include/linux/vga* -DRM DRIVERS FOR ALLWINNER A10 +DRM DRIVERS FOR ALLWINNER SOCS M: Maxime Ripard <mripard@kernel.org> +M: Chen-Yu Tsai <wens@csie.org> L: dri-devel@lists.freedesktop.org S: Supported F: drivers/gpu/drm/sun4i/
The DRM drivers are more than about the A10 now, so let's make the entry name a bit more generic. Also, Chen-Yu has been a de-facto maintainer for the DRM driver for a while, is a maintainer of the Allwinner platform for an even longer time, and has drm-misc commit access. Let's make it formal and add him as a maintainer. Signed-off-by: Maxime Ripard <mripard@kernel.org> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)