summaryrefslogtreecommitdiff
path: root/drivers/dma/dmaengine.c
AgeCommit message (Expand)Author
2017-12-20dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke
2016-08-22dmaengine: device must have at least one channelViresh Kumar
2016-05-17Merge branch 'topic/core' into for-linusVinod Koul
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula
2016-04-05dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul
2016-04-04dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula
2016-02-09dmaengine: core: expose max burst capability to clientsShawn Lin
2016-01-06Merge branch 'topic/async' into for-linusVinod Koul
2016-01-06Merge branch 'topic/univ_api' into for-linusVinod Koul
2015-12-18dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi
2015-12-18dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi
2015-12-18dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi
2015-11-16dmaengine: enable DMA_CTRL_REUSERobert Jarzmik
2015-11-16dmaengine: Add transfer termination synchronization supportLars-Peter Clausen
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-09-30dmaengine: fix balance of privatecntPeter Ujfalusi
2015-09-21dmaengine: drop null test before destroy functionsJulia Lawall
2015-08-17dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga
2015-06-29Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-06-25Merge branch 'topic/omap' into for-linusVinod Koul
2015-06-12dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard
2015-06-12dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski
2015-06-02dmaengine: fix kernel-doc documentationStefan Agner
2015-05-09dmaengine: of_dma: Support for DMA routersPeter Ujfalusi
2015-04-29dmaengine: increment privatecnt when using dma_get_any_slave_channelChristopher Freeman
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2015-04-11Revert "dmaengine: Add a warning for drivers not using the generic slave caps...Linus Torvalds
2015-03-16dmaengine: Remove FSF mailing addressesJarkko Nikula
2015-03-05dmaengine: Remove net_dma_find_channelMaxime Ripard
2015-01-18dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart
2014-12-22dmaengine: Add a warning for drivers not using the generic slave caps retrievalMaxime Ripard
2014-12-22dmaengine: Remove the need to declare device_controlMaxime Ripard
2014-12-22dmaengine: Make channel allocation callbacks optionalMaxime Ripard
2014-12-22dmaengine: Rework dma_chan_getMaxime Ripard
2014-12-09dmaenegine: Delete a check before free_percpu()Markus Elfring
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2014-09-28net_dma: simple removalDan Williams
2014-05-21dmaengine: fix dmaengine_unmap failureXuelin Shi
2014-02-11acpi-dma: convert to return error code when asked for channelAndy Shevchenko
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-02Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown
2013-12-26Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' i...Olof Johansson
2013-12-13dmaengine: fix sleep in atomicDan Williams
2013-12-12dmaengine: fix enable for high order unmap poolsDan Williams
2013-12-10dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren
2013-12-10dma: add channel request API that supports deferred probeStephen Warren
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz