Dan Williams 2ba05622b8 dmaengine: provide a common 'issue_pending_all' implementation
async_tx and net_dma each have open-coded versions of issue_pending_all,
so provide a common routine in dmaengine.

The implementation needs to walk the global device list, so implement
rcu to allow dma_issue_pending_all to run lockless.  Clients protect
themselves from channel removal events by holding a dmaengine reference.

Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
2009-01-06 11:38:14 -07:00
..
2008-12-29 07:39:34 -05:00
2008-12-29 11:24:17 -06:00
2009-01-02 10:19:43 -08:00
2008-12-21 14:21:14 +11:00
2008-12-31 18:07:38 -05:00
2009-01-04 13:33:20 -08:00
2009-01-02 16:12:51 +01:00