linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4] DMAEngine support for sun4i, sun5i & sun7i
@ 2015-01-31 22:58 Emilio López
  2015-01-31 22:58 ` [PATCH v4] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs Emilio López
  0 siblings, 1 reply; 8+ messages in thread
From: Emilio López @ 2015-01-31 22:58 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

As part of Google Summer of Code 2014, I've worked on implementing
DMA support for the earlier Allwinner platforms. This fourth round of
patches is the result of said effort.

The previous versions of this set had some SPI patches, but I've
chosen to send them separately this time for the sake of clarity.
There were some DT patches as well, adding the corresponding nodes,
but those have been merged some time ago so I'm not including them
either. This leaves us with a single patch, which contains the actual
driver.

All comments, reviews and tests are welcome!

Thanks!

Emilio

Emilio L?pez (1):
  dma: sun4i: Add support for the DMA engine on sun[457]i SoCs

 .../devicetree/bindings/dma/sun4i-dma.txt          |   46 +
 drivers/dma/Kconfig                                |   11 +
 drivers/dma/Makefile                               |    1 +
 drivers/dma/sun4i-dma.c                            | 1264 ++++++++++++++++++++
 4 files changed, 1322 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/sun4i-dma.txt
 create mode 100644 drivers/dma/sun4i-dma.c

-- 
2.2.2

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

end of thread, other threads:[~2015-02-04  3:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31 22:58 [PATCH v4] DMAEngine support for sun4i, sun5i & sun7i Emilio López
2015-01-31 22:58 ` [PATCH v4] dma: sun4i: Add support for the DMA engine on sun[457]i SoCs Emilio López
2015-02-01 10:03   ` [linux-sunxi] " Priit Laes
2015-02-03 18:43     ` Emilio López
2015-02-03 19:39       ` [linux-sunxi] " jonsmirl at gmail.com
2015-02-03 20:18         ` Emilio López
2015-02-03 22:47           ` Emilio López
2015-02-04  3:12   ` 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).