aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-7/+10
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-7/+9
2010-05-17DMA ENGINE: Do not reset 'private' of channelJassi Brar1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-1/+1
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin1-0/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-23/+13
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams1-0/+6
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams1-0/+4
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter1-23/+13
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-1/+0
2009-09-08dmaengine: kill tx_listDan Williams1-1/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+40
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-37/+16
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams1-0/+4
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-35/+10
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski1-6/+11
2009-04-08async_tx: rename zero_sum to valDan Williams1-2/+2
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto1-0/+8
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams1-0/+1
2009-03-25dmaengine: fail device registration if channel registration failsDan Williams1-12/+39
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-0/+2
2009-01-19dmaengine: kill some dubious WARN_ONCEsDan Williams1-6/+0
2009-01-12dmaengine: fix dependency chainingYuri Tikhonov1-0/+2
2009-01-06dmaengine: bump initcall level to arch_initcallDan Williams1-2/+2
2009-01-06dmaengine: advertise all channels on a device to dma_filter_fnDan Williams1-20/+13
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams1-2/+25
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-23/+83
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-11/+5
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams1-78/+9
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-71/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-16/+6
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