summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)Author
2016-04-19dmaengine: dw: lazy allocation of dma descriptorsChristian Lamparter
2016-04-19dmaengine: qcom: bam_dma: rename BAM_MAX_DATA_SIZE defineStanimir Varbanov
2016-04-19dmaengine: qcom: bam_dma: use correct pipe FIFO sizeStanimir Varbanov
2016-04-19dmaengine: qcom: bam_dma: add controlled-remotely dt propertyStanimir Varbanov
2016-04-19dmaengine: qcom: bam_dma: clear BAM interrupt only if it is raisedStanimir Varbanov
2016-04-19dmaengine: qcom: bam_dma: fix dma free memory on removeStanimir Varbanov
2016-04-19dmaengine: bcm2835: use platform_get_irq_bynameMartin Sperl
2016-04-16Merge branch 'fix/edma' into fixesVinod Koul
2016-04-16Merge branch 'fix/xilinx' into fixesVinod Koul
2016-04-16Merge branch 'fix/omap' into fixesVinod Koul
2016-04-16Merge branch 'fix/hsu' into fixesVinod Koul
2016-04-15dmaengine: bcm2835: add dma_memcopy support to bcm2835-dmaMartin Sperl
2016-04-15dmaengine: bcm2835: add slave_sg support to bcm2835-dmaMartin Sperl
2016-04-15dmaengine: bcm2835: limit max length based on channel typeMartin Sperl
2016-04-15dmaengine: bcm2835: move controlblock chain generation into separate methodMartin Sperl
2016-04-15dmaengine: bcm2835: move cyclic member from bcm2835_chan into bcm2835_descMartin Sperl
2016-04-15dmaengine: bcm2835: add additional defines for DMA-registersMartin Sperl
2016-04-15dmaengine: bcm2835: remove unnecessary masking of dma channelsMartin Sperl
2016-04-15dmaengine: bcm2835: set residue_granularity fieldMartin Sperl
2016-04-13dmaengine: dw: set cdesc to NULL when free cyclic transfersAndy Shevchenko
2016-04-13dmaengine: dw: move residue to a descriptorAndy Shevchenko
2016-04-13dmaengine: dw: move dwc->initialized to dwc->flagsAndy Shevchenko
2016-04-13dmaengine: dw: move dwc->paused to dwc->flagsAndy Shevchenko
2016-04-13dmaengine: dw: define counter variables as unsigned intAndy Shevchenko
2016-04-13dmaengine: dw: substitute dma_read_byaddr by dma_readl_nativeAndy Shevchenko
2016-04-13dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chainMans Rullgard
2016-04-13dmaengine: dw: set LMS field in descriptorsMans Rullgard
2016-04-13dmaengine: dw: fix byte order of hw descriptor fieldsMans Rullgard
2016-04-13dmaengine: dw: set src and dst master select according to xfer directionMans Rullgard
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko
2016-04-13dmaengine: core: Revert back to pr_debug in __dma_request_channel()Jarkko Nikula
2016-04-06dmaengine: vdma: Fix checkpatch.pl warningsKedareswara rao Appana
2016-04-06dmaengine: vdma: Fix race condition in Non-SG modeKedareswara rao Appana
2016-04-06dmaengine: vdma: Add 64 bit addressing support to the driverKedareswara rao Appana
2016-04-06dmaengine: edma: special case slot limit workaroundJohn Ogness
2016-04-06dmaengine: edma: Remove dynamic TPTC power management featurePeter Ujfalusi
2016-04-05dmaengine: pl08x: allocate OF slave channel data at probe timeLinus Walleij
2016-04-05dmaengine: add DMA_CYCLIC to dma_get_slave_capsVinod Koul
2016-04-05dmaengine: vdma: don't crash when bad channel is requestedFranck Jullien
2016-04-05dmaengine: omap-dma: Do not suppress interrupts for memcpyPeter Ujfalusi
2016-04-05dmaengine: omap-dma: Fix polled channel completion detection and handlingPeter Ujfalusi
2016-04-04dmaengine: mpc512x: Fix code styleMario Six
2016-04-04dmaengine: mpc512x: Implement additional chunk sizes for DMA transfersMario Six
2016-04-04dmaengine: mpc512x: Fix hanging DMA device transfer for MPC8308Mario Six
2016-04-04dmaengine: hsu: set maximum allowed segment size for DMAAndy Shevchenko
2016-04-04dmaengine: hsu: don't check direction of timeouted channelAndy Shevchenko
2016-04-04dmaengine: hsu: allow more than 3 descriptorsAndy Shevchenko
2016-04-04dmaengine: hsu: correct use of channel status registerAndy Shevchenko
2016-04-04dmaengine: hsu: correct residue calculation of active descriptorAndy Shevchenko