linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: zhangfei.gao@marvell.com (Zhangfei Gao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] dmaengine: add support mmp-pdma
Date: Fri, 20 Jul 2012 13:46:01 +0800	[thread overview]
Message-ID: <1342763164-19208-1-git-send-email-zhangfei.gao@marvell.com> (raw)

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

             reply	other threads:[~2012-07-20  5:46 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20  5:46 Zhangfei Gao [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1342763164-19208-1-git-send-email-zhangfei.gao@marvell.com \
    --to=zhangfei.gao@marvell.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).