[ARM] S3C64XX: DMA support
authorBen Dooks <ben@simtec.co.uk>
Tue, 10 Mar 2009 23:57:26 +0000 (23:57 +0000)
committerBen Dooks <ben-linux@fluff.org>
Mon, 18 May 2009 15:29:21 +0000 (16:29 +0100)
commitfa7a7883fe5c647decee57a9c1b86a96408c5b26
tree0525cb20ab7800edb2dc404fe4cd6b0364de34f1
parent97c1b145231730e62dd71921ec653315a1da3aad
[ARM] S3C64XX: DMA support

Add support for the DMA blocks in the S3C64XX series of CPUS,
which are based on the ARM PL080 PrimeCell system.

Unfortunately, these DMA controllers diverge from the PL080
design by adding another DMA controller register and
configuration for OneNAND.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/include/asm/hardware/pl080.h [new file with mode: 0644]
arch/arm/mach-s3c6400/include/mach/dma.h
arch/arm/plat-s3c64xx/Kconfig
arch/arm/plat-s3c64xx/Makefile
arch/arm/plat-s3c64xx/dma.c [new file with mode: 0644]
arch/arm/plat-s3c64xx/include/plat/dma-plat.h [new file with mode: 0644]