serial: 8250: Expose set_ldisc function
authorEd Blake <ed.blake@imgtec.com>
Thu, 10 Nov 2016 18:07:55 +0000 (18:07 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Nov 2016 09:59:38 +0000 (10:59 +0100)
commitdb405a8f8bf70daf57ed88808a2bf9c5fe308c70
tree5cbc937fe6794752d0e2f4a4de119275c04cf41d
parent98838d95075a5295f3478ceba18bcccf472e30f4
serial: 8250: Expose set_ldisc function

Expose set_ldisc() function so that it can be overridden with a
platform specific implementation.

Signed-off-by: Ed Blake <ed.blake@imgtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_port.c
include/linux/serial_8250.h
include/linux/serial_core.h