| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-11-20 | 40 | -1893/+1297 |
|\ |
|
| * | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 2013-11-16 | 20 | -1592/+624 |
| |\ |
|
| | * | dma: mv_xor: Fix mis-usage of mmio 'base' and 'high_base' registers | Ezequiel Garcia | 2013-11-14 | 2 | -13/+15 |
| | * | dma: mv_xor: Remove unneeded NULL address check | Ezequiel Garcia | 2013-11-14 | 1 | -4/+0 |
| | * | ioat: fix ioat3_irq_reinit | Dan Williams | 2013-11-14 | 2 | -26/+15 |
| | * | ioat: kill msix_single_vector support | Dan Williams | 2013-11-14 | 3 | -32/+3 |
| | * | ioatdma: clean up sed pool kmem_cache | Dan Williams | 2013-11-14 | 4 | -42/+22 |
| | * | ioatdma: fix selection of 16 vs 8 source path | Dan Williams | 2013-11-14 | 1 | -15/+15 |
| | * | ioatdma: fix sed pool selection | Dan Williams | 2013-11-14 | 1 | -15/+1 |
| | * | ioatdma: Fix bug in selftest after removal of DMA_MEMSET. | Dave Jiang | 2013-11-14 | 1 | -0/+2 |
| | * | dmatest: verbose mode | Dan Williams | 2013-11-14 | 1 | -7/+18 |
| | * | dmatest: convert to dmaengine_unmap_data | Dan Williams | 2013-11-14 | 1 | -42/+44 |
| | * | dmatest: add a 'wait' parameter | Dan Williams | 2013-11-14 | 1 | -25/+47 |
| | * | dmatest: add basic performance metrics | Dan Williams | 2013-11-14 | 1 | -2/+33 |
| | * | dmatest: add support for skipping verification and random data setup | Dan Williams | 2013-11-14 | 1 | -11/+33 |
| | * | dmatest: use pseudo random numbers | Dan Williams | 2013-11-14 | 1 | -1/+1 |
| | * | dmatest: support xor-only, or pq-only channels in tests | Dan Williams | 2013-11-14 | 1 | -26/+32 |
| | * | dmatest: restore ability to start test at module load and init | Dan Williams | 2013-11-14 | 1 | -159/+106 |
| | * | dmatest: cleanup redundant "dmatest: " prefixes | Dan Williams | 2013-11-14 | 1 | -11/+10 |
| | * | dmatest: replace stored results mechanism, with uniform messages | Dan Williams | 2013-11-14 | 1 | -207/+33 |
| | * | Revert "dmatest: append verify result to results" | Dan Williams | 2013-11-14 | 1 | -129/+51 |
| | * | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 | 4 | -15/+6 |
| | * | dmaengine: remove DMA unmap from drivers | Bartlomiej Zolnierkiewicz | 2013-11-14 | 14 | -786/+3 |
| | * | 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-14 | 1 | -9/+147 |
| | * | dmaengine: prepare for generic 'unmap' data | Dan Williams | 2013-11-14 | 14 | -0/+15 |
| | * | dmaengine: consolidate memcpy apis | Dan Williams | 2013-11-14 | 1 | -92/+45 |
| | * | dmatest: make driver unmap also source buffers by itself | Bartlomiej Zolnierkiewicz | 2013-11-13 | 1 | -5/+5 |
| * | | dma: pl330: silence a compile warning | Dan Carpenter | 2013-11-13 | 1 | -1/+1 |
| * | | dma: pl330: off by one in pl330_probe() | Dan Carpenter | 2013-11-13 | 1 | -1/+1 |
| * | | dma: mxs-dma: Use semaphores for cyclic DMA | Markus Pargmann | 2013-11-13 | 1 | -6/+35 |
| * | | dma: mxs-dma: Update state after channel reset | Markus Pargmann | 2013-11-13 | 1 | -1/+3 |
| * | | dma: mxs-dma: Fix channel reset hardware bug | Markus Pargmann | 2013-11-13 | 1 | -2/+27 |
| * | | dma: mxs-dma: Report correct residue for cyclic DMA | Markus Pargmann | 2013-11-13 | 1 | -1/+19 |
| * | | dma: mxs-dma: Cleanup interrupt handler | Markus Pargmann | 2013-11-13 | 1 | -36/+60 |
| * | | DMA: Freescale: update driver to support 8-channel DMA engine | Hongbo Zhang | 2013-11-13 | 3 | -8/+12 |
| * | | dma: imx-sdma: Fix warnings for LPAE builds | Olof Johansson | 2013-11-13 | 1 | -4/+4 |
| * | | dmaengine: ipu: fix warnings from 64-bit dma_addr_t printouts | Olof Johansson | 2013-11-13 | 1 | -2/+4 |
| * | | dmaengine: edma: remove duplicate kfree | Vinod Koul | 2013-11-13 | 1 | -1/+0 |
| * | | dma: cppi41: return code > 0 of pm_runtime_get_sync() is not an error | Sebastian Andrzej Siewior | 2013-11-12 | 1 | -1/+1 |
| * | | dma: cppi41: redo descriptor collection in abort case | Sebastian Andrzej Siewior | 2013-11-12 | 1 | -26/+16 |
| * | | dma: cppi41: use cppi41_pop_desc() where possible | Daniel Mack | 2013-11-12 | 1 | -12/+11 |
| * | | dma: cppi41: restore more registers | Daniel Mack | 2013-11-12 | 1 | -0/+15 |
| * | | dma: edma: Add support for Cyclic DMA | Joel Fernandes | 2013-11-12 | 1 | -8/+151 |
| * | | Merge branch 'for-linus' into next | Vinod Koul | 2013-10-31 | 2 | -20/+23 |
| |\ \ |
|
| | * | | dma: pl330: Remove unnecessary amba_set_drvdata() | Michal Simek | 2013-10-31 | 1 | -3/+0 |
| | * | | dmaengine: imx-dma: fix format warnings | Russell King | 2013-10-31 | 1 | -17/+23 |
| * | | | Merge branch 'dma_complete' into next | Vinod Koul | 2013-10-31 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | dmanengine: fix edma driver to not define DMA_COMPLETE | Vinod Koul | 2013-10-30 | 1 | -2/+2 |