Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1492668 > unrolled thread
| Started by | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| First post | 2016-09-28 17:50 +0200 |
| Last post | 2016-09-29 10:10 +0200 |
| Articles | 8 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: update entry for atmel_serial driver Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-09-28 17:50 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-28 18:00 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Richard Genoud <richard.genoud@gmail.com> - 2016-09-28 18:00 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Joe Perches <joe@perches.com> - 2016-09-28 18:10 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Richard Genoud <richard.genoud@gmail.com> - 2016-09-29 08:20 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-29 08:40 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Nicolas Ferre <nicolas.ferre@atmel.com> - 2016-09-29 09:40 +0200
Re: [PATCH] MAINTAINERS: update entry for atmel_serial driver Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-09-29 10:10 +0200
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Date | 2016-09-28 17:50 +0200 |
| Subject | [PATCH] MAINTAINERS: update entry for atmel_serial driver |
| Message-ID | <smpho-by-15@gated-at.bofh.it> |
Change maintainer for the serial driver found on most of the Microchip / Atmel MPUs and take advantage of the move to rename and reorder the entry. I'm happy that Richard is taking over the maintenance of this driver. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> --- MAINTAINERS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e39dacd77c0e..06c17717a004 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2140,11 +2140,6 @@ M: Ludovic Desroches <ludovic.desroches@atmel.com> S: Maintained F: drivers/mmc/host/atmel-mci.c -ATMEL AT91 / AT32 SERIAL DRIVER -M: Nicolas Ferre <nicolas.ferre@atmel.com> -S: Supported -F: drivers/tty/serial/atmel_serial.c - ATMEL AT91 SAMA5D2-Compatible Shutdown Controller M: Nicolas Ferre <nicolas.ferre@atmel.com> S: Supported @@ -7930,6 +7925,12 @@ T: git git://git.monstr.eu/linux-2.6-microblaze.git S: Supported F: arch/microblaze/ +MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER +M: Richard Genoud <richard.genoud@gmail.com> +S: Maintained +F: drivers/tty/serial/atmel_serial.c +F: include/linux/atmel_serial.h + MICROCHIP / ATMEL ISC DRIVER M: Songjun Wu <songjun.wu@microchip.com> L: linux-media@vger.kernel.org -- 2.9.0
[toc] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-09-28 18:00 +0200 |
| Message-ID | <smpr3-eS-1@gated-at.bofh.it> |
| In reply to | #1492668 |
On Wed, Sep 28, 2016 at 05:47:35PM +0200, Nicolas Ferre wrote: > Change maintainer for the serial driver found on most of the > Microchip / Atmel MPUs and take advantage of the move to rename > and reorder the entry. > I'm happy that Richard is taking over the maintenance of this > driver. > > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Can I get an ack from Richard that he agrees with this? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Richard Genoud <richard.genoud@gmail.com> |
|---|---|
| Date | 2016-09-28 18:00 +0200 |
| Message-ID | <smpr3-eS-13@gated-at.bofh.it> |
| In reply to | #1492673 |
2016-09-28 17:52 GMT+02:00 Greg Kroah-Hartman <gregkh@linuxfoundation.org>: > On Wed, Sep 28, 2016 at 05:47:35PM +0200, Nicolas Ferre wrote: >> Change maintainer for the serial driver found on most of the >> Microchip / Atmel MPUs and take advantage of the move to rename >> and reorder the entry. >> I'm happy that Richard is taking over the maintenance of this >> driver. >> >> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> > > Can I get an ack from Richard that he agrees with this? absolutely ! Acked-by: Richard Genoud <richard.genoud@gmail.com> > thanks, > > greg k-h thanks ! -- for me, ck means con kolivas and not calvin klein... does it mean I'm a geek ?
[toc] | [prev] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2016-09-28 18:10 +0200 |
| Message-ID | <smpAJ-xm-7@gated-at.bofh.it> |
| In reply to | #1492668 |
On Wed, 2016-09-28 at 17:47 +0200, Nicolas Ferre wrote: > Change maintainer for the serial driver found on most of the > Microchip / Atmel MPUs and take advantage of the move to rename > and reorder the entry. [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > +MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER > +M: Richard Genoud <richard.genoud@gmail.com> > +S: Maintained > +F: drivers/tty/serial/atmel_serial.c > +F: include/linux/atmel_serial.h Thanks Richard. include/linux is pretty cluttered with random files. atmel_serial.h is #include exactly once. Please move it out of include/linux and into drivers/tty/serial/ one day.
[toc] | [prev] | [next] | [standalone]
| From | Richard Genoud <richard.genoud@gmail.com> |
|---|---|
| Date | 2016-09-29 08:20 +0200 |
| Message-ID | <smCRj-kI-9@gated-at.bofh.it> |
| In reply to | #1492676 |
2016-09-28 18:04 GMT+02:00 Joe Perches <joe@perches.com>: > On Wed, 2016-09-28 at 17:47 +0200, Nicolas Ferre wrote: >> Change maintainer for the serial driver found on most of the >> Microchip / Atmel MPUs and take advantage of the move to rename >> and reorder the entry. > [] >> diff --git a/MAINTAINERS b/MAINTAINERS > [] >> +MICROCHIP / ATMEL AT91 / AT32 SERIAL DRIVER >> +M: Richard Genoud <richard.genoud@gmail.com> >> +S: Maintained >> +F: drivers/tty/serial/atmel_serial.c >> +F: include/linux/atmel_serial.h > > Thanks Richard. > > include/linux is pretty cluttered with random files. > > atmel_serial.h is #include exactly once. > > Please move it out of include/linux and into > drivers/tty/serial/ one day. No problem, I'll add that to my TBD list ! Richard.
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-09-29 08:40 +0200 |
| Message-ID | <smDaG-rc-25@gated-at.bofh.it> |
| In reply to | #1492668 |
On Wed, Sep 28, 2016 at 05:47:35PM +0200, Nicolas Ferre wrote: > Change maintainer for the serial driver found on most of the > Microchip / Atmel MPUs and take advantage of the move to rename > and reorder the entry. > I'm happy that Richard is taking over the maintenance of this > driver. > > Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> > Acked-by: Richard Genoud <richard.genoud@gmail.com> > --- > MAINTAINERS | 11 ++++++----- > 1 file changed, 6 insertions(+), 5 deletions(-) This doesn't apply to my tty-next tree at all, what did you make it against? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Nicolas Ferre <nicolas.ferre@atmel.com> |
|---|---|
| Date | 2016-09-29 09:40 +0200 |
| Message-ID | <smE6K-10y-5@gated-at.bofh.it> |
| In reply to | #1493155 |
Le 29/09/2016 à 08:31, Greg Kroah-Hartman a écrit : > On Wed, Sep 28, 2016 at 05:47:35PM +0200, Nicolas Ferre wrote: >> Change maintainer for the serial driver found on most of the >> Microchip / Atmel MPUs and take advantage of the move to rename >> and reorder the entry. >> I'm happy that Richard is taking over the maintenance of this >> driver. >> >> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> >> Acked-by: Richard Genoud <richard.genoud@gmail.com> >> --- >> MAINTAINERS | 11 ++++++----- >> 1 file changed, 6 insertions(+), 5 deletions(-) > > This doesn't apply to my tty-next tree at all, what did you make it > against? Yesterdays' linux-next (next-20160928 tag). I thought it would be the best for easy pick-up by anybody, particularly on a highly shared file like MAINTAINERS. Tell me if you want me to collect all tags, rebase on tty-next and re-send. -- Nicolas Ferre
[toc] | [prev] | [next] | [standalone]
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2016-09-29 10:10 +0200 |
| Message-ID | <smEzL-1sy-11@gated-at.bofh.it> |
| In reply to | #1493179 |
On Thu, Sep 29, 2016 at 09:37:46AM +0200, Nicolas Ferre wrote: > Le 29/09/2016 à 08:31, Greg Kroah-Hartman a écrit : > > On Wed, Sep 28, 2016 at 05:47:35PM +0200, Nicolas Ferre wrote: > >> Change maintainer for the serial driver found on most of the > >> Microchip / Atmel MPUs and take advantage of the move to rename > >> and reorder the entry. > >> I'm happy that Richard is taking over the maintenance of this > >> driver. > >> > >> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> > >> Acked-by: Richard Genoud <richard.genoud@gmail.com> > >> --- > >> MAINTAINERS | 11 ++++++----- > >> 1 file changed, 6 insertions(+), 5 deletions(-) > > > > This doesn't apply to my tty-next tree at all, what did you make it > > against? > > Yesterdays' linux-next (next-20160928 tag). I thought it would be the > best for easy pick-up by anybody, particularly on a highly shared file > like MAINTAINERS. > > Tell me if you want me to collect all tags, rebase on tty-next and re-send. It's ok, I've fixed it up by hand, it's a tough file to handle at times with lots of different trees touching it like you mention. greg k-h
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web