[GIT PULL] final dmaengine update for 2.6.35-rc1

From: Dan Williams
Date: Thu May 27 2010 - 19:01:01 EST


Hi Linus, please pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git next

1/ A new dma driver from Jassi that was dependent on patches that went
in via the ARM tree.

2/ A platform enabling patch for the dma40 driver that went in with my
first pull request. This was pending an acked-by from Russell.

Both have been shaken out in -next, the dma40 patch had some recent
janitorial fixups spotted by Russell.

Thanks,
Dan

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 | 109 +++
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, 1204 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

commit 7b8ddb06e54ad98edeb7951f317aee4d1feda9d6
Author: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
Date: Thu May 27 15:21:26 2010 -0700

DMAENGINE: DMA40 U8500 platform configuration

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
Acked-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
[fixed up dma40_{tx|rx}_map declaration/initialization]
Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx>

commit b3040e40675ec2c43542331cd30d4ee3dae797e8
Author: Jassi Brar <jassi.brar@xxxxxxxxxxx>
Date: Sun May 23 20:28:19 2010 -0700

DMA: PL330: Add dma api driver

Add DMA Engine API driver for the PL330 DMAC.
This driver is supposed to be reusable by various
platforms that have one or more PL330 DMACs.
Atm, DMA_SLAVE and DMA_MEMCPY capabilities have been
implemented.

Signed-off-by: Jassi Brar <jassi.brar@xxxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxxxxxx>
[dan.j.williams@xxxxxxxxx: missing slab.h and ->device_control() fixups]
Signed-off-by: Dan Williams <dan.j.williams@xxxxxxxxx>


--
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/