summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto2009-03-261-0/+8
* dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams2009-03-251-0/+1
* dmaengine: fail device registration if channel registration failsDan Williams2009-03-251-12/+39
* atmel-mci: fix initialization of dma slave dataDan Williams2009-02-181-0/+2
* dmaengine: kill some dubious WARN_ONCEsDan Williams2009-01-191-6/+0
* dmaengine: fix dependency chainingYuri Tikhonov2009-01-121-0/+2
* dmaengine: bump initcall level to arch_initcallDan Williams2009-01-061-2/+2
* dmaengine: advertise all channels on a device to dma_filter_fnDan Williams2009-01-061-20/+13
* dmaengine: use idr for registering dma device numbersDan Williams2009-01-061-2/+25
* dmaengine: add a release for dma class devices and dependent infrastructureDan Williams2009-01-061-23/+83
* dmaengine: kill enum dma_state_clientDan Williams2009-01-061-11/+5
* dmaengine: remove 'bigref' infrastructureDan Williams2009-01-061-78/+9
* dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-71/+3
* dmaengine: replace dma_async_client_register with dmaengine_getDan Williams2009-01-061-16/+6
* atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-061-8/+0
* dmaengine: introduce dma_request_channel and private channelsDan Williams2009-01-061-16/+139
* dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-3/+24
* dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams2009-01-061-1/+167
* dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-77/+128
* dmaengine: remove dependency on async_txDan Williams2009-01-051-0/+84
* dmaengine: protect 'id' from concurrent registrationsDan Williams2008-12-031-0/+3
* dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-111-2/+2
* 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-211-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/+0
* async_tx: fix multiple dependency submissionDan Williams2008-04-171-2/+0
* 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-241-21/+22
* dmaengine: fix broken device refcountingHaavard Skinnemoen2007-11-141-11/+6
* 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-111-2/+20
* [PATCH] rm pointless dmaengine exportsDavid Brownell2007-03-161-12/+6
* [IOAT]: fix kernel-doc in source filesRandy Dunlap2006-07-031-8/+12
* [I/OAT]: Do not use for_each_cpu().Andrew Morton2006-06-171-3/+3
* [I/OAT]: DMA memcpy subsystemChris Leech2006-06-171-0/+408
OpenPOWER on IntegriCloud