aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-17async_tx: make async_tx_test_ack a boolean routineDan Williams1-5/+3
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen1-1/+51
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams1-0/+4
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen1-1/+2
2008-07-08dmaengine: track the number of clients using a channelDan Williams1-0/+2
2008-04-21DMA engine: typo fixesSebastian Siewior1-1/+1
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-7/+18
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-2/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-6/+3
2008-03-30dma_page_list ->base_address is a userland pointerAl Viro1-1/+1
2008-03-04dmaengine: fix sparse warningDan Williams1-1/+1
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams1-4/+13
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams1-12/+8
2008-02-03include/linux/: Spelling fixesJoe Perches1-1/+1
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones1-1/+2
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams1-23/+35
2007-07-13dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams1-88/+149
2006-07-03[IOAT]: fix header file kernel-docRandy Dunlap1-18/+25
2006-06-27[PATCH] Remove gratuitous inclusion of <linux/config.h> from <linux/dmaengine.h>David Woodhouse1-1/+1
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech1-0/+22
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech1-0/+337