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 <[email protected]> > +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.

