summaryrefslogtreecommitdiffstats
path: root/drivers/dma/dmaengine.c
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: of_dma: Support for DMA routersPeter Ujfalusi2015-05-091-0/+7
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-18/+0Star
|\
| * dmaengine: Remove FSF mailing addressesJarkko Nikula2015-03-161-4/+0Star
| * dmaengine: Remove net_dma_find_channelMaxime Ripard2015-03-051-14/+0Star
* | Revert "dmaengine: Add a warning for drivers not using the generic slave caps...Linus Torvalds2015-04-111-3/+0Star
|/
* 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/+0Star
* 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/+1Star
* Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2014-10-081-104/+0Star
|\
| * net_dma: simple removalDan Williams2014-09-281-104/+0Star
* | 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/+2Star
|/
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-241-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-131-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/+1Star
| * async_pq: convert to dmaengine_unmap_dataDan Williams2013-11-141-1/+4
| * async_memcpy: convert to dmaengine_unmap_dataDan Williams2013-11-141-1/+2
| * dmaengine: reference counted unmap dataDan Williams2013-11-141-9/+147
| * dmaengine: consolidate memcpy apisDan Williams2013-11-141-92/+45Star
* | dmaengine: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-1/+1
|/
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-101-1/+27
|\
| * Merge branch 'topic/of' into for-linusVinod Koul2013-09-021-5/+5
| |\
| | * dmaengine: fix - error: potential NULL dereference 'chan'Vinod Koul2013-08-191-5/+5
| * | dma: dmagengine: fix function names in commentsDaniel Mack2013-09-021-2/+2
| |/
| * dmaengine: add interface of dma_get_slave_channelZhangfei Gao2013-08-131-0/+26
* | Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2013-09-101-28/+27Star
|\ \
| * | dmaengine: make dma_channel_rebalance() NUMA awareBrice Goglin2013-08-231-28/+27Star
| |/
* / dma: convert dma_devclass to use dev_groupsGreg Kroah-Hartman2013-07-261-10/+16
|/
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-041-7/+0Star
* Merge branch 'topic/of' into for-linusVinod Koul2013-05-021-1/+1
|\
| * DMA: of: Constant namesMarkus Pargmann2013-04-151-1/+1
* | dmaengine: call acpi_dma_request_slave_channel as wellAndy Shevchenko2013-04-151-0/+6
* | dma: Make the 'mask' parameter of __dma_request_channel constLars-Peter Clausen2013-04-151-3/+6
|/
* dmaengine: convert to idr_alloc()Tejun Heo2013-02-281-10/+6Star
* dmaengine: add cpu_relax() to busy-loop in dma_sync_wait()Bartlomiej Zolnierkiewicz2013-01-081-1/+4
* dmaengine: add helper function to request a slave DMA channelJon Hunter2013-01-071-0/+16
* drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me...Fabio Estevam2012-10-051-1/+1
* dmaengine: Cleanup logging messagesJoe Perches2012-07-201-8/+12
* Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-111-0/+14
|\
| * netdma: adding alignment check for NETDMA opsDave Jiang2012-04-061-0/+14
* | dma: dmaengine: Distinguish between 'dmaengine: failed to get' messagesFabio Estevam2012-03-061-4/+4
|/