| Commit message (Expand) | Author | Age | Files | Lines |
* | dmaengine: Move dma_get_slave_caps() implementation to dmaengine.c | Laurent Pinchart | 2015-01-18 | 1 | -0/+33 |
* | dmaengine: Add a warning for drivers not using the generic slave caps retrieval | Maxime Ripard | 2014-12-22 | 1 | -0/+3 |
* | dmaengine: Remove the need to declare device_control | Maxime Ripard | 2014-12-22 | 1 | -2/+0 |
* | dmaengine: Make channel allocation callbacks optional | Maxime Ripard | 2014-12-22 | 1 | -7/+11 |
* | dmaengine: Rework dma_chan_get | Maxime Ripard | 2014-12-22 | 1 | -17/+19 |
* | dmaenegine: Delete a check before free_percpu() | Markus Elfring | 2014-12-09 | 1 | -2/+1 |
* | Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2014-10-07 | 1 | -104/+0 |
|\ |
|
| * | net_dma: simple removal | Dan Williams | 2014-09-28 | 1 | -104/+0 |
* | | dmaengine: fix dmaengine_unmap failure | Xuelin Shi | 2014-05-21 | 1 | -0/+2 |
* | | acpi-dma: convert to return error code when asked for channel | Andy Shevchenko | 2014-02-11 | 1 | -7/+2 |
|/ |
|
* | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-23 | 1 | -0/+28 |
|\ |
|
| *-. | Merge branches 'depends/asoc-dma', 'depends/dma-of' and 'depends/tegra-clk' i... | Olof Johansson | 2013-12-26 | 1 | -4/+59 |
| |\ \ |
|
| | | * | dma: add dma_get_any_slave_channel(), for use in of_xlate() | Stephen Warren | 2013-12-10 | 1 | -0/+28 |
| | |/
| |/| |
|
* | | | Merge remote-tracking branch 'asoc/topic/dma' into asoc-next | Mark Brown | 2014-01-02 | 1 | -4/+31 |
|\ \ \
| | |/
| |/| |
|
| * | | dma: add channel request API that supports deferred probe | Stephen Warren | 2013-12-10 | 1 | -4/+31 |
| |/ |
|
* | | dmaengine: fix sleep in atomic | Dan Williams | 2013-12-13 | 1 | -1/+1 |
* | | dmaengine: fix enable for high order unmap pools | Dan Williams | 2013-12-12 | 1 | -1/+1 |
|/ |
|
* | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 2013-11-16 | 1 | -84/+178 |
|\ |
|
| * | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 | 1 | -2/+1 |
| * | async_pq: convert to dmaengine_unmap_data | Dan Williams | 2013-11-14 | 1 | -1/+4 |
| * | async_memcpy: convert to dmaengine_unmap_data | Dan Williams | 2013-11-14 | 1 | -1/+2 |
| * | dmaengine: reference counted unmap data | Dan Williams | 2013-11-13 | 1 | -9/+147 |
| * | dmaengine: consolidate memcpy apis | Dan Williams | 2013-11-13 | 1 | -92/+45 |
* | | dmaengine: use DMA_COMPLETE for dma completion status | Vinod Koul | 2013-10-25 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-09-10 | 1 | -1/+27 |
|\ |
|
| * | Merge branch 'topic/of' into for-linus | Vinod Koul | 2013-09-02 | 1 | -5/+5 |
| |\ |
|
| | * | dmaengine: fix - error: potential NULL dereference 'chan' | Vinod Koul | 2013-08-19 | 1 | -5/+5 |
| * | | dma: dmagengine: fix function names in comments | Daniel Mack | 2013-09-02 | 1 | -2/+2 |
| |/ |
|
| * | dmaengine: add interface of dma_get_slave_channel | Zhangfei Gao | 2013-08-13 | 1 | -0/+26 |
* | | Merge tag 'dmaengine-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 2013-09-09 | 1 | -28/+27 |
|\ \ |
|
| * | | dmaengine: make dma_channel_rebalance() NUMA aware | Brice Goglin | 2013-08-22 | 1 | -28/+27 |
| |/ |
|
* | | dma: convert dma_devclass to use dev_groups | Greg Kroah-Hartman | 2013-07-25 | 1 | -10/+16 |
|/ |
|
* | drivers/dma: remove unused support for MEMSET operations | Bartlomiej Zolnierkiewicz | 2013-07-03 | 1 | -7/+0 |
* | Merge branch 'topic/of' into for-linus | Vinod Koul | 2013-05-02 | 1 | -1/+1 |
|\ |
|
| * | DMA: of: Constant names | Markus Pargmann | 2013-04-15 | 1 | -1/+1 |
* | | dmaengine: call acpi_dma_request_slave_channel as well | Andy Shevchenko | 2013-04-15 | 1 | -0/+6 |
* | | dma: Make the 'mask' parameter of __dma_request_channel const | Lars-Peter Clausen | 2013-04-15 | 1 | -3/+6 |
|/ |
|
* | dmaengine: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -10/+6 |
* | dmaengine: add cpu_relax() to busy-loop in dma_sync_wait() | Bartlomiej Zolnierkiewicz | 2013-01-07 | 1 | -1/+4 |
* | dmaengine: add helper function to request a slave DMA channel | Jon Hunter | 2013-01-06 | 1 | -0/+16 |
* | drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel me... | Fabio Estevam | 2012-10-06 | 1 | -1/+1 |
* | dmaengine: Cleanup logging messages | Joe Perches | 2012-07-20 | 1 | -8/+12 |
* | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-04-10 | 1 | -0/+14 |
|\ |
|
| * | netdma: adding alignment check for NETDMA ops | Dave Jiang | 2012-04-05 | 1 | -0/+14 |
* | | dma: dmaengine: Distinguish between 'dmaengine: failed to get' messages | Fabio Estevam | 2012-03-06 | 1 | -4/+4 |
|/ |
|
* | DMAEngine: Define interleaved transfer request api | Jassi Brar | 2011-11-18 | 1 | -2/+2 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy... | Linus Torvalds | 2011-08-04 | 1 | -3/+1 |
|\ |
|
| * | dmaengine: use DEFINE_IDR for static initialization | Axel Lin | 2011-08-03 | 1 | -3/+1 |
* | | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2011-08-01 | 1 | -2/+2 |
|\ \ |
|
| * | | dmaengine: failure to get a specific DMA channel is not critical | Guennadi Liakhovetski | 2011-06-24 | 1 | -2/+2 |
| |/ |
|