summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * | | dmaengine: at_xdmac: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1Star
| * | | dmaengine: zx296702_dma: Use dma_pool_zallocSouptick Joarder2016-11-301-2/+1Star
| * | | dmaengine: dmatest: honor alignment restriction for buffersDave Jiang2016-11-301-20/+46
| * | | dmaengine: fix spacing issues for dmatestDave Jiang2016-11-301-4/+4
| * | | dmaengine: pch_dma: Replace pci_pool_alloc by pci_pool_zallocSouptick Joarder2016-11-291-2/+1Star
| * | | dmaengine: sun6i: fix the uninitialized value for v_lliHao Zhang2016-11-251-1/+1
| * | | dmaengine: mv_xor: use builtin_platform_driverGeliang Tang2016-11-251-6/+1Star
| * | | dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2016-11-252-4/+180
| * | | dmaengine: hsu: pci: switch to new API for IRQ allocationAndy Shevchenko2016-11-251-3/+5
| * | | dmaengine: imx-sdma - correct the dma transfer residue calculationNandor Han2016-11-251-4/+9
| * | | dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber2016-11-141-0/+5
| * | | dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel2016-11-141-4/+34
| * | | dmaengine: tegra210-adma: convert TEGRA210_ADMA from bool to tristatePaul Gortmaker2016-11-141-1/+1
| * | | dmaengine: fsl_raid: Fix module autoloadJavier Martinez Canillas2016-11-141-0/+1
| |/ /
* | | Merge tag 'rproc-v4.10' of git://github.com/andersson/remoteprocLinus Torvalds2016-12-134-0/+1153
|\ \ \ | | |/ | |/|
| * | dmaengine: st_fdma: Revert: "Revert: Update st_fdma to 'depends on REMOTEPROC'"Vinod Koul2016-11-171-0/+1
| * | dmaengine: st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC'Vinod Koul2016-11-141-1/+0Star
| * | dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.Peter Griffin2016-11-031-0/+1
| * | dmaengine: st_fdma: Fix the error return code in st_fdma_probe()Wei Yongjun2016-10-191-1/+1
| * | dmaengine: st_fdma: fix uninitialized variable accessArnd Bergmann2016-10-191-12/+2Star
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver supportPeter Griffin2016-10-183-0/+913
| * | dmaengine: st_fdma: Add STMicroelectronics FDMA driver header filePeter Griffin2016-10-181-0/+249
| |/
* | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-121-2/+0Star
|\ \
| * | i7300_idle: Remove this driverLen Brown2016-11-181-2/+0Star
| |/
* | dmaengine: cppi41: More PM runtime fixesTony Lindgren2016-11-171-4/+7
* | dmaengine: cpp41: Fix handling of error pathTony Lindgren2016-11-141-2/+9
* | dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren2016-11-141-2/+8
* | dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren2016-11-141-0/+5
* | dmaengine: sun6i: fix the uninitialized value for v_lliAxl-zhang2016-11-141-1/+1
* | dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in KconfigJérémy Lefaure2016-10-181-0/+1
* | dmaengine: edma: Fix error return code in edma_alloc_chan_resources()Wei Yongjun2016-10-181-0/+1
|/
* Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-0759-685/+1465
|\
| * Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul2016-10-035-6/+5Star
| |\
| | * dmaengine: xgene-dma: move unmap to before callbackDave Jiang2016-08-081-2/+1Star
| | * dmaengine: ppc4xx/adma: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: mv_xor: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: fsl_raid: move unmap to before callbackDave Jiang2016-08-081-1/+1
| | * dmaengine: fsldma: move unmap to before callbackDave Jiang2016-08-081-1/+1
| * | Merge branch 'topic/tegra' into for-linusVinod Koul2016-10-031-12/+2Star
| |\ \
| | * | dmaengine: tegra210-adma: Update driver to use of_pm_clk_add_clkJon Hunter2016-08-221-12/+2Star
| * | | Merge branch 'topic/ste_dma40' into for-linusVinod Koul2016-10-031-131/+122Star
| |\ \ \
| | * | | ste_dma40: Rename a jump label in d40_log_lli_to_lcxa()Markus Elfring2016-09-261-3/+2Star
| | * | | ste_dma40: Rename a jump label in __d40_execute_command_phy()Markus Elfring2016-09-261-2/+2
| | * | | ste_dma40: Rename a jump label in dma_tasklet()Markus Elfring2016-09-261-3/+2Star
| | * | | ste_dma40: Rename jump labels in d40_alloc_mask_set()Markus Elfring2016-09-261-12/+10Star
| | * | | ste_dma40: Rename a jump label in d40_alloc_mask_free()Markus Elfring2016-09-261-3/+2Star
| | * | | ste_dma40: Rename a jump label in d40_free_dma()Markus Elfring2016-09-261-3/+2Star
| | * | | ste_dma40: Rename a jump label in d40_is_paused()Markus Elfring2016-09-261-4/+3Star
| | * | | ste_dma40: Move an assignment in d40_prep_desc()Markus Elfring2016-09-261-1/+2
| | * | | ste_dma40: Rename a jump label in d40_prep_desc()Markus Elfring2016-09-261-4/+3Star