Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-04 | [ARM] Remove definition of MAX_DMA_CHANNELS to zero | Russell King | |
Since we now only build arch/arm/kernel/dma.c on machine types which set ISA_DMA_API, we don't need to define MAX_DMA_CHANNELS to 0 to indicate this - this definition becomes superfluous. Remove it. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2006-01-04 | [ARM] Move common definition of MAX_DMA_ADDRESS to asm/dma.h | Russell King | |
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> | |||
2005-10-31 | [ARM] Add support for ARM RealView board | Catalin Marinas | |
Support for RealView EB. Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |