linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: linux-kernel@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Dan Williams <dan.j.williams@intel.com>
Subject: dmaengine patches
Date: Thu, 30 Sep 2010 15:56:31 +0200	[thread overview]
Message-ID: <1285854995-6569-1-git-send-email-s.hauer@pengutronix.de> (raw)

Hi,

The following patches are new versions of patches previously
posted with the latest comments from Dan integrated. New
in this series is a dma driver for the older i.MX SoCs. I decided
to implement the dmaengine driver for these SoCs as a user of
the old dma driver. This allows us keep both dma drivers in the
tree and to convert the users of the dma driver smoothly and one
by one to the new driver and remove the old driver afterwards.

Sascha

The following changes since commit 32163f4b2cef28a5aab8b226ffecfc6379a53786:

  alpha: fix usp value in multithreaded coredumps (2010-09-25 14:38:13 -0700)

are available in the git repository at:
  git://git.pengutronix.de/git/imx/linux-2.6.git sdma-dmaengine

Sascha Hauer (4):
      dmaengine: add possibility for cyclic transfers
      dmaengine: add wrapper functions for device control functions
      dmaengine: Add Freescale i.MX SDMA support
      dmaengine: Add Freescale i.MX1/21/27 DMA driver

 arch/arm/mach-imx/include/mach/dma-v1.h |    8 +-
 arch/arm/plat-mxc/include/mach/dma.h    |   67 ++
 arch/arm/plat-mxc/include/mach/sdma.h   |   17 +
 drivers/dma/Kconfig                     |   16 +
 drivers/dma/Makefile                    |    2 +
 drivers/dma/dmaengine.c                 |    2 +
 drivers/dma/imx-dma.c                   |  426 ++++++++++
 drivers/dma/imx-sdma.c                  | 1392 +++++++++++++++++++++++++++++++
 include/linux/dmaengine.h               |   43 +-
 9 files changed, 1966 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/plat-mxc/include/mach/dma.h
 create mode 100644 arch/arm/plat-mxc/include/mach/sdma.h
 create mode 100644 drivers/dma/imx-dma.c
 create mode 100644 drivers/dma/imx-sdma.c


             reply	other threads:[~2010-09-30 13:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-30 13:56 Sascha Hauer [this message]
2010-09-30 13:56 ` [PATCH 1/4] dmaengine: add possibility for cyclic transfers Sascha Hauer
2010-09-30 13:56 ` [PATCH 2/4] dmaengine: add wrapper functions for device control functions Sascha Hauer
2010-09-30 13:56 ` [PATCH 3/4] dmaengine: Add Freescale i.MX SDMA support Sascha Hauer
2010-10-08  0:14   ` Dan Williams
2010-09-30 13:56 ` [PATCH 4/4] dmaengine: Add Freescale i.MX1/21/27 DMA driver Sascha Hauer
     [not found]   ` <AANLkTikaAuBe=ef3vnt_xV0At4ZQbNsD4rFqtLF4R+0+@mail.gmail.com>
2010-10-05 10:06     ` Sascha Hauer
2010-10-05 15:20   ` Linus Walleij
2010-10-05 23:16   ` Dan Williams
2010-10-06  8:24     ` Sascha Hauer
2010-10-06  8:25   ` [PATCH 4/4 v2] " Sascha Hauer

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=1285854995-6569-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=dan.j.williams@intel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.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).