aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dmaengine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard1-1/+0
2015-03-05dmaengine: Remove net_dma leftoversMaxime Ripard1-23/+0
2015-03-04dmaengine: Remove memset leftoversMaxime Ripard1-8/+0
2015-02-02Merge branch 'topic/rcar' into for-linusVinod Koul1-0/+3
2015-01-19dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINELaurent Pinchart1-2/+6
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart1-31/+1
2014-12-23dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widthsLaurent Pinchart1-0/+3
2014-12-22dmaengine: Remove device_control and device_slave_capsMaxime Ripard1-46/+6
2014-12-22dmaengine: Create a generic dma_slave_caps callbackMaxime Ripard1-4/+37
2014-12-22dmaengine: Add device_terminate_all callbackMaxime Ripard1-0/+6
2014-12-22dmaengine: split out pause/resume operations from device_controlMaxime Ripard1-0/+12
2014-12-22dmaengine: Introduce a device_config callbackMaxime Ripard1-0/+8
2014-12-22dmaengine: Make the destination abbreviation coherentMaxime Ripard1-4/+4
2014-12-05dmaengine: clarify the issue_pending expectationsVinod Koul1-1/+2
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+13
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul1-3/+10
2014-10-15dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul1-3/+0
2014-10-15dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul1-0/+10
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-21/+1
2014-09-28net_dma: simple removalDan Williams1-21/+1
2014-09-23dmaengine: Mark the struct dma_slave_config direction field deprecatedLaurent Pinchart1-1/+3
2014-08-11Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-3/+2
2014-08-04dmaengine: Remove the context argument to the prep_dma_cyclic operationLaurent Pinchart1-2/+2
2014-07-25dmaengine: Remove unused definition of DMA_MAX_COOKIEGeert Uytterhoeven1-1/+0
2014-07-04dma: Support for 3 bytes word sizePeter Ujfalusi1-0/+1
2014-06-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+1
2014-05-22dmaengine: fix comment typoAlexander Popov1-1/+1
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi1-0/+1
2014-03-06dma: Remove comment about embedding dma_slave_config into custom structsLars-Peter Clausen1-9/+5
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