summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)AuthorLines
2009-01-19dmaengine: kill some dubious WARN_ONCEsDan Williams-6/+0
2009-01-12dmaengine: fix dependency chainingYuri Tikhonov-0/+2
2009-01-06dmaengine: bump initcall level to arch_initcallDan Williams-2/+2
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams-20/+13
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams-2/+25
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams-23/+83
2009-01-06dmaengine: kill enum dma_state_clientDan Williams-11/+5
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams-78/+9
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams-71/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams-16/+6
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams-8/+0
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams-16/+139
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams-3/+24
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams-1/+167
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams-77/+128
2009-01-05dmaengine: remove dependency on async_txDan Williams-0/+84
2008-12-03dmaengine: protect 'id' from concurrent registrationsDan Williams-0/+3
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-2/+2
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen-1/+15
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen-1/+2
2008-07-08dmaengine: track the number of clients using a channelDan Williams-4/+10
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceHaavard Skinnemoen-1/+1
2008-04-21DMA engine: typo fixesSebastian Siewior-3/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams-6/+6
2008-04-17async_tx: kill ->device_dependency_addedDan Williams-1/+0
2008-04-17async_tx: fix multiple dependency submissionDan Williams-2/+0
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Zhang Wei-1/+1
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams-21/+28
2008-01-24DMA: Convert from class_device to device for DMA engineTony Jones-21/+22
2007-11-14dmaengine: fix broken device refcountingHaavard Skinnemoen-11/+6
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams-106/+111
2007-07-13dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams-0/+182
2007-07-11drivers/dma: handle sysfs errorsJeff Garzik-2/+20
2007-03-16[PATCH] rm pointless dmaengine exportsDavid Brownell-12/+6
2006-07-03[IOAT]: fix kernel-doc in source filesRandy Dunlap-8/+12
2006-06-17[I/OAT]: Do not use for_each_cpu().Andrew Morton-3/+3
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech-0/+408