Message ID | 1371421068-28743-1-git-send-email-dianders@chromium.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Jun 17, 2013 at 7:17 AM, Doug Anderson <dianders@chromium.org> wrote: > It's convenient if get_maintainer suggests sending samsung/exynos > pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. > > Signed-off-by: Doug Anderson <dianders@chromium.org> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> > --- > Changes in v2: > - Updated with Thomas and Tomasz; removed Linus since he's already > there as part of the general pinctrl match. > > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d97b3e..f55e3c7 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6284,6 +6284,16 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > S: Maintained > F: drivers/pinctrl/pinctrl-at91.c > > +PIN CONTROLLER - SAMSUNG > +M: Tomasz Figa <t.figa@samsung.com> > +M: Thomas Abraham <thomas.abraham@linaro.org> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) > +S: Maintained > +F: drivers/pinctrl/pinctrl-exynos.* > +F: drivers/pinctrl/pinctrl-s3c* > +F: drivers/pinctrl/pinctrl-samsung.* > + > PIN CONTROLLER - ST SPEAR > M: Viresh Kumar <viresh.linux@gmail.com> > L: spear-devel@list.st.com > -- > 1.8.3 > > -- > 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/ -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Kyungmin Park <kmpark@infradead.org> skrev: >On Mon, Jun 17, 2013 at 7:17 AM, Doug Anderson <dianders@chromium.org> >wrote: >> It's convenient if get_maintainer suggests sending samsung/exynos >> pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. >> >> Signed-off-by: Doug Anderson <dianders@chromium.org> >Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Acked-by: Olof Johansson <olof@lixom.net>
On 06/17/13 12:43, Olof Johansson wrote: > > > Kyungmin Park<kmpark@infradead.org> skrev: > >> On Mon, Jun 17, 2013 at 7:17 AM, Doug Anderson<dianders@chromium.org> >> wrote: >>> It's convenient if get_maintainer suggests sending samsung/exynos >>> pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. >>> >>> Signed-off-by: Doug Anderson<dianders@chromium.org> >> Acked-by: Kyungmin Park<kyungmin.park@samsung.com> > > Acked-by: Olof Johansson<olof@lixom.net> > Acked-by: Kukjin Kim <kgene.kim@samsung.com> Thanks, - Kukjin -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Linus, On Mon, Jun 17, 2013 at 8:37 AM, Kukjin Kim <kgene.kim@samsung.com> wrote: > On 06/17/13 12:43, Olof Johansson wrote: >> >> Kyungmin Park<kmpark@infradead.org> skrev: >> >>> On Mon, Jun 17, 2013 at 7:17 AM, Doug Anderson<dianders@chromium.org> >>> wrote: >>>> >>>> It's convenient if get_maintainer suggests sending samsung/exynos >>>> pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. >>>> >>>> Signed-off-by: Doug Anderson<dianders@chromium.org> >>> >>> Acked-by: Kyungmin Park<kyungmin.park@samsung.com> >> >> >> Acked-by: Olof Johansson<olof@lixom.net> >> > Acked-by: Kukjin Kim <kgene.kim@samsung.com> I'm assuming that you'll take this and apply? If I'm supposed to find someone else to apply it, please yell. :) -Doug -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Jun 17, 2013 at 12:17 AM, Doug Anderson <dianders@chromium.org> wrote: > It's convenient if get_maintainer suggests sending samsung/exynos > pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. > > Signed-off-by: Doug Anderson <dianders@chromium.org> > --- > Changes in v2: > - Updated with Thomas and Tomasz; removed Linus since he's already > there as part of the general pinctrl match. Patch applied with all the ACKs. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 8d97b3e..f55e3c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6284,6 +6284,16 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: drivers/pinctrl/pinctrl-at91.c +PIN CONTROLLER - SAMSUNG +M: Tomasz Figa <t.figa@samsung.com> +M: Thomas Abraham <thomas.abraham@linaro.org> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers) +S: Maintained +F: drivers/pinctrl/pinctrl-exynos.* +F: drivers/pinctrl/pinctrl-s3c* +F: drivers/pinctrl/pinctrl-samsung.* + PIN CONTROLLER - ST SPEAR M: Viresh Kumar <viresh.linux@gmail.com> L: spear-devel@list.st.com
It's convenient if get_maintainer suggests sending samsung/exynos pinctrl changes to linux-samsung-soc and to Tomasz and Thomas. Signed-off-by: Doug Anderson <dianders@chromium.org> --- Changes in v2: - Updated with Thomas and Tomasz; removed Linus since he's already there as part of the general pinctrl match. MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)