diff options
author | Mika Westerberg <[email protected]> | 2013-01-22 12:26:28 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2013-02-08 12:15:21 +0000 |
commit | cd7bed00340475ee72a013a070e200e065085ef3 (patch) | |
tree | 98f3cd20ecfaf090a772d0c0b185df7260a8336e /lib/debugobjects.c | |
parent | d560040f7d6fbe0a2990b8f6edca1815e19e72f5 (diff) |
spi/pxa2xx: break out the private DMA API usage into a separate file
The PXA SPI driver uses PXA platform specific private DMA implementation
which does not work on non-PXA platforms. In order to use this driver on
other platforms we break out the private DMA implementation into a separate
file that gets compiled only when CONFIG_SPI_PXA2XX_PXADMA is set. The DMA
functions are stubbed out if there is no DMA implementation selected (i.e
we are building on non-PXA platform).
While we are there we can kill the dummy DMA bits in pxa2xx_spi.h as they
are not needed anymore for CE4100.
Once this is done we can add the generic DMA engine support to the driver
that allows usage of any DMA controller that implements DMA engine API.
Signed-off-by: Mika Westerberg <[email protected]>
Acked-by: Linus Walleij <[email protected]>
Tested-by: Lu Cao <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'lib/debugobjects.c')
0 files changed, 0 insertions, 0 deletions