mbox series

[RESEND,0/7] Add some fixes and new feature for SPRD DMA

Message ID cover.1541480353.git.baolin.wang@linaro.org
Headers show
Series Add some fixes and new feature for SPRD DMA | expand

Message

(Exiting) Baolin Wang Nov. 6, 2018, 5:01 a.m. UTC
This patchset removes the direction usage from struct dma_slave_config,
and add one new field to save the direction. It also fixes some issues
for link-list transfer. Moreover this patchset adds new 2-stage transfer
support for our DMA.

Baolin Wang (1):
  dmaengine: sprd: Remove direction usage from struct dma_slave_config

Eric Long (6):
  dmaengine: sprd: Get transfer residue depending on the transfer
    direction
  dmaengine: sprd: Fix the last link-list configuration
  dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma
    channel
  dmaengine: sprd: Support DMA link-list cyclic callback
  dmaengine: sprd: Support DMA 2-stage transfer mode
  dmaengine: sprd: Add me as one of the module authors

 drivers/dma/sprd-dma.c       |  152 +++++++++++++++++++++++++++++++++++++-----
 include/linux/dma/sprd-dma.h |   62 ++++++++++++++++-
 2 files changed, 194 insertions(+), 20 deletions(-)

-- 
1.7.9.5

Comments

(Exiting) Baolin Wang Nov. 26, 2018, 6:49 a.m. UTC | #1
Hi Vinod,

On Tue, 6 Nov 2018 at 13:01, Baolin Wang <baolin.wang@linaro.org> wrote:
>

> This patchset removes the direction usage from struct dma_slave_config,

> and add one new field to save the direction. It also fixes some issues

> for link-list transfer. Moreover this patchset adds new 2-stage transfer

> support for our DMA.


Any comments for this patch set? Thanks.

>

> Baolin Wang (1):

>   dmaengine: sprd: Remove direction usage from struct dma_slave_config

>

> Eric Long (6):

>   dmaengine: sprd: Get transfer residue depending on the transfer

>     direction

>   dmaengine: sprd: Fix the last link-list configuration

>   dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma

>     channel

>   dmaengine: sprd: Support DMA link-list cyclic callback

>   dmaengine: sprd: Support DMA 2-stage transfer mode

>   dmaengine: sprd: Add me as one of the module authors

>

>  drivers/dma/sprd-dma.c       |  152 +++++++++++++++++++++++++++++++++++++-----

>  include/linux/dma/sprd-dma.h |   62 ++++++++++++++++-

>  2 files changed, 194 insertions(+), 20 deletions(-)

>

> --

> 1.7.9.5

>



--
Baolin Wang
Best Regards
Vinod Koul Dec. 5, 2018, 8:57 a.m. UTC | #2
On 06-11-18, 13:01, Baolin Wang wrote:
> This patchset removes the direction usage from struct dma_slave_config,

> and add one new field to save the direction. It also fixes some issues

> for link-list transfer. Moreover this patchset adds new 2-stage transfer

> support for our DMA.


Applied, thanks

-- 
~Vinod