serial: 8250: Separate legacy irq handling from core port operations
authorPeter Hurley <peter@hurleysoftware.com>
Tue, 24 Feb 2015 19:25:07 +0000 (14:25 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 17:15:16 +0000 (18:15 +0100)
commita4416cd1ac7b48988f0f41a17769d65c71ffc504
treea6bd6908872ae2f37b8334ffcc0ab4735d955555
parent6e28157173037b779fcf90715416a21a1e5ea2f9
serial: 8250: Separate legacy irq handling from core port operations

Prepare for 8250 split; decouple irq setup/teardown and handler from
core port operations.

Introduce setup_irq() and release_irq() 8250 driver methods; the 8250
core will use these methods to install and remove irq handling for
the given 8250 port.

Refactor irq chain linking/unlinking from 8250 core into
univ8250_setup_irq()/univ8250_release_irq() for the universal 8250 driver.

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