serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64
authorEric Tremblay <etremblay@distech-controls.com>
Wed, 30 Mar 2022 10:46:41 +0000 (12:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Apr 2022 09:37:27 +0000 (11:37 +0200)
commit296385fe127f97e06638e8c496a68080b48b4745
tree11636a02f2fdaf48ffb905623f906009a70e6d3d
parentf6f586102add59d57bcc6eea06fdeaae11bb17a1
serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64

The Freescale variant of the 16550A doesn't have an interrupt on TEMT
available when using the FIFO mode.

Signed-off-by: Eric Tremblay <etremblay@distech-controls.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20220330104642.229507-3-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_port.c