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