devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jingchang Lu <b35083@freescale.com>
To: vinod.koul@intel.com
Cc: dan.j.williams@intel.com, shawn.guo@linaro.org,
	pawel.moll@arm.com, mark.rutland@arm.com, swarren@wwwdotorg.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org
Subject: [PATCHv8 0/2] dma: Add Freescale eDMA engine driver support
Date: Thu, 2 Jan 2014 14:52:22 +0800	[thread overview]
Message-ID: <1388645544-5596-1-git-send-email-b35083@freescale.com> (raw)

This series add Freescale eDMA engine support.

Jingchang Lu (2):
	ARM: dts: vf610: Add eDMA node
	dma: Add Freescale eDMA engine driver support

 Documentation/devicetree/bindings/dma/fsl-edma.txt |  67 ++++
 arch/arm/boot/dts/vf610.dtsi                       |  31 ++
 drivers/dma/Kconfig                                |  10 +
 drivers/dma/Makefile                               |   1 +
 drivers/dma/fsl-edma.c                             | 939 +++++++++++++++++++++++++++++++++++++++++++++
 include/dt-bindings/dma/vf610-edma.h               | 195 ++++++++++
 6 files changed, 1243 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/dma/fsl-edma.txt
 create mode 100644 drivers/dma/fsl-edma.c
 create mode 100644 include/dt-bindings/dma/vf610-edma.h

             reply	other threads:[~2014-01-02  6:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-02  6:52 Jingchang Lu [this message]
2014-01-02  6:52 ` [PATCHv8 1/2] ARM: dts: vf610: Add eDMA node Jingchang Lu
2014-01-02  6:52 ` [PATCHv8 2/2] dma: Add Freescale eDMA engine driver support Jingchang Lu
     [not found]   ` <1388645544-5596-3-git-send-email-b35083-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2014-01-08 10:24     ` Jingchang Lu
2014-01-08 10:53       ` Arnd Bergmann
2014-01-09 10:17         ` Jingchang Lu
     [not found]           ` <4efd24a1219547cbbf0ce8ec66d762e5-AZ66ij2kwab4MB1ZSnT4iOO6mTEJWrR4XA4E9RH9d+qIuWR1G4zioA@public.gmane.org>
2014-01-09 10:42             ` Arnd Bergmann
2014-01-09 11:44               ` Jingchang Lu
2014-01-09 12:19                 ` Arnd Bergmann
2014-01-10  6:17                   ` Jingchang Lu

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=1388645544-5596-1-git-send-email-b35083@freescale.com \
    --to=b35083@freescale.com \
    --cc=dan.j.williams@intel.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=shawn.guo@linaro.org \
    --cc=swarren@wwwdotorg.org \
    --cc=vinod.koul@intel.com \
    /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).