diff options
author | Andrew Lunn <andrew@lunn.ch> | 2012-11-18 11:44:56 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 15:59:01 +0100 |
commit | 34c93c8657935d30649e777c4aa05f74f16aa418 (patch) | |
tree | 8a5fbb6cf15677350fd8dd83689ba8c4545f6598 /arch/arm/mach-kirkwood | |
parent | cd09fea446f485f1514ad444cb06a35e1dd63326 (diff) | |
download | talos-op-linux-34c93c8657935d30649e777c4aa05f74f16aa418.tar.gz talos-op-linux-34c93c8657935d30649e777c4aa05f74f16aa418.zip |
dma: mv_xor: Add a device_control function
The dmatest module for DMA engines calls
device_control(dtc->chan, DMA_TERMINATE_ALL, 0);
after completing the tests. The documentation in
include/linux/dmaengine.h suggests this function is optional and
dma_async_device_register() also does not BUG_ON() when not passed a
function. However, dmatest is not the only code in the kernel
unconditionally calling device_control. So add an implementation
indicating all operations are not implemented.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch/arm/mach-kirkwood')
0 files changed, 0 insertions, 0 deletions