All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Fix some bugs and add new feature for Spreadtrum DMA engine
@ 2019-05-06  7:28 Baolin Wang
  2019-05-06  7:28 ` [PATCH v2 1/6] dmaengine: sprd: Fix the possible crash when getting descriptor status Baolin Wang
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Baolin Wang @ 2019-05-06  7:28 UTC (permalink / raw)
  To: dan.j.williams, vkoul
  Cc: eric.long, orsonzhai, zhang.lyra, vincent.guittot, baolin.wang,
	dmaengine, linux-kernel

Hi,

This patch set fixes some DMA engine bugs and adds interrupt support
for 2-stage transfer.

Changes from v1:
 - Improve the commit message for patch 1.
 - Drop patch 4 from the v1 patch set, and I will create another patch
 set to move the fix to the core.

Baolin Wang (3):
  dmaengine: sprd: Fix the possible crash when getting descriptor
    status
  dmaengine: sprd: Add validation of current descriptor in irq handler
  dmaengine: sprd: Add interrupt support for 2-stage transfer

Eric Long (3):
  dmaengine: sprd: Fix the incorrect start for 2-stage destination
    channels
  dmaengine: sprd: Fix block length overflow
  dmaengine: sprd: Fix the right place to configure 2-stage transfer

 drivers/dma/sprd-dma.c |   49 +++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 38 insertions(+), 11 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2019-05-21 13:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06  7:28 [PATCH v2 0/6] Fix some bugs and add new feature for Spreadtrum DMA engine Baolin Wang
2019-05-06  7:28 ` [PATCH v2 1/6] dmaengine: sprd: Fix the possible crash when getting descriptor status Baolin Wang
2019-05-06  7:28 ` [PATCH v2 2/6] dmaengine: sprd: Add validation of current descriptor in irq handler Baolin Wang
2019-05-06  7:28 ` [PATCH v2 3/6] dmaengine: sprd: Fix the incorrect start for 2-stage destination channels Baolin Wang
2019-05-06  7:28 ` [PATCH v2 4/6] dmaengine: sprd: Fix block length overflow Baolin Wang
2019-05-06  7:28 ` [PATCH v2 5/6] dmaengine: sprd: Fix the right place to configure 2-stage transfer Baolin Wang
2019-05-06  7:28 ` [PATCH v2 6/6] dmaengine: sprd: Add interrupt support for " Baolin Wang
2019-05-21 13:54 ` [PATCH v2 0/6] Fix some bugs and add new feature for Spreadtrum DMA engine Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.