On Wed, Dec 22, 2010 at 03:45:39PM -0800, Dan Williams wrote:
BTW, this is misleading. Have the functions been renamed dma_async_xxx(),
eg dma_async_memcpy_buf_to_buf etc, or are you referring just to:
async_dmaengine_get
async_dmaengine_put
async_dma_find_channel
async_dma_find_channel
async_tx_ack
async_tx_clear_ack
async_tx_test_ack
Beware of just renaming it to dma_async_<operation> as there's other
functions in that namespace which may not be appropriate.
Eg, is it really illegal to issue call dma_async_issue_pending() from
IRQ context? That'd make it exceedingly difficult to use the DMA
engine with the slave API in a lot of device drivers.
--