Re: [PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-29 Thread Vinod
On 26-06-18, 21:22, Uwe Kleine-König wrote: > On Wed, Jun 20, 2018 at 12:56:58AM +0800, Robin Gong wrote: > > Correct to check the right rx dma cookie status in spit of it > > works because only one cookie is running in the current sdma. > > But it will not once sdma driver support multi cookies >

Re: [PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-29 Thread Vinod
On 26-06-18, 21:22, Uwe Kleine-König wrote: > On Wed, Jun 20, 2018 at 12:56:58AM +0800, Robin Gong wrote: > > Correct to check the right rx dma cookie status in spit of it > > works because only one cookie is running in the current sdma. > > But it will not once sdma driver support multi cookies >

Re: [PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-26 Thread Uwe Kleine-König
On Wed, Jun 20, 2018 at 12:56:58AM +0800, Robin Gong wrote: > Correct to check the right rx dma cookie status in spit of it > works because only one cookie is running in the current sdma. > But it will not once sdma driver support multi cookies > running based on virt-dma. > > Signed-off-by:

Re: [PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-26 Thread Uwe Kleine-König
On Wed, Jun 20, 2018 at 12:56:58AM +0800, Robin Gong wrote: > Correct to check the right rx dma cookie status in spit of it > works because only one cookie is running in the current sdma. > But it will not once sdma driver support multi cookies > running based on virt-dma. > > Signed-off-by:

[PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-19 Thread Robin Gong
Correct to check the right rx dma cookie status in spit of it works because only one cookie is running in the current sdma. But it will not once sdma driver support multi cookies running based on virt-dma. Signed-off-by: Robin Gong --- drivers/tty/serial/imx.c | 2 +- 1 file changed, 1

[PATCH v5 1/7] tty: serial: imx: correct dma cookie status

2018-06-19 Thread Robin Gong
Correct to check the right rx dma cookie status in spit of it works because only one cookie is running in the current sdma. But it will not once sdma driver support multi cookies running based on virt-dma. Signed-off-by: Robin Gong --- drivers/tty/serial/imx.c | 2 +- 1 file changed, 1