aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-26DMAENGINE: generic slave control v2Gravatar Linus Walleij 1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftGravatar Tejun Heo 1-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterGravatar Anatolij Gustschin 1-0/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Gravatar Linus Torvalds 1-23/+13
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportGravatar Dan Williams 1-0/+6
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Gravatar Dan Williams 1-0/+4
2009-10-03this_cpu: Eliminate get/put_cpuGravatar Christoph Lameter 1-23/+13
2009-09-08Merge branch 'dmaengine' into async-tx-nextGravatar Dan Williams 1-1/+0
2009-09-08dmaengine: kill tx_listGravatar Dan Williams 1-1/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorGravatar Dan Williams 1-0/+40
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Gravatar Dan Williams 1-37/+16
2009-08-29async_tx: add support for asynchronous GF multiplicationGravatar Dan Williams 1-0/+4
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txGravatar Dan Williams 1-35/+10
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Gravatar Maciej Sosnowski 1-6/+11
2009-04-08async_tx: rename zero_sum to valGravatar Dan Williams 1-2/+2
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyGravatar Atsushi Nemoto 1-0/+8
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initGravatar Dan Williams 1-0/+1
2009-03-25dmaengine: fail device registration if channel registration failsGravatar Dan Williams 1-12/+39
2009-02-18atmel-mci: fix initialization of dma slave dataGravatar Dan Williams 1-0/+2
2009-01-19dmaengine: kill some dubious WARN_ONCEsGravatar Dan Williams 1-6/+0
2009-01-12dmaengine: fix dependency chainingGravatar Yuri Tikhonov 1-0/+2
2009-01-06dmaengine: bump initcall level to arch_initcallGravatar Dan Williams 1-2/+2
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnGravatar Dan Williams 1-20/+13
2009-01-06dmaengine: use idr for registering dma device numbersGravatar Dan Williams 1-2/+25
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureGravatar Dan Williams 1-23/+83
2009-01-06dmaengine: kill enum dma_state_clientGravatar Dan Williams 1-11/+5
2009-01-06dmaengine: remove 'bigref' infrastructureGravatar Dan Williams 1-78/+9
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureGravatar Dan Williams 1-71/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getGravatar Dan Williams 1-16/+6
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveGravatar Dan Williams 1-8/+0
2009-01-06dmaengine: introduce dma_request_channel and private channelsGravatar Dan Williams 1-16/+139
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationGravatar Dan Williams 1-3/+24
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelGravatar Dan Williams 1-1/+167
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-77/+128
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-0/+84
2008-12-03dmaengine: protect 'id' from concurrent registrationsGravatar Dan Williams 1-0/+3
2008-11-11dmaengine: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-2/+2
2008-07-08dmaengine: Add slave DMA interfaceGravatar Haavard Skinnemoen 1-1/+15
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesGravatar Haavard Skinnemoen 1-1/+2
2008-07-08dmaengine: track the number of clients using a channelGravatar Dan Williams 1-4/+10
2008-07-08dmaengine: Couple DMA channels to their physical DMA deviceGravatar Haavard Skinnemoen 1-1/+1
2008-04-21DMA engine: typo fixesGravatar Sebastian Siewior 1-3/+3
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldGravatar Dan Williams 1-6/+6
2008-04-17async_tx: kill ->device_dependency_addedGravatar Dan Williams 1-1/+0
2008-04-17async_tx: fix multiple dependency submissionGravatar Dan Williams 1-2/+0
2008-03-13dmaengine: Fix a bug about BUG_ON() on DMA engine capability DMA_INTERRUPT.Gravatar Zhang Wei 1-1/+1
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsGravatar Dan Williams 1-21/+28
2008-01-24DMA: Convert from class_device to device for DMA engineGravatar Tony Jones 1-21/+22
2007-11-14dmaengine: fix broken device refcountingGravatar Haavard Skinnemoen 1-11/+6