Re: [PATCH v2 1/5] dmaengine: sprd: Define the DMA transfer step type

2018-04-27 Thread Vinod Koul
On Thu, Apr 19, 2018 at 10:00:46AM +0800, Baolin Wang wrote: > From: Eric Long > > Define the DMA transfer step type to make code more readable. Applied this one, thanks -- ~Vinod

Re: [PATCH v2 1/5] dmaengine: sprd: Define the DMA transfer step type

2018-04-27 Thread Vinod Koul
On Thu, Apr 19, 2018 at 10:00:46AM +0800, Baolin Wang wrote: > From: Eric Long > > Define the DMA transfer step type to make code more readable. Applied this one, thanks -- ~Vinod

[PATCH v2 1/5] dmaengine: sprd: Define the DMA transfer step type

2018-04-18 Thread Baolin Wang
From: Eric Long Define the DMA transfer step type to make code more readable. Signed-off-by: Eric Long Signed-off-by: Baolin Wang --- Changes since v1: - Convert enum structure to macros definition for DMA step type.

[PATCH v2 1/5] dmaengine: sprd: Define the DMA transfer step type

2018-04-18 Thread Baolin Wang
From: Eric Long Define the DMA transfer step type to make code more readable. Signed-off-by: Eric Long Signed-off-by: Baolin Wang --- Changes since v1: - Convert enum structure to macros definition for DMA step type. --- drivers/dma/sprd-dma.c | 19 +-- 1 file changed, 13