Powerpc 8xx CPM_UART desynchronisation
authorChristophe Leroy <christophe.leroy@c-s.fr>
Mon, 24 Sep 2012 06:17:08 +0000 (08:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Sep 2012 20:39:39 +0000 (13:39 -0700)
commit725ef4a3b68449611b523550739ab6d848cedafa
tree4f5bca4ea6463cd532e5857f9908103de482026b
parent26e8220adb0aec43b7acafa0f1431760eee28522
Powerpc 8xx CPM_UART desynchronisation

This patch fixes a desynchronisation problem with CPM UART driver on
Powerpc MPC8xx. The problem happens if data is received before the device
is open by the user application.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/cpm_uart/cpm_uart_core.c