Re: [PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2015-01-12 Thread Robin Gong
On Fri, Dec 05, 2014 at 10:11:44PM +0530, Vinod Koul wrote: > On Thu, Oct 23, 2014 at 10:22:20AM +0800, Robin Gong wrote: > > Code reorg for transfer prepare and bus width check to make code > > cleaner. > This should have been 1st patch :( > > -- > ~Vinod > Got it.Thanks. -- To unsubscribe from

Re: [PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2015-01-12 Thread Robin Gong
On Fri, Dec 05, 2014 at 10:11:44PM +0530, Vinod Koul wrote: On Thu, Oct 23, 2014 at 10:22:20AM +0800, Robin Gong wrote: Code reorg for transfer prepare and bus width check to make code cleaner. This should have been 1st patch :( -- ~Vinod Got it.Thanks. -- To unsubscribe from this

Re: [PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2014-12-05 Thread Vinod Koul
On Thu, Oct 23, 2014 at 10:22:20AM +0800, Robin Gong wrote: > Code reorg for transfer prepare and bus width check to make code > cleaner. This should have been 1st patch :( -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2014-12-05 Thread Vinod Koul
On Thu, Oct 23, 2014 at 10:22:20AM +0800, Robin Gong wrote: Code reorg for transfer prepare and bus width check to make code cleaner. This should have been 1st patch :( -- ~Vinod -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2014-10-22 Thread Robin Gong
Code reorg for transfer prepare and bus width check to make code cleaner. Signed-off-by: Robin Gong --- drivers/dma/imx-sdma.c | 127 +++-- 1 file changed, 60 insertions(+), 67 deletions(-) diff --git a/drivers/dma/imx-sdma.c b/drivers/dma/imx-sdma.c

[PATCH v5 3/3] dma: imx-sdma: reorg code to make code clean

2014-10-22 Thread Robin Gong
Code reorg for transfer prepare and bus width check to make code cleaner. Signed-off-by: Robin Gong b38...@freescale.com --- drivers/dma/imx-sdma.c | 127 +++-- 1 file changed, 60 insertions(+), 67 deletions(-) diff --git a/drivers/dma/imx-sdma.c