LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH 0/2] dt: dma: Add DMA driver for jz4780
@ 2015-01-29 12:19 Zubair Lutfullah Kakakhel
  2015-01-29 12:19 ` [PATCH 1/2] dt: dma: Add DT binding document for jz4780-dma Zubair Lutfullah Kakakhel
  2015-01-29 12:19 ` [PATCH 2/2] dma: jz4780: add driver for the Ingenic JZ4780 DMA controller Zubair Lutfullah Kakakhel
  0 siblings, 2 replies; 6+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2015-01-29 12:19 UTC (permalink / raw)
  To: vinod.koul, dan.j.williams
  Cc: devicetree, linux-kernel, dmaengine, Zubair.Kakakhel

Hi,

Here we have two patches that add a DMA driver for the Ingenic JZ4780 SoC.

JZ4780 support is still in-flight.

See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20/

These are based on 3.19-rc6.

Apart from the channel numbers, jz4740 and jz4780 are quite different.
jz4780 has many more features in hardware.

Hence, we are unable to use the jz4740-dma driver.

ZubairLK

Alex Smith (2):
  dt: dma: Add DT binding document for jz4780-dma
  dma: jz4780: add driver for the Ingenic JZ4780 DMA controller

 .../devicetree/bindings/dma/jz4780-dma.txt         |  59 ++
 drivers/dma/Kconfig                                |  10 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/dma-jz4780.c                           | 856 +++++++++++++++++++++
 include/dt-bindings/dma/jz4780-dma.h               |  49 ++
 5 files changed, 975 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/jz4780-dma.txt
 create mode 100644 drivers/dma/dma-jz4780.c
 create mode 100644 include/dt-bindings/dma/jz4780-dma.h

-- 
1.9.1


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

end of thread, other threads:[~2015-02-24 18:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-29 12:19 [PATCH 0/2] dt: dma: Add DMA driver for jz4780 Zubair Lutfullah Kakakhel
2015-01-29 12:19 ` [PATCH 1/2] dt: dma: Add DT binding document for jz4780-dma Zubair Lutfullah Kakakhel
2015-01-29 13:10   ` Arnd Bergmann
2015-01-29 12:19 ` [PATCH 2/2] dma: jz4780: add driver for the Ingenic JZ4780 DMA controller Zubair Lutfullah Kakakhel
2015-02-23 11:15   ` Vinod Koul
2015-02-24 18:04     ` Zubair Lutfullah Kakakhel

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