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-- 142 bytes
cache.c -rw-r--r-- 8.2 KB
dir.c -rw-r--r-- 31.0 KB
fatent.c -rw-r--r-- 14.5 KB
file.c -rw-r--r-- 6.9 KB
inode.c -rw-r--r-- 38.1 KB
misc.c -rw-r--r-- 5.5 KB

back to top