Re: [PATCH] dmaengine: dmatest: Apply copy_align to DMA_SG as well

2016-09-09 Thread Vinod Koul
On Wed, Sep 07, 2016 at 06:24:28PM -0700, Nicolin Chen wrote: > The DMA_SG is still a type of memory copy operation that should > conform the hardware restriction. So this patch just applies the > copy_align to DMA_SG as well. Applied, thanks -- ~Vinod

Re: [PATCH] dmaengine: dmatest: Apply copy_align to DMA_SG as well

2016-09-09 Thread Vinod Koul
On Wed, Sep 07, 2016 at 06:24:28PM -0700, Nicolin Chen wrote: > The DMA_SG is still a type of memory copy operation that should > conform the hardware restriction. So this patch just applies the > copy_align to DMA_SG as well. Applied, thanks -- ~Vinod

[PATCH] dmaengine: dmatest: Apply copy_align to DMA_SG as well

2016-09-07 Thread Nicolin Chen
The DMA_SG is still a type of memory copy operation that should conform the hardware restriction. So this patch just applies the copy_align to DMA_SG as well. Signed-off-by: Nicolin Chen --- drivers/dma/dmatest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH] dmaengine: dmatest: Apply copy_align to DMA_SG as well

2016-09-07 Thread Nicolin Chen
The DMA_SG is still a type of memory copy operation that should conform the hardware restriction. So this patch just applies the copy_align to DMA_SG as well. Signed-off-by: Nicolin Chen --- drivers/dma/dmatest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git