summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)AuthorLines
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams-2/+2
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams-0/+4
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder-0/+2
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer-0/+2
2010-05-17Merge branch 'ioat' into dmaengineDan Williams-7/+10
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams-7/+9
2010-05-17DMA ENGINE: Do not reset 'private' of channelJassi Brar-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-26DMAENGINE: generic channel status v2Linus Walleij-1/+1
2010-03-26DMAENGINE: generic slave control v2Linus Walleij-1/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-1/+1
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo-1/+1
2010-02-02dmaengine: fix memleak in dma_async_device_unregisterAnatolij Gustschin-0/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-23/+13
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams-0/+6
2009-11-19dmaengine: include xor/pq validate in device_has_all_tx_types()Dan Williams-0/+4
2009-10-03this_cpu: Eliminate get/put_cpuChristoph Lameter-23/+13
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams-1/+0
2009-09-08dmaengine: kill tx_listDan Williams-1/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams-0/+40
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams-37/+16
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams-0/+4
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams-35/+10
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski-6/+11
2009-04-08async_tx: rename zero_sum to valDan Williams-2/+2
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto-0/+8
2009-03-25dmaengine: initialize tx_list in dma_async_tx_descriptor_initDan Williams-0/+1
2009-03-25dmaengine: fail device registration if channel registration failsDan Williams-12/+39
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams-0/+2
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