public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: Support for IMG MDC
@ 2014-11-13 20:58 Andrew Bresticker
  2014-11-13 20:58 ` [PATCH 1/2] dmaengine: Add binding document " Andrew Bresticker
  2014-11-13 20:58 ` [PATCH 2/2] dmaengine: Add driver " Andrew Bresticker
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Bresticker @ 2014-11-13 20:58 UTC (permalink / raw)
  To: Vinod Koul, Dan Williams
  Cc: Andrew Bresticker, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Grant Likely, James Hartley,
	James Hogan, Ezequiel Garcia, Damien Horsley,
	dmaengine-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

This series adds support for the IMG Multi-threaded DMA Controller (MDC)
which is found on IMG SoCs.  Currently this driver only supports the
variant found on the MIPS-based Pistachio SoC.

The MDC supports slave and memory-to-memory transfers on up to 32 channels.
Requests from channels are handled by MDC threads.  Thread assignments are
per-channel and are specified in the device-tree.

Tested on a platform based on the Pistachio SoC with additional patches.
Support for Pistachio will be submitted later.

Based on Vinod's slave-dma/next.  I can rebase on Maxime's device_control
refactoring [1] if necessary.

Andrew Bresticker (2):
  dmaengine: Add binding document for IMG MDC
  dmaengine: Add driver for IMG MDC

[1] https://lkml.org/lkml/2014/10/28/1067

 .../devicetree/bindings/dma/img-mdc-dma.txt        |   57 ++
 drivers/dma/Kconfig                                |    9 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/img-mdc-dma.c                          | 1016 ++++++++++++++++++++
 4 files changed, 1083 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/img-mdc-dma.txt
 create mode 100644 drivers/dma/img-mdc-dma.c

-- 
2.1.0.rc2.206.gedb03e5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-11-13 23:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 20:58 [PATCH 0/2] dmaengine: Support for IMG MDC Andrew Bresticker
2014-11-13 20:58 ` [PATCH 1/2] dmaengine: Add binding document " Andrew Bresticker
2014-11-13 20:58 ` [PATCH 2/2] dmaengine: Add driver " Andrew Bresticker
2014-11-13 22:13   ` Arnd Bergmann
2014-11-13 23:07     ` Andrew Bresticker
2014-11-13 23:14       ` Arnd Bergmann
2014-11-13 23:40         ` Andrew Bresticker

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