[PATCH 2/3] tty/serial: atmel: split tx and rx paths

2016-05-12 Thread Ludovic Desroches
From: Nicolas Ferre Split TX and RX paths to not schedule RX tasklet on TX events and vice versa. Signed-off-by: Nicolas Ferre Signed-off-by: Ludovic Desroches --- drivers/tty/serial/atmel_serial.c | 53

[PATCH 2/3] tty/serial: atmel: split tx and rx paths

2016-05-12 Thread Ludovic Desroches
From: Nicolas Ferre Split TX and RX paths to not schedule RX tasklet on TX events and vice versa. Signed-off-by: Nicolas Ferre Signed-off-by: Ludovic Desroches --- drivers/tty/serial/atmel_serial.c | 53 +-- 1 file changed, 34 insertions(+), 19