linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: Russell King <rmk@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@stericsson.com>,
	linux-kernel@vger.kernel.org,
	STEricsson_nomadik_linux@list.st.com
Subject: Re: [PATCH] DMAENGINE: DMA40 U8500 platform configuration
Date: Sun, 23 May 2010 16:02:05 -0700	[thread overview]
Message-ID: <AANLkTikmdqceeWNYGm7ZTI64pixtkVWBbpWEtajZGHA1@mail.gmail.com> (raw)
In-Reply-To: <1274341759-13086-1-git-send-email-linus.walleij@stericsson.com>

On Thu, May 20, 2010 at 12:49 AM, Linus Walleij
<linus.walleij@stericsson.com> wrote:
> This completes the DMA40 support with the platform-specific
> configuration for U8500/DB8500.
>
> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
> Reviewed-by: Alessandro Rubini <rubini@unipv.it>
> Cc: STEricsson_nomadik_linux@list.st.com
> ---
> Dan, now that Russells depending patches from the ARM tree have
> been merged to Linus' (Torvalds) tree, do you think it's possible
> to also push this DMA40 platform data through the async_tx tree?
> This is the final version of it.
> ---
>  arch/arm/mach-ux500/clock.c                    |    2 +-
>  arch/arm/mach-ux500/cpu-db8500.c               |    4 +
>  arch/arm/mach-ux500/devices-db8500.c           |  219 ++++++++++++++++++++++++
>  arch/arm/mach-ux500/include/mach/db8500-regs.h |   12 ++
>  arch/arm/mach-ux500/include/mach/devices.h     |    3 +
>  arch/arm/mach-ux500/ste-dma40-db8500.h         |  154 +++++++++++++++++
>  6 files changed, 393 insertions(+), 1 deletions(-)
>  create mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h
>

Russell, I will be sending one more pull request for this merge window
and plan to include this with your acked-by.  It finishes off the
support for the dma40 driver.

There are two straggling patches that cross depended on the arm and
dmaengine trees.

Jassi Brar (1):
      DMA: PL330: Add dma api driver

Linus Walleij (1):
      DMAENGINE: DMA40 U8500 platform configuration

 arch/arm/mach-ux500/clock.c                    |    2 +-
 arch/arm/mach-ux500/cpu-db8500.c               |    4 +
 arch/arm/mach-ux500/devices-db8500.c           |  219 ++++++
 arch/arm/mach-ux500/include/mach/db8500-regs.h |   12 +
 arch/arm/mach-ux500/include/mach/devices.h     |    3 +
 arch/arm/mach-ux500/ste-dma40-db8500.h         |  154 +++++
 drivers/dma/Kconfig                            |    9 +
 drivers/dma/Makefile                           |    1 +
 drivers/dma/pl330.c                            |  866 ++++++++++++++++++++++++
 include/linux/amba/pl330.h                     |   45 ++
 10 files changed, 1314 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-ux500/ste-dma40-db8500.h
 create mode 100644 drivers/dma/pl330.c
 create mode 100644 include/linux/amba/pl330.h

--
Dan

  reply	other threads:[~2010-05-23 23:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20  7:49 [PATCH] DMAENGINE: DMA40 U8500 platform configuration Linus Walleij
2010-05-23 23:02 ` Dan Williams [this message]
2010-05-26 16:17   ` Dan Williams
2010-05-27 19:37     ` Russell King
2010-05-27 21:59       ` Dan Williams
2010-05-27 22:12         ` Russell King
2010-05-27 22:19           ` Dan Williams
2010-05-28  1:11             ` Linus Walleij

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=AANLkTikmdqceeWNYGm7ZTI64pixtkVWBbpWEtajZGHA1@mail.gmail.com \
    --to=dan.j.williams@intel.com \
    --cc=STEricsson_nomadik_linux@list.st.com \
    --cc=linus.walleij@stericsson.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    /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).