linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dmaengine: add support mmp-pdma
@ 2012-07-20  5:46 Zhangfei Gao
  2012-07-20  5:46 ` [PATCH 1/3] dmaengine: mmp-pdma support Zhangfei Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Zhangfei Gao @ 2012-07-20  5:46 UTC (permalink / raw)
  To: linux-arm-kernel

mmp-pdma is added under dmaengine framework.
The final purpose is replacing arch/arm/plat-pxa/dma.c

Test on pxa910 with pxa3xx-nand and dmatest.ko

Zhangfei Gao (3):
  dmaengine: mmp-pdma support
  dmaengine: mmp_tdma: add dt support
  dmatest: add dmaengine_slave_config for DMA_MEMCPY

 Documentation/devicetree/bindings/dma/mmp-dma.txt |   56 ++
 drivers/dma/Kconfig                               |    7 +
 drivers/dma/Makefile                              |    1 +
 drivers/dma/dmatest.c                             |    4 +
 drivers/dma/mmp_pdma.c                            |  877 +++++++++++++++++++++
 drivers/dma/mmp_tdma.c                            |   51 +-
 include/linux/platform_data/mmp_dma.h             |   25 +
 7 files changed, 1001 insertions(+), 20 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/dma/mmp-dma.txt
 create mode 100644 drivers/dma/mmp_pdma.c
 create mode 100644 include/linux/platform_data/mmp_dma.h

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

end of thread, other threads:[~2012-08-06 15:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-20  5:46 [PATCH 0/3] dmaengine: add support mmp-pdma Zhangfei Gao
2012-07-20  5:46 ` [PATCH 1/3] dmaengine: mmp-pdma support Zhangfei Gao
2012-07-24 15:42   ` Arnd Bergmann
2012-07-25  4:48     ` zhangfei gao
2012-07-25  6:01       ` Arnd Bergmann
2012-07-25  8:28         ` zhangfei gao
2012-07-25  8:58           ` Arnd Bergmann
2012-07-26  4:46             ` zhangfei gao
2012-08-06 15:29               ` Arnd Bergmann
2012-07-26  6:51   ` Vinod Koul
2012-07-26  7:02     ` zhangfei gao
2012-07-26 10:09       ` Vinod Koul
2012-07-27  2:51         ` zhangfei gao
2012-07-20  5:46 ` [PATCH 2/3] dmaengine: mmp_tdma: add dt support Zhangfei Gao
2012-07-20  5:46 ` [PATCH 3/3] dmatest: add dmaengine_slave_config for DMA_MEMCPY Zhangfei Gao

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