Home
last modified time | relevance | path

Searched hist:e4b4e3176f4dc1c3bb13aab54982381c5cf10217 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/tty/serial/
H A Dmpc52xx_uart.cdiff e4b4e3176f4dc1c3bb13aab54982381c5cf10217 Thu Sep 24 14:18:34 CDT 2015 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> serial: mpc52xx: add delay after resetting transmitter to fix broken chars

This fixes receiving broken characters on the console from an MPC5125
system when systemd comes up which repeatedly opens and shuts down the
console device.

Trial and error with the needed interval showed that 500 us are good
enough most of the time when using 38400 Bd, so I think 1 ms is a good
compromise between fixing the issue and not penalize faster setups too
much.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>