linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] dma: mmp_pdma: fly-by transfers and external DMA requests support
@ 2014-04-15 15:13 Laurent Pinchart
  2014-04-15 15:13 ` [PATCH 1/6] dmaengine: Add fly-by transfer flag to slave configuration structure Laurent Pinchart
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Laurent Pinchart @ 2014-04-15 15:13 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This patch set adds support for fly-by transfers and external DMA requests to
the mmp_pdma driver. It's broken out as

- extending the dma_slave_config structure with a fly-by flag (1/6)
- miscellaneous small fixes and cleanups (2/6 to 4/6)
- fly-by transfer support (5/6)
- external DMA requests support (6/6)

I haven't been able to test the DT-related changes as my only PXA platform is
a PXA270 that doesn't boot through DT yet.

Laurent Pinchart (6):
  dmaengine: Add fly-by transfer flag to slave configuration structure
  dma: mmp_pdma: Fix the #dma-channels DT property documentation
  dma: mmp_pdma: Simplify access to channel drcmr value
  dma: mmp_pdma: Fix physical channel memory allocation size
  dma: mmp_pdma: Add support for fly-by transfers
  dma: mmp_pdma: Add support externel DMA requests

 Documentation/devicetree/bindings/dma/mmp-dma.txt |  13 ++-
 drivers/dma/mmp_pdma.c                            | 110 ++++++++++++++++++----
 include/linux/dmaengine.h                         |  13 +++
 include/linux/platform_data/mmp_dma.h             |   2 +
 4 files changed, 116 insertions(+), 22 deletions(-)

-- 
Regards,

Laurent Pinchart

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

end of thread, other threads:[~2014-05-05 17:26 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 15:13 [PATCH 0/6] dma: mmp_pdma: fly-by transfers and external DMA requests support Laurent Pinchart
2014-04-15 15:13 ` [PATCH 1/6] dmaengine: Add fly-by transfer flag to slave configuration structure Laurent Pinchart
2014-05-02 15:46   ` Vinod Koul
2014-05-02 15:47     ` Vinod Koul
2014-05-05 17:26   ` Lars-Peter Clausen
2014-04-15 15:13 ` [PATCH 2/6] dma: mmp_pdma: Fix the #dma-channels DT property documentation Laurent Pinchart
2014-05-02 15:50   ` Vinod Koul
2014-04-15 15:13 ` [PATCH 3/6] dma: mmp_pdma: Simplify access to channel drcmr value Laurent Pinchart
2014-05-02 15:51   ` Vinod Koul
2014-04-15 15:13 ` [PATCH 4/6] dma: mmp_pdma: Fix physical channel memory allocation size Laurent Pinchart
2014-05-02 15:52   ` Vinod Koul
2014-04-15 15:13 ` [PATCH 5/6] dma: mmp_pdma: Add support for fly-by transfers Laurent Pinchart
2014-04-15 15:13 ` [PATCH 6/6] dma: mmp_pdma: Add support externel DMA requests Laurent Pinchart
2014-05-02 16:09   ` Vinod Koul

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).