serial: 8250: Separate 8250 console interface
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 24 Feb 2015 19:25:06 +0000 (14:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 17:13:59 +0000 (18:13 +0100)
commit6e28157173037b779fcf90715416a21a1e5ea2f9
tree8278114ed122fe407d4f23e0f74c321fa8bea4c2
parentdf519e7bd33cf56d8a5ce357dfb94248d427b688
serial: 8250: Separate 8250 console interface

Prepare for 8250 core split; separate shared console interface from the
console definition of the universal driver.

Introduce 8250 shared console interface; serial8250_console_write() and
serial8250_console_setup() which decouples the console operation from
the port structure storage.

Rename existing serial8250_console* identifiers to univ8250_console*.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c