aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Merge branch 'ioat' into dmaengineGravatar Dan Williams 1-0/+60
2010-05-17DMAENGINE: extend the control command to include an argGravatar Linus Walleij 1-1/+2
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseGravatar Dan Williams 1-0/+60
2010-03-26dmaengine: provide helper for setting txstateGravatar Dan Williams 1-0/+10
2010-03-26DMAENGINE: generic channel status v2Gravatar Linus Walleij 1-5/+33
2010-03-26DMAENGINE: generic slave control v2Gravatar Linus Walleij 1-2/+16
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Gravatar Linus Torvalds 1-0/+2
2010-02-28fsldma: Fix cookie issuesGravatar Steven J. Magnani 1-0/+2
2010-02-17percpu: add __percpu sparse annotations to what's leftGravatar Tejun Heo 1-1/+1
2009-12-10dmaengine: clarify the meaning of the DMA_CTRL_ACK flagGravatar Guennadi Liakhovetski 1-1/+1
2009-09-08Merge branch 'dmaengine' into async-tx-nextGravatar Dan Williams 1-3/+0
2009-09-08dmaengine: kill tx_listGravatar Dan Williams 1-3/+0
2009-09-08dmaengine, async_tx: support alignment checksGravatar Dan Williams 1-0/+44
2009-09-08dmaengine: cleanup unused transaction typesGravatar Dan Williams 1-3/+0
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorGravatar Dan Williams 1-1/+9
2009-09-08dmaengine: add fence supportGravatar Dan Williams 1-0/+3
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Gravatar Dan Williams 1-11/+105
2009-08-29async_tx: add support for asynchronous GF multiplicationGravatar Dan Williams 1-6/+81
2009-08-29async_tx: add sum check flagsGravatar Dan Williams 1-1/+20
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Gravatar Maciej Sosnowski 1-0/+6
2009-04-08async_tx: rename zero_sum to valGravatar Dan Williams 1-4/+4
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyGravatar Atsushi Nemoto 1-0/+9
2009-03-25dmaengine: allow dma support for async_tx to be toggledGravatar Dan Williams 1-0/+18
2009-03-25dmaengine: kill some unused headersGravatar Dan Williams 1-3/+0
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-6/+1
2009-02-18atmel-mci: fix initialization of dma slave dataGravatar Dan Williams 1-0/+2
2009-02-11dmaengine: update kerneldocGravatar Johannes Weiner 1-6/+1
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledGravatar David S. Miller 1-0/+12
2009-01-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Gravatar Linus Torvalds 1-1/+10
2009-01-19dmaengine: add async_tx_clear_ack() macroGravatar Guennadi Liakhovetski 1-0/+5
2009-01-19dmaengine: dma_issue_pending_all == nop when CONFIG_DMA_ENGINE=nGravatar Dan Williams 1-1/+5
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownGravatar Dan Williams 1-0/+10
2009-01-06dmaengine: use idr for registering dma device numbersGravatar Dan Williams 1-0/+4
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureGravatar Dan Williams 1-3/+16
2009-01-06dmaengine: kill enum dma_state_clientGravatar Dan Williams 1-14/+3
2009-01-06dmaengine: remove 'bigref' infrastructureGravatar Dan Williams 1-7/+0
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureGravatar Dan Williams 1-49/+1
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getGravatar Dan Williams 1-2/+2
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveGravatar Dan Williams 1-38/+0
2009-01-06dmatest: convert to dma_request_channelGravatar Dan Williams 1-0/+6
2009-01-06dmaengine: introduce dma_request_channel and private channelsGravatar Dan Williams 1-0/+16
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationGravatar Dan Williams 1-0/+1
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelGravatar Dan Williams 1-0/+3
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-21/+0
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-0/+9
2008-07-17async_tx: make async_tx_test_ack a boolean routineGravatar Dan Williams 1-5/+3
2008-07-08dmaengine: Add slave DMA interfaceGravatar Haavard Skinnemoen 1-1/+51
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapGravatar Dan Williams 1-0/+4
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-0/+2