Ira Snyder 9c4d1e7bde fsldma: support async_tx dependencies and automatic unmapping
Previous to this patch, the dma_run_dependencies() function has been
called while holding desc_lock. This function can call tx_submit() for
other descriptors, which may try to re-grab the lock. Avoid this by
moving the descriptors to be cleaned up to a temporary list, and
dropping the lock before cleanup.

At the same time, add support for automatic unmapping of src and dst
buffers, as offered by the DMAEngine API.

Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2011-03-11 17:52:37 -08:00
..
2011-03-11 17:52:36 -08:00
2011-01-03 01:39:26 -08:00
2009-09-08 17:53:03 -07:00
2010-05-23 20:28:19 -07:00
2010-12-17 19:16:10 +09:00
2011-01-30 22:27:21 -08:00
2011-01-30 22:27:21 -08:00
2011-01-30 22:27:21 -08:00