summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams1-8/+0
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams1-16/+139
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-3/+24
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-1/+167
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-77/+128
2009-01-05dmaengine: remove dependency on async_txDan Williams1-0/+84
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams1-0/+3
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen1-1/+15
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-4/+10
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen1-1/+1
2008-04-21DMA engine: typo fixesSebastian Siewior1-3/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-6/+6
2008-04-17async_tx: kill ->device_dependency_addedDan Williams1-1/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-2/+0
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei1-1/+1
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams1-21/+28
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones1-21/+22
2007-11-14dmaengine: fix broken device refcountingHaavard Skinnemoen1-11/+6
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams1-106/+111
2007-07-13dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams1-0/+182
2007-07-11drivers/dma: handle sysfs errorsJeff Garzik1-2/+20
2007-03-16[PATCH] rm pointless dmaengine exportsDavid Brownell1-12/+6
2006-07-03[IOAT]: fix kernel-doc in source filesRandy Dunlap1-8/+12
2006-06-17[I/OAT]: Do not use for_each_cpu().Andrew Morton1-3/+3
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech1-0/+408