* [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer @ 2015-10-07 17:39 Maxime Ripard 2015-10-08 1:32 ` [linux-sunxi] " Chen-Yu Tsai 0 siblings, 1 reply; 4+ messages in thread From: Maxime Ripard @ 2015-10-07 17:39 UTC (permalink / raw) To: linux-arm-kernel Add Chen-Yu Tsai as a co-maintainer to the ARM sunxi support. While we are doing so, also update the entry for new SoCs. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 797236befd27..d6a9a016f3d4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -894,11 +894,12 @@ M: Lennert Buytenhek <kernel@wantstofly.org> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) S: Maintained -ARM/Allwinner A1X SoC support +ARM/Allwinner sunXi SoC support M: Maxime Ripard <maxime.ripard@free-electrons.com> +M: Chen-Yu Tsai <wens@csie.org> L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) S: Maintained -N: sun[x4567]i +N: sun[x456789]i ARM/Allwinner SoC Clock Support M: Emilio L?pez <emilio@elopez.com.ar> -- 2.5.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [linux-sunxi] [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer 2015-10-07 17:39 [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer Maxime Ripard @ 2015-10-08 1:32 ` Chen-Yu Tsai 2015-10-11 16:18 ` Maxime Ripard 0 siblings, 1 reply; 4+ messages in thread From: Chen-Yu Tsai @ 2015-10-08 1:32 UTC (permalink / raw) To: linux-arm-kernel On Thu, Oct 8, 2015 at 1:39 AM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > Add Chen-Yu Tsai as a co-maintainer to the ARM sunxi support. > > While we are doing so, also update the entry for new SoCs. > > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> > --- > MAINTAINERS | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 797236befd27..d6a9a016f3d4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -894,11 +894,12 @@ M: Lennert Buytenhek <kernel@wantstofly.org> > L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > S: Maintained > > -ARM/Allwinner A1X SoC support > +ARM/Allwinner sunXi SoC support > M: Maxime Ripard <maxime.ripard@free-electrons.com> > +M: Chen-Yu Tsai <wens@csie.org> Acked-by: Chen-Yu Tsai <wens@csie.org> > L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > S: Maintained > -N: sun[x4567]i > +N: sun[x456789]i I thought we updated this already, in d30dbc6de5732 ("ARM: sunxi: Add sun[89]i to MAINTAINERS entry"). It's in your sunxi/core-for-4.4 branch. > > ARM/Allwinner SoC Clock Support > M: Emilio L?pez <emilio@elopez.com.ar> > -- > 2.5.3 > > -- > You received this message because you are subscribed to the Google Groups "linux-sunxi" group. > To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe at googlegroups.com. > For more options, visit https://groups.google.com/d/optout. ^ permalink raw reply [flat|nested] 4+ messages in thread
* [linux-sunxi] [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer 2015-10-08 1:32 ` [linux-sunxi] " Chen-Yu Tsai @ 2015-10-11 16:18 ` Maxime Ripard 2015-10-14 15:16 ` Arnd Bergmann 0 siblings, 1 reply; 4+ messages in thread From: Maxime Ripard @ 2015-10-11 16:18 UTC (permalink / raw) To: linux-arm-kernel Hi, On Thu, Oct 08, 2015 at 09:32:09AM +0800, Chen-Yu Tsai wrote: > On Thu, Oct 8, 2015 at 1:39 AM, Maxime Ripard > <maxime.ripard@free-electrons.com> wrote: > > Add Chen-Yu Tsai as a co-maintainer to the ARM sunxi support. > > > > While we are doing so, also update the entry for new SoCs. > > > > Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> > > --- > > MAINTAINERS | 5 +++-- > > 1 file changed, 3 insertions(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 797236befd27..d6a9a016f3d4 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -894,11 +894,12 @@ M: Lennert Buytenhek <kernel@wantstofly.org> > > L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > > S: Maintained > > > > -ARM/Allwinner A1X SoC support > > +ARM/Allwinner sunXi SoC support > > M: Maxime Ripard <maxime.ripard@free-electrons.com> > > +M: Chen-Yu Tsai <wens@csie.org> > > Acked-by: Chen-Yu Tsai <wens@csie.org> > > > L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers) > > S: Maintained > > -N: sun[x4567]i > > +N: sun[x456789]i > > I thought we updated this already, in d30dbc6de5732 ("ARM: sunxi: > Add sun[89]i to MAINTAINERS entry"). It's in your > sunxi/core-for-4.4 branch. Ah right. I wanted this to be applied directly for 4.3, so I based it on 4.3-rc4, that didn't have that commit. In order to avoid the potential conflicts, I think the ARM-SoC maintainers should simply merge this one, and I'll drop my branch. Maxime -- Maxime Ripard, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20151011/c1e51c57/attachment.sig> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [linux-sunxi] [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer 2015-10-11 16:18 ` Maxime Ripard @ 2015-10-14 15:16 ` Arnd Bergmann 0 siblings, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2015-10-14 15:16 UTC (permalink / raw) To: linux-arm-kernel On Sunday 11 October 2015 17:18:44 Maxime Ripard wrote: > Ah right. I wanted this to be applied directly for 4.3, so I based it > on 4.3-rc4, that didn't have that commit. > > In order to avoid the potential conflicts, I think the ARM-SoC > maintainers should simply merge this one, and I'll drop my branch. > > Applied to fixes, thanks! Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-10-14 15:16 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-10-07 17:39 [PATCH] MAINTAINERS: Update Allwinner entry and add new maintainer Maxime Ripard 2015-10-08 1:32 ` [linux-sunxi] " Chen-Yu Tsai 2015-10-11 16:18 ` Maxime Ripard 2015-10-14 15:16 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox