Message ID | 1411869439-2719-1-git-send-email-voice.shen@atmel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 28/09/2014 03:57, Bo Shen : > Signed-off-by: Bo Shen <voice.shen@atmel.com> Sure: Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Thanks. > --- > > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3705430..c004e6f 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1703,6 +1703,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com> > S: Supported > F: drivers/spi/spi-atmel.* > > +ATMEL SSC DRIVER > +M: Bo Shen <voice.shen@atmel.com> > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +S: Supported > +F: drivers/misc/atmel-ssc.c > +F: include/linux/atmel-ssc.h > + > ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS > M: Nicolas Ferre <nicolas.ferre@atmel.com> > L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >
On 29/09/2014 10:36, Nicolas Ferre : > On 28/09/2014 03:57, Bo Shen : >> Signed-off-by: Bo Shen <voice.shen@atmel.com> > > Sure: > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > > Thanks. Greg or Arnd, This MAINTAINER's update didn't make it during merge window (on the other hand, I didn't build a pull-request with it neither...). Do you want that I take it in one of my "fixes" pull-requests to arm-soc for 3.18 or do you feel like taking the patch directly? I think it makes sense to not wait for the 3.19 for this kind of useful information. Thanks, bye, >> --- >> >> MAINTAINERS | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 3705430..c004e6f 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -1703,6 +1703,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com> >> S: Supported >> F: drivers/spi/spi-atmel.* >> >> +ATMEL SSC DRIVER >> +M: Bo Shen <voice.shen@atmel.com> >> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> +S: Supported >> +F: drivers/misc/atmel-ssc.c >> +F: include/linux/atmel-ssc.h >> + >> ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS >> M: Nicolas Ferre <nicolas.ferre@atmel.com> >> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) >> > >
On Tue, Oct 21, 2014 at 04:50:14PM +0200, Nicolas Ferre wrote: > On 29/09/2014 10:36, Nicolas Ferre : > > On 28/09/2014 03:57, Bo Shen : > >> Signed-off-by: Bo Shen <voice.shen@atmel.com> > > > > Sure: > > Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> > > > > Thanks. > > Greg or Arnd, > > This MAINTAINER's update didn't make it during merge window (on the > other hand, I didn't build a pull-request with it neither...). > > Do you want that I take it in one of my "fixes" pull-requests to arm-soc > for 3.18 or do you feel like taking the patch directly? I think it makes > sense to not wait for the 3.19 for this kind of useful information. Feel free to take it in one of your "fixes" pull requests. thanks, greg k-h
diff --git a/MAINTAINERS b/MAINTAINERS index 3705430..c004e6f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1703,6 +1703,13 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com> S: Supported F: drivers/spi/spi-atmel.* +ATMEL SSC DRIVER +M: Bo Shen <voice.shen@atmel.com> +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Supported +F: drivers/misc/atmel-ssc.c +F: include/linux/atmel-ssc.h + ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS M: Nicolas Ferre <nicolas.ferre@atmel.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
Signed-off-by: Bo Shen <voice.shen@atmel.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)