aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-24dmaengine: Add flags parameter to dmaengine_prep_dma_cyclic()Peter Ujfalusi1-1/+2
2012-09-22dmaengine: Pass flags via device_prep_dma_cyclic() callbackPeter Ujfalusi1-2/+2
2012-06-20dmaengine: Add wrapper for device_tx_status callbackLars-Peter Clausen1-0/+6
2012-06-08dma: dmaengine: add slave req id in slave_configLaxman Dewangan1-0/+4
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine1-0/+12
2012-05-25Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+4
2012-05-11dmaengine: Fixup dmaengine_prep_slave_single() to be actually usefulKuninori Morimoto1-2/+4
2012-04-10Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-0/+1
2012-04-05netdma: adding alignment check for NETDMA opsDave Jiang1-0/+1
2012-03-29Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+30
2012-03-21dmaengine: add context parameter to prep_slave_sg and prep_dma_cyclicAlexandre Bounine1-5/+7
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-0/+16
2012-03-13dmaengine: add private header fileRussell King - ARM Linux1-2/+2
2012-03-13dmaengine: move last completed cookie into generic dma_chan structureRussell King - ARM Linux1-0/+2
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-02-22dmaengine: Add flow controller information to dma_slave_configViresh Kumar1-0/+5
2011-12-23dmaengine: add DMA_TRANS_NONE to dma_transfer_directionShawn Guo1-0/+1
2011-11-18DMAEngine: Define interleaved transfer request apiJassi Brar1-3/+75
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-5/+17
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+2
2011-10-31linux/dmaengine.h: fix implicit use of bitmap.h and asm/page.hPaul Gortmaker1-0/+2
2011-10-27dmaengine: add new enum dma_transfer_directionVinod Koul1-5/+17
2011-08-16dmaengine: remove struct scatterlist for headerVinod Koul1-2/+0
2011-08-08dmaengine: add helper function for slave_singleVinod Koul1-0/+11
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-1/+1
2011-01-14Fix dmaengine_submit() return typeRussell King - ARM Linux1-1/+1
2011-01-03dmaengine: provide dummy functions for DMA_ENGINE=nGuennadi Liakhovetski1-3/+10
2010-10-07async_tx: make async_tx channel switching opt-inDan Williams1-4/+4
2010-10-07Merge branches 'dma40', 'pl08x', 'fsldma', 'imx' and 'intel-mid' into dmaengineDan Williams1-2/+52
2010-10-07fsldma: improved DMA_SLAVE supportIra Snyder1-0/+3
2010-10-07dma: add support for scatterlist to scatterlist copyIra Snyder1-0/+6
2010-10-05dmaengine: add wrapper functions for device control functionsSascha Hauer1-0/+34
2010-10-05dmaengine: add possibility for cyclic transfersSascha Hauer1-1/+8
2010-09-22missing inline keyword for static function in linux/dmaengine.hMathieu Lacage1-1/+1
2010-08-04DMAENGINE: generic slave channel control v3Linus Walleij1-0/+71
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