-
- Downloads
ARM: pxa: transition to dmaengine phase 1
In order to slowly transition pxa to dmaengine, the legacy code will now
rely on dmaengine to request a channel.
This implies that PXA architecture selects DMADEVICES and PXA_DMA,
which is not pretty. Yet it enables PXA drivers to be ported one by one,
with part of them using dmaengine, and the other part using the legacy
code.
Signed-off-by:
Robert Jarzmik <robert.jarzmik@free.fr>
Showing
- arch/arm/mach-pxa/devices.c 37 additions, 0 deletionsarch/arm/mach-pxa/devices.c
- arch/arm/mach-pxa/pxa25x.c 1 addition, 0 deletionsarch/arm/mach-pxa/pxa25x.c
- arch/arm/mach-pxa/pxa27x.c 1 addition, 0 deletionsarch/arm/mach-pxa/pxa27x.c
- arch/arm/mach-pxa/pxa3xx.c 1 addition, 0 deletionsarch/arm/mach-pxa/pxa3xx.c
- arch/arm/plat-pxa/dma.c 11 additions, 11 deletionsarch/arm/plat-pxa/dma.c
- arch/arm/plat-pxa/include/plat/dma.h 15 additions, 0 deletionsarch/arm/plat-pxa/include/plat/dma.h
Loading
Please register or sign in to comment