]> git.baikalelectronics.ru Git - kernel.git/commit
8250: use the 8250 register interface not the legacy one
authorAlan Cox <alan@linux.intel.com>
Thu, 12 Jul 2012 11:59:50 +0000 (12:59 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jul 2012 21:46:22 +0000 (14:46 -0700)
commitfb12822a7db4d8dbe8cb2581be0ca58c0c10886c
treea8bdc6b4a9b18bbc77da738f1b71000c978a4636
parentd5c34bdecbccc510ba59bb89818386f0e550cb75
8250: use the 8250 register interface not the legacy one

The old interface just copies bits over and calls the newer one.
In addition we can now pass more information.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.c
drivers/tty/serial/8250/8250_acorn.c
drivers/tty/serial/8250/8250_dw.c
drivers/tty/serial/8250/8250_gsc.c
drivers/tty/serial/8250/8250_hp300.c
drivers/tty/serial/8250/8250_pci.c
drivers/tty/serial/8250/8250_pnp.c
drivers/tty/serial/8250/serial_cs.c
include/linux/serial_8250.h