All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4]  dmaengine: add support mmp-pdma
@ 2012-08-14  4:11 Zhangfei Gao
  2012-08-14  4:11 ` [PATCH v3 1/4] dmaengine: mmp-pdma support Zhangfei Gao
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Zhangfei Gao @ 2012-08-14  4:11 UTC (permalink / raw)
  To: linux-arm-kernel

v2->v3 
Use "#dma-channels", instead of "dma-channels", suggested by Arnd

v1->v2
Sync with Arnd and Haojoan, change compatible name to "marvell,pdma-1.0"
Used platfroms: pxa25x, pxa27x, pxa3xx, pxa93x, pxa168, pxa910, pxa688.
Use IP name rather than platform name

v0->v1
Update dt member and desc according to Arnd's suggestion
Use dma_slave_config.slave_id to transfer drcmr followed Vinod's suggestion

Patch 4 is upload as example
mtd: pxa3xx-nand: replace pxa_request_dma with dmaengine
We would like hold this patch currently
since pdma will grab irq and disable pxa_init_dma. 


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 (4):
  dmaengine: mmp-pdma support
  dmaengine: mmp_tdma: add dt support
  dmatest: add dmaengine_slave_config for DMA_MEMCPY
  mtd: pxa3xx-nand: replace pxa_request_dma with dmaengine

 Documentation/devicetree/bindings/dma/mmp-dma.txt |   75 ++
 drivers/dma/Kconfig                               |    7 +
 drivers/dma/Makefile                              |    1 +
 drivers/dma/dmatest.c                             |    4 +
 drivers/dma/mmp_pdma.c                            |  873 +++++++++++++++++++++
 drivers/dma/mmp_tdma.c                            |   51 +-
 drivers/mtd/nand/pxa3xx_nand.c                    |  113 ++--
 include/linux/platform_data/mmp_dma.h             |   19 +
 8 files changed, 1073 insertions(+), 70 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] 14+ messages in thread

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14  4:11 [PATCH v3 0/4] dmaengine: add support mmp-pdma Zhangfei Gao
2012-08-14  4:11 ` [PATCH v3 1/4] dmaengine: mmp-pdma support Zhangfei Gao
2012-08-14  8:30   ` Russell King - ARM Linux
2012-08-15  7:44     ` zhangfei gao
2012-08-15  8:04       ` Russell King - ARM Linux
2012-08-15  9:09         ` zhangfei gao
2012-08-14  9:33   ` Arnd Bergmann
2012-08-14  4:11 ` [PATCH v3 2/4] dmaengine: mmp_tdma: add dt support Zhangfei Gao
2012-08-14  9:34   ` Arnd Bergmann
2012-08-15  7:47     ` zhangfei gao
2012-08-14  4:11 ` [PATCH v3 3/4] dmatest: add dmaengine_slave_config for DMA_MEMCPY Zhangfei Gao
2012-08-14  8:20   ` Russell King - ARM Linux
2012-08-15  7:29     ` zhangfei gao
2012-08-14  4:11 ` [PATCH v3 4/4] mtd: pxa3xx-nand: replace pxa_request_dma with dmaengine Zhangfei Gao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.