[PATCH] 3.19-rc4: Fix race condition in i.MX serial port driver

2015-01-13 Thread Michael Doswald
-by: Michael Doswald --- drivers/tty/serial/imx.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c index 4c5e909..29e31b1 100644 --- a/drivers/tty/serial/imx.c +++ b/drivers/tty/serial/imx.c @@ -503,13 +503,10 @@ sta

Re: [PATCH] 3.19-rc4: Fix race condition in i.MX serial port driver

2015-01-31 Thread Michael Doswald
port lock is >> held. Critical section extension is in line with the callback function >> of other drivers, e.g. serial-tegra.c (tegra_uart_tx_dma_complete). >> >> >> Signed-off-by: Michael Doswald >> --- >> drivers/tty/serial/imx.c | 11 ---