aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2011-01-14Fix dmaengine_submit() return typeRussell King - ARM Linux
2011-01-03dmaengine: provide dummy functions for DMA_ENGINE=nGuennadi Liakhovetski
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder
2010-10-05dmaengine: add wrapper functions for device control functionsSascha Hauer
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer
2010-09-22missing inline keyword for static function in linux/dmaengine.hMathieu Lacage
2010-08-04DMAENGINE: generic slave channel control v3Linus Walleij
2010-05-17Merge branch 'ioat' into dmaengineDan Williams
2010-05-17DMAENGINE: extend the control command to include an argLinus Walleij
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams
2010-03-26dmaengine: provide helper for setting txstateDan Williams
2010-03-26DMAENGINE: generic channel status v2Linus Walleij
2010-03-26DMAENGINE: generic slave control v2Linus Walleij
2010-03-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-02-28fsldma: Fix cookie issuesSteven J. Magnani
2010-02-17percpu: add __percpu sparse annotations to what's leftTejun Heo
2009-12-10dmaengine: clarify the meaning of the DMA_CTRL_ACK flagGuennadi Liakhovetski
2009-09-08Merge branch 'dmaengine' into async-tx-nextDan Williams
2009-09-08dmaengine: kill tx_listDan Williams
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
2009-09-08dmaengine: cleanup unused transaction typesDan Williams
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-09-08Merge branch 'md-raid6-accel' into ioat3.2Dan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-05-12ioatdma: fix "ioatdma frees DMA memory with wrong function"Maciej Sosnowski
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-03-26dmaengine: Add privatecnt to revert DMA_PRIVATE propertyAtsushi Nemoto
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25dmaengine: kill some unused headersDan Williams
2009-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2009-02-18atmel-mci: fix initialization of dma slave dataDan Williams
2009-02-11dmaengine: update kerneldocJohannes Weiner
2009-02-06net_dma: call dmaengine_get only if NET_DMA enabledDavid S. Miller
2009-01-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds
2009-01-19dmaengine: add async_tx_clear_ack() macroGuennadi Liakhovetski
2009-01-19dmaengine: dma_issue_pending_all == nop when CONFIG_DMA_ENGINE=nDan Williams
2009-01-11net_dma: acquire/release dma channels on ifup/ifdownDan Williams
2009-01-06dmaengine: use idr for registering dma device numbersDan Williams
2009-01-06dmaengine: add a release for dma class devices and dependent infrastructureDan Williams
2009-01-06dmaengine: kill enum dma_state_clientDan Williams
2009-01-06dmaengine: remove 'bigref' infrastructureDan Williams
2009-01-06dmaengine: kill struct dma_client and supporting infrastructureDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams