2f757f2ab7
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> |
||
---|---|---|
.. | ||
include/mach | ||
cats-hw.c | ||
cats-pci.c | ||
common.c | ||
common.h | ||
dc21285-timer.c | ||
dc21285.c | ||
dma.c | ||
ebsa285-leds.c | ||
ebsa285-pci.c | ||
ebsa285.c | ||
isa-irq.c | ||
isa-timer.c | ||
isa.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
netwinder-hw.c | ||
netwinder-leds.c | ||
netwinder-pci.c | ||
personal-pci.c | ||
personal.c | ||
time.c |