sc16is7xx: Use threaded IRQ
authorDaniel Mack <daniel@zonque.org>
Thu, 21 May 2020 09:11:50 +0000 (11:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 May 2020 09:05:46 +0000 (11:05 +0200)
commit6393ff1c4435acc343b1481f5b834b918cb42b12
treebe94368ea4b257c40544f18eafa690c0dbd111d0
parent37f3965d74d5b5c914f8f8a108ae1d94ab5ffae3
sc16is7xx: Use threaded IRQ

Use a threaded IRQ handler to get rid of the irq_work kthread.
This also allows for the driver to use interrupts generated by
a threaded controller.

Signed-off-by: Daniel Mack <daniel@zonque.org>
Link: https://lore.kernel.org/r/20200521091152.404404-5-daniel@zonque.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c