aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dmaengine.h
AgeCommit message (Expand)Author
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
2009-01-06dmatest: convert to dma_request_channelDan Williams
2009-01-06dmaengine: introduce dma_request_channel and private channelsDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-07-17async_tx: make async_tx_test_ack a boolean routineDan Williams
2008-07-08dmaengine: Add slave DMA interfaceHaavard Skinnemoen
2008-07-08dmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags to control dma unmapDan Williams
2008-07-08dmaengine: Add dma_client parameter to device_alloc_chan_resourcesHaavard Skinnemoen
2008-07-08dmaengine: track the number of clients using a channelDan Williams
2008-04-21DMA engine: typo fixesSebastian Siewior
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-04-17async_tx: kill ->device_dependency_addedDan Williams
2008-04-17async_tx: fix multiple dependency submissionDan Williams
2008-03-30dma_page_list ->base_address is a userland pointerAl Viro
2008-03-04dmaengine: fix sparse warningDan Williams
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams
2008-02-03include/linux/: Spelling fixesJoe Perches