Re: [PATCH] DMAENGINE: DMA40 U8500 platform configuration

From: Dan Williams
Date: Sun May 23 2010 - 19:02:12 EST


On Thu, May 20, 2010 at 12:49 AM, Linus Walleij
<linus.walleij@xxxxxxxxxxxxxx> wrote:
> This completes the DMA40 support with the platform-specific
> configuration for U8500/DB8500.
>
> Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
> Acked-by: Srinidhi Kasagar <srinidhi.kasagar@xxxxxxxxxxxxxx>
> Reviewed-by: Alessandro Rubini <rubini@xxxxxxxx>
> Cc: STEricsson_nomadik_linux@xxxxxxxxxxx
> ---
> 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/