linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add some fixes and new feature for SPRD DMA
@ 2018-09-29  5:48 Baolin Wang
  2018-09-29  5:48 ` [PATCH 1/7] dmaengine: sprd: Remove direction usage from struct dma_slave_config Baolin Wang
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Baolin Wang @ 2018-09-29  5:48 UTC (permalink / raw)
  To: dan.j.williams, vkoul, eric.long
  Cc: broonie, baolin.wang, dmaengine, linux-kernel

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-10-22  7:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-29  5:48 [PATCH 0/7] Add some fixes and new feature for SPRD DMA Baolin Wang
2018-09-29  5:48 ` [PATCH 1/7] dmaengine: sprd: Remove direction usage from struct dma_slave_config Baolin Wang
2018-09-29  5:49 ` [PATCH 2/7] dmaengine: sprd: Get transfer residue depending on the transfer direction Baolin Wang
2018-09-29  5:49 ` [PATCH 3/7] dmaengine: sprd: Fix the last link-list configuration Baolin Wang
2018-09-29  5:49 ` [PATCH 4/7] dmaengine: sprd: Set cur_desc as NULL when free or terminate one dma channel Baolin Wang
2018-09-29  5:49 ` [PATCH 5/7] dmaengine: sprd: Support DMA link-list cyclic callback Baolin Wang
2018-09-29  5:49 ` [PATCH 6/7] dmaengine: sprd: Support DMA 2-stage transfer mode Baolin Wang
2018-09-29  5:49 ` [PATCH 7/7] dmaengine: sprd: Add me as one of the module authors Baolin Wang
2018-10-18  9:29 ` [PATCH 0/7] Add some fixes and new feature for SPRD DMA Baolin Wang
2018-10-20 16:30   ` Vinod
2018-10-22  7:14     ` Baolin Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).