Revision f5968b37b3ad35b682b574b578843a0361218aff authored by Kumar Gala on 08 February 2006, 21:34:35 UTC, committed by Russell King on 08 February 2006, 21:34:35 UTC
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>
1 parent 6207390
History
File Mode Size
Makefile -rw-r--r-- 276 bytes
deflate.c -rw-r--r-- 43.6 KB
deflate_syms.c -rw-r--r-- 412 bytes
deftree.c -rw-r--r-- 39.6 KB
defutil.h -rw-r--r-- 11.6 KB

back to top