On Tue, Feb 24, 2015 at 02:25:16PM -0500, Peter Hurley wrote: > Refactor base port operations into new file; 8250_port.c. > > Legacy irq handling, RSA port support, port storage for universal > driver, driver definition, module parameters and linkage remain in > 8250_core.c > > The source file split and resulting modules is diagrammed below: > > 8250_core.c ====> 8250_core.c __ > \ \ > \ +-- 8250.ko (alias 8250_core) > \ 8250_pnp.c __/ (universal driver) > \ > => 8250_port.c __ > \ > +-- 8250_base.ko > 8250_dma.c __/ (port operations) > > Signed-off-by: Peter Hurley <peter@xxxxxxxxxxxxxxxxxx> > --- > drivers/tty/serial/8250/8250.h | 11 + > drivers/tty/serial/8250/8250_core.c | 2827 +--------------------------------- > drivers/tty/serial/8250/8250_port.c | 2849 +++++++++++++++++++++++++++++++++++ > drivers/tty/serial/8250/Makefile | 5 +- > include/linux/serial_8250.h | 5 + > 5 files changed, 2876 insertions(+), 2821 deletions(-) > create mode 100644 drivers/tty/serial/8250/8250_port.c This patch failed to apply, and it's not an obvious reason why, and if I tried it by hand, I'd probably get it wrong... So can you refresh against my tty-testing branch and resend this one patch? The rest in the series are all queued up there. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html