public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: hdmac: Implement interleaved transfers support
@ 2015-05-27 14:01 Maxime Ripard
  2015-05-27 14:01 ` [PATCH 1/2] dmaengine: Move icg helpers to global header Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Maxime Ripard @ 2015-05-27 14:01 UTC (permalink / raw)
  To: Vinod Koul
  Cc: dmaengine, Nicolas Ferre, Alexandre Belloni, Ludovic Desroches,
	Thomas Petazzoni, linux-kernel, linux-arm-kernel, Maxime Ripard

Hi everyone,

This patchset implements the interleaved transfer capability found on
some AT91 SoCs.

The hardware actually support a somewhat similar mode called
picture-in-picture, that allows to transfer a squared portion of a
framebuffer.

That actually means that the interleaved transfer that this hardware
support will need to have the same size and ICGs across all its
chunks.

It has been tested on the SAMA5D36.

Let me know what you think!
Maxime

Maxime Ripard (2):
  dmaengine: Move icg helpers to global header
  dmaengine: hdmac: Implement interleaved transfers

 drivers/dma/at_hdmac.c      | 106 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/dma/at_hdmac_regs.h |   5 +++
 drivers/dma/at_xdmac.c      |  46 ++-----------------
 include/linux/dmaengine.h   |  27 +++++++++++
 4 files changed, 142 insertions(+), 42 deletions(-)

-- 
2.4.1


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

end of thread, other threads:[~2015-06-12 12:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 14:01 [PATCH 0/2] dmaengine: hdmac: Implement interleaved transfers support Maxime Ripard
2015-05-27 14:01 ` [PATCH 1/2] dmaengine: Move icg helpers to global header Maxime Ripard
2015-06-01  8:14   ` Ludovic Desroches
2015-05-27 14:01 ` [PATCH 2/2] dmaengine: hdmac: Implement interleaved transfers Maxime Ripard
2015-06-01  8:32   ` Ludovic Desroches
2015-06-02  9:19     ` Maxime Ripard
2015-06-12 12:44 ` [PATCH 0/2] dmaengine: hdmac: Implement interleaved transfers support Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox