aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+7
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2014-01-20dmaengine: fix kernel-doc style typos for few commentsVinod Koul1-5/+5
2014-01-14dma: Indicate residue granularity in dma_slave_capsLars-Peter Clausen1-0/+28
2014-01-07Merge branch 'topic/of' into for-linusVinod Koul1-0/+1
2014-01-07Merge branch 'topic/defer_probe' into for-linusVinod Koul1-0/+8
2013-12-26Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanupOlof Johansson1-0/+9
2013-12-18dmaengine: fix incorrect kernel-doc comment for struct dma_slave_configAlexander Popov1-3/+2
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren1-0/+1
2013-12-10dma: add channel request API that supports deferred probeStephen Warren1-0/+8
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-14/+50
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-14/+4
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-0/+17
2013-11-13dmaengine: reference counted unmap dataDan Williams1-0/+3
2013-11-13dmaengine: prepare for generic 'unmap' dataDan Williams1-0/+26
2013-10-25dmaengine: remove unused DMA_SUCCESSVinod Koul1-1/+1
2013-10-25dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul1-6/+6
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+37
2013-09-09dmaengine: dma_sync_wait and dma_find_channel undefinedJon Mason1-2/+10
2013-09-04Merge branch 'topic/api_caps' into for-linusVinod Koul1-8/+0
2013-09-02dmaengine: dma_slave_caps: remove sg entriesVinod Koul1-8/+0
2013-09-02Merge branch 'topic/api_caps' into for-linusVinod Koul1-0/+44
2013-08-22dmaengine: make dma_submit_error() return an error codeDan Carpenter1-1/+4
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+1
2013-07-15dmaengine: add dma_slave_get_caps apiVinod Koul1-0/+44
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