aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Merge branch 'ioat' into dmaengineDan Williams1-0/+60
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij1-1/+2
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-0/+60
2010-03-26dmaengine: provide helper for setting txstateDan Williams1-0/+10
2010-03-26DMAENGINE: generic channel status v2Linus Walleij1-5/+33
2010-03-26DMAENGINE: generic slave control v2Linus Walleij1-2/+16
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+2
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani1-0/+2
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo1-1/+1
2009-12-10dmaengine: clarify the meaning of the DMA_CTRL_ACK flagGuennadi Liakhovetski1-1/+1
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams1-3/+0
2009-09-08dmaengine: kill tx_listDan Williams1-3/+0
2009-09-08dmaengine, async_tx: support alignment checksDan Williams1-0/+44
2009-09-08dmaengine: cleanup unused transaction typesDan Williams1-3/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-1/+9
2009-09-08dmaengine: add fence supportDan Williams1-0/+3
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams1-11/+105
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams1-6/+81
2009-08-29async_tx: add sum check flagsDan Williams1-1/+20
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski1-0/+6
2009-04-08async_tx: rename zero_sum to valDan Williams1-4/+4
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto1-0/+9
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-0/+18
2009-03-25dmaengine: kill some unused headersDan Williams1-3/+0
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-6/+1
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams1-0/+2
2009-02-11dmaengine: update kerneldocJohannes Weiner1-6/+1
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller1-0/+12
2009-01-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+10
2009-01-19dmaengine: add async_tx_clear_ack() macroGuennadi Liakhovetski1-0/+5
2009-01-19dmaengine: dma_issue_pending_all == nop when CONFIG_DMA_ENGINE=nDan Williams1-1/+5
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams1-0/+10
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams1-0/+4
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams1-3/+16
2009-01-06dmaengine: kill enum dma_state_clientDan Williams1-14/+3
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams1-7/+0
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams1-49/+1
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-2/+2
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams1-38/+0
2009-01-06dmatest: convert to dma_request_channelDan Williams1-0/+6
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams1-0/+16
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-0/+1
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-0/+3
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-21/+0
2009-01-05dmaengine: remove dependency on async_txDan Williams1-0/+9
2008-07-17async_tx: make async_tx_test_ack a boolean routineDan Williams1-5/+3
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen1-1/+51
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams1-0/+4
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-0/+2