serial8250: Introduce serial8250_register_8250_port()
commitf73fa05b90eb8c0dd3230c364cf1107f4f8f3848
authorMagnus Damm <damm@opensource.se>
Wed, 2 May 2012 12:47:27 +0000 (2 21:47 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 2 May 2012 21:14:13 +0000 (2 14:14 -0700)
treeb28d870c2547a170be454c3584a51278ef8dd6af
parente8155629ff19e05722ba057d1521baec270d780e
serial8250: Introduce serial8250_register_8250_port()

Introduce yet another 8250 registration function.
This time it is serial8250_register_8250_port() and it
allows us to register 8250 hardware instances using struct
uart_8250_port. The new function makes it possible to
register 8250 hardware that makes use of 8250 specific
callbacks such as ->dl_read() and ->dl_write().

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.c
include/linux/serial_8250.h