Re: [PATCH] Fixed errors check in mpc5200_psc_interrupt_handler()

2014-02-18 Thread Sebastian Huber
Hello Aleksandr, On 2014-02-04 15:22, Aleksandr Platonov wrote: Hi. - We should check error bits in psc->sr_csr (not in psc->isr_imr) - SR_ERROR should also contains SR_RB bit P.S. Changes were made according with linux code (http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/t

Re: [PATCH] Fixed errors check in mpc5200_psc_interrupt_handler()

2014-02-12 Thread Gedare Bloom
Can someone with powerpc / mpc5200 knowledge please check this out? On Tue, Feb 4, 2014 at 9:22 AM, Aleksandr Platonov wrote: > Hi. > > - We should check error bits in psc->sr_csr (not in psc->isr_imr) > - SR_ERROR should also contains SR_RB bit > > P.S. Changes were made according with linux c

[PATCH] Fixed errors check in mpc5200_psc_interrupt_handler()

2014-02-04 Thread Aleksandr Platonov
Hi. - We should check error bits in psc->sr_csr (not in psc->isr_imr) - SR_ERROR should also contains SR_RB bit P.S. Changes were made according with linux code (http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/tty/serial/mpc52xx_uart.c function mpc52xx_uart_int_rx