]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tty: serial: fsl_lpuart: specify transmit FIFO size
authorStefan Agner <stefan@agner.ch>
Fri, 13 Mar 2015 13:51:50 +0000 (14:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Apr 2015 08:10:22 +0000 (10:10 +0200)
commitbeaa43e9b4ca8cfe4379bb2f849f10e04b85b1d4
treebdfc78cb1fba3f7cb7ee2f72333c98539f37ca87
parentf43a431c415b34a75382e4ecbda5a533401beb72
tty: serial: fsl_lpuart: specify transmit FIFO size

commit 4e8f245937091b2c9eebf3d4909c9ceda4f0a78e upstream.

Specify transmit FIFO size which might be different depending on
LPUART instance. This makes sure uart_wait_until_sent in serial
core getting called, which in turn waits and checks if the FIFO
is really empty on shutdown by using the tx_empty callback.
Without the call of this callback, the last several characters
might not yet be transmitted when closing the serial port. This
can be reproduced by simply using echo and redirect the output to
a ttyLP device.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/fsl_lpuart.c