summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Add slave DMA interfaceHaavard Skinnemoen2008-07-081-1/+15
* dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen2008-07-081-1/+2
* dmaengine: track the number of clients using a channelDan Williams2008-07-081-4/+10
* dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen2008-07-081-1/+1
* DMA engine: typo fixesSebastian Siewior2008-04-221-3/+3
* dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-171-6/+6
* async_tx: kill ->device_dependency_addedDan Williams2008-04-171-1/+0Star
* async_tx: fix multiple dependency submissionDan Williams2008-04-171-2/+0Star
* dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei2008-03-131-1/+1
* async_tx: kill tx_set_src and tx_set_dest methodsDan Williams2008-02-061-21/+28
* DMA: Convert from class_device to device for DMA engineTony Jones2008-01-251-21/+22
* dmaengine: fix broken device refcountingHaavard Skinnemoen2007-11-151-11/+6Star
* dmaengine: make clients responsible for managing channelsDan Williams2007-07-131-106/+111
* dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams2007-07-131-0/+182
* drivers/dma: handle sysfs errorsJeff Garzik2007-07-121-2/+20
* [PATCH] rm pointless dmaengine exportsDavid Brownell2007-03-171-12/+6Star
* [IOAT]: fix kernel-doc in source filesRandy Dunlap2006-07-041-8/+12
* [I/OAT]: Do not use for_each_cpu().Andrew Morton2006-06-181-3/+3
* [I/OAT]: DMA memcpy subsystemChris Leech2006-06-181-0/+408