aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-17dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga1-0/+4
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+11
2015-06-25Merge branch 'topic/omap' into for-linusVinod Koul1-0/+7
2015-06-12dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard1-0/+2
2015-06-12dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski1-1/+5
2015-06-02dmaengine: fix kernel-doc documentationStefan Agner1-2/+2
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi1-0/+7
2015-04-29dmaengine: increment privatecnt when using dma_get_any_slave_channelChristopher Freeman1-0/+4
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-18/+0
2015-04-11Revert "dmaengine: Add a warning for drivers not using the generic slave caps retrieval"Linus Torvalds1-3/+0
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard1-14/+0
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart1-0/+33
2014-12-22dmaengine: Add a warning for drivers not using the generic slave caps retrievalMaxime Ripard1-0/+3
2014-12-22dmaengine: Remove the need to declare device_controlMaxime Ripard1-2/+0
2014-12-22dmaengine: Make channel allocation callbacks optionalMaxime Ripard1-7/+11
2014-12-22dmaengine: Rework dma_chan_getMaxime Ripard1-17/+19
2014-12-09dmaenegine: Delete a check before free_percpu()Markus Elfring1-2/+1
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-104/+0
2014-09-28net_dma: simple removalDan Williams1-104/+0
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi1-0/+2
2014-02-11acpi-dma: convert to return error code when asked for channelAndy Shevchenko1-7/+2
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+28
2014-01-02Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown1-4/+31
2013-12-26Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' into next/cleanupOlof Johansson1-4/+59
2013-12-13dmaengine: fix sleep in atomicDan Williams1-1/+1
2013-12-12dmaengine: fix enable for high order unmap poolsDan Williams1-1/+1
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren1-0/+28
2013-12-10dma: add channel request API that supports deferred probeStephen Warren1-4/+31
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul1-84/+178
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+1
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams1-1/+4
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-1/+2
2013-11-13dmaengine: reference counted unmap dataDan Williams1-9/+147
2013-11-13dmaengine: consolidate memcpy apisDan Williams1-92/+45
2013-10-25dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul1-1/+1
2013-09-10Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-1/+27
2013-09-09Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-28/+27
2013-09-02Merge branch 'topic/of' into for-linusVinod Koul1-5/+5
2013-09-02dma: dmagengine: fix function names in commentsDaniel Mack1-2/+2
2013-08-22dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin1-28/+27
2013-08-19dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul1-5/+5
2013-08-13dmaengine: add interface of dma_get_slave_channelZhangfei Gao1-0/+26
2013-07-25dma: convert dma_devclass to use dev_groupsGreg Kroah-Hartman1-10/+16
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz1-7/+0
2013-05-02Merge branch 'topic/of' into for-linusVinod Koul1-1/+1
2013-04-15dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko1-0/+6
2013-04-15DMA: of: Constant namesMarkus Pargmann1-1/+1
2013-04-15dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen1-3/+6
2013-02-27dmaengine: convert to idr_alloc()Tejun Heo1-10/+6