summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2016-06-07dmaengine: mv_xor: Fix incorrect offset in dma_map_page()Stefan Roese-4/+6
2016-05-30dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches-1/+23
2016-05-30dmaengine: at_xdmac: fix residue corruptionLudovic Desroches-22/+32
2016-05-30dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches-2/+2
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann-8/+8
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-1073/+4730
2016-05-17Merge branch 'topic/xilinx' into for-linusVinod Koul-368/+1297
2016-05-17Merge branch 'topic/tegra' into for-linusVinod Koul-2/+869
2016-05-17Merge branch 'topic/sun6i' into for-linusVinod Koul-66/+188
2016-05-17Merge branch 'topic/qcom' into for-linusVinod Koul-43/+1291
2016-05-17Merge branch 'topic/pxa' into for-linusVinod Koul-2/+14
2016-05-17Merge branch 'topic/pl08x' into for-linusVinod Koul-28/+58
2016-05-17Merge branch 'topic/mv_xor' into for-linusVinod Koul-21/+80
2016-05-17Merge branch 'topic/mpc512x' into for-linusVinod Koul-64/+110
2016-05-17Merge branch 'topic/hsu' into for-linusVinod Koul-3/+9
2016-05-17Merge branch 'topic/dw' into for-linusVinod Koul-333/+293
2016-05-17Merge branch 'topic/bcm' into for-linusVinod Koul-130/+474
2016-05-17Merge branch 'topic/core' into for-linusVinod Koul-6/+15
2016-05-14dmaengine: ioatdma: disable relaxed ordering for ioatdmaDave Jiang-0/+19
2016-05-14dmaengine: of_dma: approximate an average distributionNiklas Söderlund-2/+10
2016-05-14dmaengine: core: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas-3/+3
2016-05-14dmaengine: edma: Re-evaluate errors when ccerr is triggered w/o error eventPeter Ujfalusi-1/+10
2016-05-14dmaengine: qcom_hidma: add support for object hierarchySinan Kaya-5/+147
2016-05-14dmaengine: qcom_hidma: add debugfs hooksSinan Kaya-2/+224
2016-05-14dmaengine: qcom_hidma: implement lower level hardware interfaceSinan Kaya-25/+895
2016-05-13dmaengine: vdma: Add clock supportKedareswara rao Appana-2/+224
2016-05-13dmaengine: vdma: Add config structure to differentiate dmasKedareswara rao Appana-32/+51
2016-05-13dmaengine: tegra-adma: Add support for Tegra210 ADMAJon Hunter-0/+855
2016-05-12dmaengine: vdma: Add Support for Xilinx AXI Central Direct Memory Access EngineKedareswara rao Appana-2/+234
2016-05-12dmaengine: vdma: Add Support for Xilinx AXI Direct Memory Access EngineKedareswara rao Appana-42/+432
2016-05-12dmaengine: vdma: Rename xilinx_vdma_ prefix to xilinx_dmaKedareswara rao Appana-316/+316
2016-05-12dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLICAndy Shevchenko-2/+2
2016-05-03dmaengine: mv_xor: Allow selecting mv_xor for mvebu only compatible SoCGregory CLEMENT-1/+1
2016-05-03dmaengine: mv_xor: add support for Armada 3700 SoCMarcin Wojtas-7/+49
2016-05-03dmaengine: mv_xor: use SoC type instead of directly the operation modeGregory CLEMENT-12/+29
2016-05-03dmaengine: mv_xor: make the code 64 bits compliantGregory CLEMENT-2/+2
2016-05-03dmaengine: vdma: Use dma_pool_zallocJulia Lawall-2/+1
2016-05-03dmaengine: fsldma: Use dma_pool_zallocJulia Lawall-2/+1
2016-05-03dmaengine: ioatdma: Use dma_pool_zallocJulia Lawall-3/+2
2016-05-03dmaengine: mmp_pdma: Use dma_pool_zallocJulia Lawall-2/+1
2016-05-02dmaengine: sun6i: Add cyclic capabilityJean-Francois Moine-7/+122
2016-05-02dmaengine: sun6i: Remove useless checkJean-Francois Moine-5/+0
2016-05-02dmaengine: sun6i: Set default maxburst size and bus widthJean-Francois Moine-4/+24
2016-05-02dmaengine: dw: pass platform data via struct dw_dma_chipAndy Shevchenko-8/+11
2016-05-02dmaengine: dw: keep entire platform data in struct dw_dmaAndy Shevchenko-20/+19
2016-05-02dmaengine: dw: revisit data_width propertyAndy Shevchenko-33/+14
2016-05-02dmaengine: dw: platform: check nr_masters to be non-zeroAndy Shevchenko-10/+10
2016-05-02dmaengine: tegra-apb: proper default init of channel slave_idShardar Shariff Md-2/+14
2016-05-02dmaengine: bcm2835: fix typo/added newline in legacy-mode warning messageMartin Sperl-1/+1
2016-04-26dmaengine: pxa_dma: remove duplicate const qualifierEric Engestrom-1/+1