aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-16Merge branch 'topic/mv_xor' into for-linusVinod Koul4-1/+894
2016-07-16Merge branch 'topic/edma' into for-linusVinod Koul1-6/+9
2016-07-16Merge branch 'topic/bcm' into for-linusVinod Koul1-1/+1
2016-07-16Merge branch 'topic/bam' into for-linusVinod Koul2-3/+111
2016-07-16Merge branch 'topic/axi' into for-linusVinod Koul1-1/+7
2016-07-16Merge branch 'topic/at_xdmac' into for-linusVinod Koul1-2/+2
2016-07-12dmaengine: imx-sdma: ack channel 0 IRQ in the interrupt handlerMichael Olbrich1-15/+8
2016-07-12dmaengine: qcom_hidma: fix return value check in hidma_mgmt_of_populate_channels()Wei Yongjun1-2/+2
2016-07-12dmaengine: mv_xor_v2: remove trailing whitespaceVinod Koul1-1/+0
2016-07-12dmaengine: mv_xor_v2: new driverThomas Petazzoni3-0/+894
2016-07-12dmaengine: zynqmp: avoid cast warningArnd Bergmann1-1/+1
2016-07-12dmaengine: xilinx: Fix race condition in axi dma cyclic dma modeKedareswara rao Appana1-4/+5
2016-07-08dmaengine: Add Xilinx zynqmp dma engine driver supportKedareswara rao Appana3-0/+1153
2016-07-08dmaengine: rcar-dmac: Fix residue reporting for pending descriptorsLaurent Pinchart1-2/+29
2016-07-08dmaengine: rcar-dmac: Fixed active descriptor initializingMuhammad Hamza Farooq1-0/+2
2016-07-08dmaengine: rcar-dmac: warn if transfer cannot start as TE = 1Niklas Söderlund1-1/+1
2016-07-08dmaengine: rcar-dmac: use result of updated get_residue in tx_statusMuhammad Hamza Farooq1-0/+4
2016-07-08dmaengine: xilinx: Use different channel names for each dmaKedareswara rao Appana1-2/+6
2016-07-08dmaengine: xilinx: Rename driver and configKedareswara rao Appana3-4/+9
2016-07-08dmaengine: vdma: Add support for mulit-channel dma modeKedareswara rao Appana1-23/+190
2016-07-06dmaengine: qcom-bam-dma: add __maybe_unused annotations for PMArnd Bergmann1-6/+5
2016-07-06dmaengine: bcm2835: fix 64-bit warningArnd Bergmann1-2/+3
2016-07-01dmaengine: axi-dmac: Return IRQ_NONE if no IRQs are pendingLars-Peter Clausen1-0/+3
2016-07-01dmaengine: axi-dmac: Propagate errors from platform_get_irq()Lars-Peter Clausen1-1/+3
2016-07-01dmaengine: axi-dmac: Add MODULE_DEVICE_TABLE()Lars-Peter Clausen1-0/+1
2016-07-01dmaengine: bcm2835: fix 64-bit warningArnd Bergmann1-2/+3
2016-06-30dmaengine: qcom-bam-dma: Add pm_runtime supportPramod Gurav1-1/+109
2016-06-30dmaengine: tegra-apb: Return the actual descriptor statusJon Hunter1-2/+2
2016-06-30dmaengine: tegra-apb: Remove duplicated residue calculationJon Hunter1-12/+12
2016-06-30dmaengine: tegra-apb: Correct grammar in TX status debug messageJon Hunter1-1/+1
2016-06-30dmaengine: at_xdmac: fix debug stringAlexandre Belloni1-2/+2
2016-06-28dmaengine: ti-dma-crossbar: make omap_dmaxbar_init staticBen Dooks1-1/+1
2016-06-25dmaengine: hsu: Export hsu_dma_get_status()Chuah, Kim Tatt2-23/+78
2016-06-21dmaengine: Remove site specific OOM error messages on kzallocPeter Griffin17-84/+28
2016-06-21dmaengine: tegra20-apb-dma: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2016-06-21dmaengine: sun6i-dma: Only calculate residue if state exists.Peter Griffin1-1/+1
2016-06-21dmaengine: ste_dma40: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2016-06-21dmaengine: s3c24xx: Simplify code in s3c24xx_dma_tx_status()Peter Griffin1-5/+1
2016-06-21dmaengine: coh901318: Only calculate residue if txstate exists.Peter Griffin1-1/+1
2016-06-21dmaengine: fsl-edma: print error code in error messages.Peter Griffin1-2/+4
2016-06-21dmaengine: fsl-edma: Fix clock handling error pathsPeter Griffin1-4/+15
2016-06-21dmaengine: vdma: Add 64 bit addressing support for the axi cdmaKedareswara rao Appana1-12/+16
2016-06-21dmaengine: vdma: Add 64 bit addressing support for the axi dmaKedareswara rao Appana1-16/+47
2016-06-14dmaengine: tegra: Remove some whitespace funkinessThierry Reding1-7/+5
2016-06-13dmaengine: xilinx-vdma: add some sanity checksArnd Bergmann1-0/+6
2016-06-13dmaengine: vdma: Fix compilation warning in cyclic dma modeKedareswara rao Appana1-1/+1
2016-06-08dmaengine: bcm2835: fix unexported functionBen Dooks1-1/+1
2016-06-08dmaengine: at_xdmac: fix un-exported functionsBen Dooks1-2/+2
2016-06-08dmaengine: sirf: fix un-exported struct warningsBen Dooks1-3/+3
2016-06-08dmaengine: ste_dma40_ll: make d40_width_to_bits staticBen Dooks1-1/+1