]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commit2655a2c76f80d91da34faa8f4e114d1793435ed3
treea8bdc6b4a9b18bbc77da738f1b71000c978a4636
parent000c74d9fa14ec61411310187cfa9e43581593b5
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