summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/core' into for-linusVinod Koul2016-05-171-4/+5
|\
| * dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-141-3/+3
| * dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko2016-05-121-2/+2
| * dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul2016-04-051-1/+2
* | dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula2016-04-131-1/+1
* | dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula2016-04-041-13/+17
|/
* dmaengine: core: expose max burst capability to clientsShawn Lin2016-02-091-0/+1
* Merge branch 'topic/async' into for-linusVinod Koul2016-01-061-1/+4
|\
| * dmaengine: Add transfer termination synchronization supportLars-Peter Clausen2015-11-161-1/+4
* | Merge branch 'topic/univ_api' into for-linusVinod Koul2016-01-061-52/+120
|\ \
| * | dmaengine: core: Introduce new, universal API to request a channelPeter Ujfalusi2015-12-181-12/+77
| * | dmaengine: core: Move and merge the code paths using private_candidatePeter Ujfalusi2015-12-181-39/+42
| * | dmaengine: core: Skip mask matching when it is not provided to private_candidatePeter Ujfalusi2015-12-181-1/+1
| |/
* | dmaengine: enable DMA_CTRL_REUSERobert Jarzmik2015-11-161-0/+1
|/
* Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-11-101-4/+2
|\
| * dmaengine: drop null test before destroy functionsJulia Lawall2015-09-211-4/+2
* | dmaengine: fix balance of privatecntPeter Ujfalusi2015-09-301-1/+9
|/
* dmaengine: fix balance of privatecnt inc/dec operationsRobert Baldyga2015-08-171-0/+4
* Merge tag 'dmaengine-4.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-06-291-2/+11
|\
| * Merge branch 'topic/omap' into for-linusVinod Koul2015-06-251-0/+7
| |\
| | * dmaengine: of_dma: Support for DMA routersPeter Ujfalusi2015-05-091-0/+7
| * | dmaengine: Revert "drivers/dma: remove unused support for MEMSET operations"Maxime Ripard2015-06-121-0/+2
| * | dmaengine: fix kernel-doc documentationStefan Agner2015-06-021-2/+2
* | | dmaengine: Fix choppy sound because of unimplemented resumeKrzysztof Kozlowski2015-06-121-1/+5
|/ /
* | dmaengine: increment privatecnt when using dma_get_any_slave_channelChristopher Freeman2015-04-291-0/+4
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-18/+0
|\
| * dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0
| * dmaengine: Remove net_dma_find_channelMaxime Ripard2015-03-051-14/+0
* | Revert "dmaengine: Add a warning for drivers not using the generic slave caps...Linus Torvalds2015-04-111-3/+0
|/
* dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart2015-01-181-0/+33
* dmaengine: Add a warning for drivers not using the generic slave caps retrievalMaxime Ripard2014-12-221-0/+3
* dmaengine: Remove the need to declare device_controlMaxime Ripard2014-12-221-2/+0
* dmaengine: Make channel allocation callbacks optionalMaxime Ripard2014-12-221-7/+11
* dmaengine: Rework dma_chan_getMaxime Ripard2014-12-221-17/+19
* dmaenegine: Delete a check before free_percpu()Markus Elfring2014-12-091-2/+1
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-071-104/+0
|\
| * net_dma: simple removalDan Williams2014-09-281-104/+0
* | dmaengine: fix dmaengine_unmap failureXuelin Shi2014-05-211-0/+2
* | acpi-dma: convert to return error code when asked for channelAndy Shevchenko2014-02-111-7/+2
|/
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-0/+28
|\
| *-. Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' i...Olof Johansson2013-12-261-4/+59
| |\ \
| | | * dma: add dma_get_any_slave_channel(), for use in of_xlate()Stephen Warren2013-12-101-0/+28
| | |/ | |/|
* | | Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2014-01-021-4/+31
|\ \ \ | | |/ | |/|
| * | dma: add channel request API that supports deferred probeStephen Warren2013-12-101-4/+31
| |/
* | dmaengine: fix sleep in atomicDan Williams2013-12-131-1/+1
* | dmaengine: fix enable for high order unmap poolsDan Williams2013-12-121-1/+1
|/
* Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul2013-11-161-84/+178
|\
| * dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-2/+1
| * async_pq: convert to dmaengine_unmap_dataDan Williams2013-11-141-1/+4
| * async_memcpy: convert to dmaengine_unmap_dataDan Williams2013-11-141-1/+2
OpenPOWER on IntegriCloud