[PATCH] sh: DMA updates
authorPaul Mundt <lethal@linux-sh.org>
Tue, 17 Jan 2006 06:14:09 +0000 (22:14 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 17 Jan 2006 07:15:27 +0000 (23:15 -0800)
commit0d831770b154a057562236e8cf50905c8f1ae1b0
treedc25902b29b09838f2fe32e47be53c951a2fa67e
parent0025835cf20e07056b8521b8c1d7d0bfe07e81f1
[PATCH] sh: DMA updates

This extends the current SH DMA API somewhat to support a proper virtual
channel abstraction, and also works to represent this through the driver model
by giving each DMAC its own platform device.

There's also a few other minor changes to support a few new CPU subtypes, and
make TEI generation for the SH DMAC configurable.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
13 files changed:
arch/sh/drivers/dma/dma-api.c
arch/sh/drivers/dma/dma-g2.c
arch/sh/drivers/dma/dma-isa.c
arch/sh/drivers/dma/dma-pvr2.c
arch/sh/drivers/dma/dma-sh.c
arch/sh/drivers/dma/dma-sh.h
arch/sh/drivers/dma/dma-sysfs.c
arch/sh/kernel/cpu/bus.c
include/asm-sh/bus-sh.h
include/asm-sh/cpu-sh3/dma.h
include/asm-sh/cpu-sh4/dma.h
include/asm-sh/dma-mapping.h
include/asm-sh/dma.h