All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/7] dmaengine/dw_dmac updates
@ 2011-04-19  8:32 ` Viresh Kumar
  0 siblings, 0 replies; 26+ messages in thread
From: Viresh Kumar @ 2011-04-19  8:32 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset fixes few issues and extends its support.

Changes in V2:
 - lflags added in dw_dma_chan instead of dw_dma
 - Patch from Linus Walleij added for pause and resume functionality.

Linus Walleij (1):
  dmaengine/dw_dmac: implement pause and resume in dwc_control

Viresh Kumar (6):
  dmaengine/dw_dmac: Replace spin_lock_bh with irqsave variants
  dmaengine/dw_dmac: Enable resubmission from callback routine.
  dmaengine/dw_dmac: call dwc_descriptor_complete from dwc_control with
    lock held
  dmaengine/dw_dmac: don't call callback routine in case
    dmaengine_terminate_all() is called
  dmaengine/dw_dmac: set residue as total len in dwc_tx_status if
    status is !DMA_SUCCESS
  dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater
    than DWC_MAX_COUNT

 drivers/dma/dw_dmac.c      |  179 ++++++++++++++++++++++++++++----------------
 drivers/dma/dw_dmac_regs.h |    2 +
 2 files changed, 117 insertions(+), 64 deletions(-)

-- 
1.7.2.2

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

end of thread, other threads:[~2011-04-26  5:37 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19  8:32 [PATCH V2 0/7] dmaengine/dw_dmac updates Viresh Kumar
2011-04-19  8:32 ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 1/7] dmaengine/dw_dmac: Replace spin_lock_bh with irqsave variants Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 2/7] dmaengine/dw_dmac: Enable resubmission from callback routine Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 3/7] dmaengine/dw_dmac: call dwc_descriptor_complete from dwc_control with lock held Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 4/7] dmaengine/dw_dmac: don't call callback routine in case dmaengine_terminate_all() is called Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 5/7] dmaengine/dw_dmac: set residue as total len in dwc_tx_status if status is !DMA_SUCCESS Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 6/7] dmaengine/dw_dmac: Divide one sg to many desc, if sg len is greater than DWC_MAX_COUNT Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:32 ` [PATCH V2 7/7] dmaengine/dw_dmac: implement pause and resume in dwc_control Viresh Kumar
2011-04-19  8:32   ` Viresh Kumar
2011-04-19  8:55   ` Jamie Iles
2011-04-19  8:55     ` Jamie Iles
2011-04-19  9:10     ` viresh kumar
2011-04-19  9:10       ` viresh kumar
2011-04-19 10:12 ` [PATCH V2 7/7 resend] " Viresh Kumar
2011-04-19 10:12   ` Viresh Kumar
2011-04-26  3:46 ` [PATCH V2 0/7] dmaengine/dw_dmac updates Koul, Vinod
2011-04-26  3:46   ` Koul, Vinod
2011-04-26  5:36   ` viresh kumar
2011-04-26  5:36     ` viresh kumar

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.