[SERIAL] 8250 serial console update uart_8250_port ier
authorKumar Gala <galak@kernel.crashing.org>
Wed, 8 Feb 2006 21:34:35 +0000 (21:34 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 8 Feb 2006 21:34:35 +0000 (21:34 +0000)
commitf5968b37b3ad35b682b574b578843a0361218aff
tree59bd62257053a4252cf7b01a675b577a93e313d2
parent620739025b94fe472c845ce013bff62716d3c576
[SERIAL] 8250 serial console update uart_8250_port ier

On some embedded PowerPC (MPC834x) systems an extra byte would some
times be required to flush data out of the fifo.
serial8250_console_write() was updating the IER in hardware without
also updating the copy in uart_8250_port. This causes issues functions
like serial8250_start_tx() and __stop_tx() to misbehave.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c