aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-25dmaengine: mv_xor: use builtin_platform_driverGeliang Tang1-6/+1
2016-11-25dmaengine: mv_xor: Add support for scatter-gather DMA modeStefan Roese2-4/+180
2016-11-25dmaengine: hsu: pci: switch to new API for IRQ allocationAndy Shevchenko1-3/+5
2016-11-25dmaengine: imx-sdma - correct the dma transfer residue calculationNandor Han1-4/+9
2016-11-23dmaengine: qcom_hidma: autoload while probing ACPISinan Kaya2-0/+2
2016-11-18i7300_idle: Remove this driverLen Brown1-2/+0
2016-11-17dmaengine: cppi41: More PM runtime fixesTony Lindgren1-4/+7
2016-11-17dmaengine: pl08x: Add support for the DMA slave mapSylwester Nawrocki1-0/+11
2016-11-17dmaengine: st_fdma: Revert: "Revert: Update st_fdma to 'depends on REMOTEPROC'"Vinod Koul1-0/+1
2016-11-15dmaengine: qcom_hidma: cleanup sysfs entries during removeSinan Kaya2-6/+24
2016-11-14dmaengine: cpp41: Fix handling of error pathTony Lindgren1-2/+9
2016-11-14dmaengine: ioatdma: error string table missing an entryDave Jiang1-0/+1
2016-11-14dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren1-2/+8
2016-11-14dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren1-0/+5
2016-11-14dmaengine: qcom_hidma: hide MSI handler when unusedArnd Bergmann1-0/+2
2016-11-14dmaengine: st_fdma: Revert: Update st_fdma to 'depends on REMOTEPROC'Vinod Koul1-1/+0
2016-11-14dmaengine: sun6i: fix the uninitialized value for v_lliAxl-zhang1-1/+1
2016-11-14dmaengine: pl330: Handle xferred count if DMAMOV hasn't finishedStephen Barber1-0/+5
2016-11-14dmaengine: nbpfaxi: add optional max-burst property for memory reads/writesNiklas Cassel1-4/+34
2016-11-14dmaengine: tegra210-adma: convert TEGRA210_ADMA from bool to tristatePaul Gortmaker1-1/+1
2016-11-14dmaengine: qcom_hidma: remove unneeded of_node_put()Wei Yongjun1-1/+0
2016-11-14dmaengine: fsl_raid: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-11-03dmaengine: qcom_hidma: add MSI support for interruptsSinan Kaya3-6/+147
2016-11-03dmaengine: qcom_hidma: protect common data structuresSinan Kaya1-33/+11
2016-11-03dmaengine: qcom_hidma: bring out interrupt causeSinan Kaya1-29/+33
2016-11-03dmaengine: qcom_hidma: make pending_tre_count atomicSinan Kaya3-9/+9
2016-11-03dmaengine: st_fdma: Update st_fdma to 'depends on REMOTEPROC'.Peter Griffin1-0/+1
2016-10-19dmaengine: st_fdma: Fix the error return code in st_fdma_probe()Wei Yongjun1-1/+1
2016-10-19dmaengine: ioatdma: loop for number elements in array chanerr_strColin Ian King1-7/+3
2016-10-19dmaengine: qcom_hidma: break completion processing on errorSinan Kaya1-0/+7
2016-10-19dmaengine: qcom_hidma: add a common API to setup the interruptSinan Kaya2-4/+25
2016-10-19dmaengine: qcom_hidma: configure DMA and MSI for OFSinan Kaya1-1/+8
2016-10-19dmaengine: qcom_hidma: remove useless debugfs file removalSinan Kaya1-1/+0
2016-10-19dmaengine: omap-dma: initialize can_pause to falseColin Ian King1-1/+1
2016-10-19dmaengine: st_fdma: fix uninitialized variable accessArnd Bergmann1-12/+2
2016-10-18dmaengine: qcom_hidma: prevent disable in errorSinan Kaya1-13/+2
2016-10-18dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in KconfigJérémy Lefaure1-0/+1
2016-10-18dmaengine: omap-dma: add support for pause of non-cyclic transfersSebastian Andrzej Siewior1-35/+89
2016-10-18dmaengine: edma: Fix error return code in edma_alloc_chan_resources()Wei Yongjun1-0/+1
2016-10-18Revert "dmaengine: pxa_dma: add support for legacy transition"Robert Jarzmik1-28/+0
2016-10-18dmaengine: st_fdma: Add STMicroelectronics FDMA engine driver supportPeter Griffin3-0/+913
2016-10-18dmaengine: st_fdma: Add STMicroelectronics FDMA driver header filePeter Griffin1-0/+249
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds59-685/+1465
2016-10-03Merge branch 'topic/unmap_cleanup' into for-linusVinod Koul5-6/+5
2016-10-03Merge branch 'topic/tegra' into for-linusVinod Koul1-12/+2
2016-10-03Merge branch 'topic/ste_dma40' into for-linusVinod Koul1-131/+122
2016-10-03Merge branch 'topic/pl330' into for-linusVinod Koul1-1/+14
2016-10-03Merge branch 'topic/omap' into for-linusVinod Koul1-30/+213
2016-10-03Merge branch 'topic/no_irq' into for-linusVinod Koul4-13/+10
2016-10-03Merge branch 'topic/mv_xor' into for-linusVinod Koul2-1/+101