summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches2016-08-101-1/+23
* dmaengine: at_xdmac: fix residue corruptionLudovic Desroches2016-08-101-22/+32
* dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches2016-08-101-2/+2
* Merge branch 'fix/edma' into fixesVinod Koul2016-04-161-38/+25
|\
| * dmaengine: edma: special case slot limit workaroundJohn Ogness2016-04-061-3/+22
| * dmaengine: edma: Remove dynamic TPTC power management featurePeter Ujfalusi2016-04-061-35/+3
* | Merge branch 'fix/xilinx' into fixesVinod Koul2016-04-161-1/+1
|\ \
| * | dmaengine: vdma: don't crash when bad channel is requestedFranck Jullien2016-04-051-1/+1
| |/
* | Merge branch 'fix/omap' into fixesVinod Koul2016-04-161-9/+17
|\ \
| * | dmaengine: omap-dma: Do not suppress interrupts for memcpyPeter Ujfalusi2016-04-051-3/+1
| * | dmaengine: omap-dma: Fix polled channel completion detection and handlingPeter Ujfalusi2016-04-051-6/+16
| |/
* | Merge branch 'fix/hsu' into fixesVinod Koul2016-04-162-5/+11
|\ \
| * | dmaengine: hsu: correct use of channel status registerAndy Shevchenko2016-04-042-1/+4
| * | dmaengine: hsu: correct residue calculation of active descriptorAndy Shevchenko2016-04-041-2/+5
| * | dmaengine: hsu: set HSU_CH_MTSR to memory widthAndy Shevchenko2016-04-041-2/+2
| |/
* / dmaengine: dw: fix master selectionAndy Shevchenko2016-04-131-15/+19
|/
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-241-1/+1
|\
| * asm-generic: remove old nonatomic-io wrapper filesArnd Bergmann2016-03-011-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2016-03-201-11/+28
|\ \
| * | dmaengine: pxa_dma: fix the maximum requestor lineRobert Jarzmik2016-02-261-11/+28
| |/
* | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-03-1732-460/+1943
|\ \
| * \ Merge branch 'topic/xilinx' into for-linusVinod Koul2016-03-141-95/+109
| |\ \
| | * | dmaengine: xilinx_vdma: Remove unnecessary variable initializationsKedareswara rao Appana2016-03-041-3/+3
| | * | dmaengine: xilinx_vdma: Use readl_poll_timeout instead of do while loop'sKedareswara rao Appana2016-03-031-24/+22
| | * | dmaengine: xilinx_vdma: Simplify spin lock handlingKedareswara rao Appana2016-03-031-17/+12
| | * | dmaengine: xilinx_vdma: Fix issues with non-parking modeKedareswara rao Appana2016-03-031-0/+4
| | * | dmaengine: xilinx_vdma: Improve SG engine handlingKedareswara rao Appana2016-03-031-55/+72
| | |/
| * | Merge branch 'topic/sh' into for-linusVinod Koul2016-03-143-5/+5
| |\ \
| | * | dmaengine: rcar-dmac: clear pertinence number of channelsKuninori Morimoto2016-03-031-1/+1
| | * | dmaengine: sh: shdmac: don't open code of_device_get_match_data()Wolfram Sang2016-03-031-1/+1
| | * | dmaengine: sh: Use ARCH_RENESASSimon Horman2016-02-081-3/+3
| | |/
| * | Merge branch 'topic/qcom' into for-linusVinod Koul2016-03-1410-20/+1550
| |\ \
| | * | dmaengine: add Qualcomm Technologies HIDMA channel driverSinan Kaya2016-03-113-0/+876
| | * | dmaengine: add Qualcomm Technologies HIDMA management driverSinan Kaya2016-03-115-0/+649
| | * | dmaengine: qcom_bam_dma: move to qcom directorySinan Kaya2016-03-115-12/+14
| | * | dmaengine: qcom_bam_dma: Make driver work for BEAndy Gross2016-03-031-8/+11
| | |/
| * | Merge branch 'topic/pl330' into for-linusVinod Koul2016-03-142-28/+74
| |\ \
| | * | dmaengine: pl330: fix to support the burst modeCaesar Wang2016-03-011-5/+4
| | * | dmaengine: pl330: add max burst for dmaengineShawn Lin2016-02-091-0/+3
| | * | dmaengine: core: expose max burst capability to clientsShawn Lin2016-02-091-0/+1
| | * | dmaengine: pl330: add quirk for broken no flushpAddy Ke2016-02-091-25/+62
| | * | dmaengine: pl330: support burst mode for dev-to-mem and mem-to-dev transmitBoojin Kim2016-02-091-7/+13
| | |/
| * | Merge branch 'topic/omap' into for-linusVinod Koul2016-03-141-0/+8
| |\ \
| | * | dmaengine: omap-dma: Implement device_synchronize callbackPeter Ujfalusi2016-02-221-0/+8
| | |/
| * | Merge branch 'topic/ioatdma' into for-linusVinod Koul2016-03-144-234/+108
| |\ \
| | * | dmaengine: IOATDMA: revise channel reset workaround on CB3.3 platformsDave Jiang2016-03-112-36/+19
| | * | dmaengine: IOATDMA: Allocate DMA descriptor ring in contig DMA memoryDave Jiang2016-02-154-34/+81
| | * | dmaengine: IOATDMA: Removing descriptor ring reshapeDave Jiang2016-02-153-157/+1
| | * | dmaengine: IOATDMA: Convert pci_pool_* to dma_pool_*Dave Jiang2016-02-153-15/+15
| | |/
| * | Merge branch 'topic/idma' into for-linusVinod Koul2016-03-142-1/+4
| |\ \