aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-04-13dmaengine: dw: set LMS field in descriptorsMans Rullgard2-12/+18
2016-04-13dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard2-66/+85
2016-04-13dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard1-2/+6
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko3-18/+17
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko1-15/+19
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula1-1/+1
2016-04-06dmaengine: vdma: Fix checkpatch.pl warningsKedareswara rao Appana1-4/+1
2016-04-06dmaengine: vdma: Fix race condition in Non-SG modeKedareswara rao Appana1-6/+19
2016-04-06dmaengine: vdma: Add 64 bit addressing support to the driverKedareswara rao Appana2-9/+66
2016-04-06dmaengine: edma: special case slot limit workaroundJohn Ogness1-3/+22
2016-04-06dmaengine: edma: Remove dynamic TPTC power management featurePeter Ujfalusi1-35/+3
2016-04-05dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij1-28/+58
2016-04-05dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul1-1/+2
2016-04-05dmaengine: vdma: don't crash when bad channel is requestedFranck Jullien1-1/+1
2016-04-05dmaengine: omap-dma: Do not suppress interrupts for memcpyPeter Ujfalusi1-3/+1
2016-04-05dmaengine: omap-dma: Fix polled channel completion detection and handlingPeter Ujfalusi1-6/+16
2016-04-04dmaengine: mpc512x: Fix code styleMario Six1-17/+13
2016-04-04dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six1-36/+76
2016-04-04dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six1-13/+23
2016-04-04dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko2-0/+6
2016-04-04dmaengine: hsu: don't check direction of timeouted channelAndy Shevchenko1-1/+1
2016-04-04dmaengine: hsu: allow more than 3 descriptorsAndy Shevchenko1-2/+2
2016-04-04dmaengine: hsu: correct use of channel status registerAndy Shevchenko2-1/+4
2016-04-04dmaengine: hsu: correct residue calculation of active descriptorAndy Shevchenko1-2/+5
2016-04-04dmaengine: hsu: set HSU_CH_MTSR to memory widthAndy Shevchenko1-2/+2
2016-04-04dmaengine: core: Use dev_ functions for debug and error printsJarkko Nikula1-13/+17
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2016-03-20Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-11/+28
2016-03-17Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds32-457/+1940
2016-03-14Merge branch 'mm-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+13
2016-03-14Merge branch 'topic/xilinx' into for-linusVinod Koul1-95/+109
2016-03-14Merge branch 'topic/sh' into for-linusVinod Koul3-5/+5
2016-03-14Merge branch 'topic/qcom' into for-linusVinod Koul10-20/+1550
2016-03-14Merge branch 'topic/pl330' into for-linusVinod Koul2-28/+74
2016-03-14Merge branch 'topic/omap' into for-linusVinod Koul1-0/+8
2016-03-14Merge branch 'topic/ioatdma' into for-linusVinod Koul4-234/+108
2016-03-14Merge branch 'topic/idma' into for-linusVinod Koul2-1/+4
2016-03-14Merge branch 'topic/edma' into for-linusVinod Koul1-24/+33
2016-03-11dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang2-36/+19
2016-03-11dmaengine: add Qualcomm Technologies HIDMA channel driverSinan Kaya3-0/+876
2016-03-11dmaengine: add Qualcomm Technologies HIDMA management driverSinan Kaya5-0/+649
2016-03-11dmaengine: qcom_bam_dma: move to qcom directorySinan Kaya5-12/+14
2016-03-10dmaengine: at_xdmac: fix residue computationLudovic Desroches1-3/+39
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez3-13/+13
2016-03-09dmaengine: fsldma: fix memory leakXuelin Shi1-0/+2
2016-03-04dmaengine: tegra: Move of_device_id table near to its userLaxman Dewangan1-19/+18
2016-03-04dmaengine: xilinx_vdma: Remove unnecessary variable initializationsKedareswara rao Appana1-3/+3
2016-03-04dmaengine: sirf: use __maybe_unused to hide pm functionsArnd Bergmann1-6/+4
2016-03-03dmaengine: rcar-dmac: clear pertinence number of channelsKuninori Morimoto1-1/+1
2016-03-03dmaengine: sh: shdmac: don't open code of_device_get_match_data()Wolfram Sang1-1/+1