History log of /arch/arm/include/asm/mach/dma.h
Revision Date Author Comments
308d333ad6cc12e39adaed22dc10bac48e17742a 21-Feb-2009 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA code

There's no point these being in a generic include file when they're
only used in arch/arm/mach-rpc/dma.c.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
f0ffc816250a8cc28e6824326e2d58333e058eca 02-Jan-2009 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: remove dmamode_t typedef

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
8c56afcbea22e472d3bfa8ddf06f23cd6bc56826 11-Dec-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: constify dma controller name and dma ops

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
ad9dd94c384f7ee37b798a9349b8c42da8fa99ab 08-Dec-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: move RiscPC specific DMA data out of dma_struct

Separate the RiscPC specific (IOMD and floppy FIQ) data out of the core
DMA structure by making the IOMD and floppy DMA supersets.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2f757f2ab7411cf0e2779012d8cda0cbf2f80d26 08-Dec-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: rejig DMA initialization

Rather than having the central DMA multiplexer call the architecture
specific DMA initialization function, have each architecture DMA
initialization function use core_initcall(), and register each DMA
channel separately with the multiplexer.

This removes the array of dma structures in the central multiplexer,
replacing it with an array of pointers instead; this is more flexible
since it allows the drivers to wrap the DMA structure (eventually
allowing us to transition non-ISA DMA drivers away.)

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1df8130278c4543555fea697e5714fbac300b899 08-Dec-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] dma: remove dmach_t typedef

Remove a pointless integer typedef.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
4baa9922430662431231ac637adedddbb0cfb2d7 02-Aug-2008 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] move include/asm-arm to arch/arm/include/asm

Move platform independent header files to arch/arm/include/asm, leaving
those in asm/arch* and asm/plat* alone.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>