Re: [PATCH] serial: relocate remaining serial drivers from tty/ totty/serial/

From: Paul Gortmaker
Date: Thu Jan 05 2012 - 18:22:25 EST


[Re: [PATCH] serial: relocate remaining serial drivers from tty/ to tty/serial/] On 05/01/2012 (Thu 12:45) Alan Cox wrote:

> > drivers/tty/serial_core <= drivers based on SERIAL_CORE
> > drivers/tty/serial <= the rest
> >
> > This makes it obvious that one directory is for drivers based on
> > SERIAL_CORE - and the other is sort of the "rest".
> >
> > I know this imply moving files around again :-(
>
> And putting one lot where the other were. Merge time is closed so we've
> got plenty of time to sort this right. For the moment can we just tidy
> up 8250, then think about it in more detail rather than play musical
> chairs ?

Presumably too late for 3.3, but I figured I'd send the 8250 tidy up
for review while the discussion was still fresh in everyone's mind.

Note that this patch is based on Greg's tty-next branch in:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git

since we need to move the 8250_fsl driver as well, which at the moment
only exists there. Tested with serial console on x86-32.

Paul.
---