aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-5/+0
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul1-2/+2
2013-04-15DMA: of: Constant namesMarkus Pargmann1-2/+2
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen1-5/+6
2013-02-27dmaengine: add dma_request_slave_channel_compat()Matt Porter1-0/+16
2013-02-14dmaengine.h: remove redundant else keywordAndy Shevchenko1-2/+2
2013-01-12dmaengine: introduce is_slave_direction functionAndy Shevchenko1-0/+5
2013-01-07dmaengine: remove dma_async_memcpy_complete() macroBartlomiej Zolnierkiewicz1-4/+1
2013-01-07dmaengine: remove dma_async_memcpy_pending() macroBartlomiej Zolnierkiewicz1-2/+0
2013-01-07dmatest: Fix NULL pointer dereference on ioatJon Mason1-1/+4
2013-01-07DMAEngine: add dmaengine_prep_interleaved_dma wrapper for interleaved apiBarry Song1-0/+7
2013-01-07dmaengine: use for_each_set_bitAkinobu Mita1-17/+1
2013-01-06dmaengine: fix build failure due to missing semi-colonVinod Koul1-1/+1
2013-01-06dmaengine: add helper function to request a slave DMA channelJon Hunter1-0/+6
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