Re: [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-12-05 Thread Sören Brinkmann
On Sat, 2015-12-05 at 12:40PM -0500, Peter Hurley wrote: > On 11/21/2015 09:59 PM, Soren Brinkmann wrote: > > Move RX-related IRQ handling into a helper function. > Fixes a problem where every char received after a parity or frame error > in the current isr will also be tagged as a parity or frame

Re: [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-12-05 Thread Peter Hurley
On 11/21/2015 09:59 PM, Soren Brinkmann wrote: > Move RX-related IRQ handling into a helper function. Fixes a problem where every char received after a parity or frame error in the current isr will also be tagged as a parity or frame error. Reviewed-by: Peter Hurley NB: the sysrq problem in

Re: [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-12-05 Thread Peter Hurley
On 11/21/2015 09:59 PM, Soren Brinkmann wrote: > Move RX-related IRQ handling into a helper function. Fixes a problem where every char received after a parity or frame error in the current isr will also be tagged as a parity or frame error. Reviewed-by: Peter Hurley

Re: [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-12-05 Thread Sören Brinkmann
On Sat, 2015-12-05 at 12:40PM -0500, Peter Hurley wrote: > On 11/21/2015 09:59 PM, Soren Brinkmann wrote: > > Move RX-related IRQ handling into a helper function. > Fixes a problem where every char received after a parity or frame error > in the current isr will also be tagged as a parity or frame

[PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-11-21 Thread Soren Brinkmann
Move RX-related IRQ handling into a helper function. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 50 +- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/drivers/tty/serial/xilinx_uartps.c

[PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function

2015-11-21 Thread Soren Brinkmann
Move RX-related IRQ handling into a helper function. Signed-off-by: Soren Brinkmann --- drivers/tty/serial/xilinx_uartps.c | 50 +- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/drivers/tty/serial/xilinx_uartps.c