aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2017-11-08dmaengine: stm32_mdma: activate pack/unpack featurePierre-Yves MORDRET1-34/+50
2017-11-08dmaengine: at_hdmac: Remove unnecessary 0x prefixes before %padVinod Koul1-1/+1
2017-11-08dmaengine: coh901318: Remove unnecessary 0x prefixes before %padVinod Koul1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-10-31dmaengine: pch_dma: Replace PCI pool old APIRomain Perier1-6/+6
2017-10-24dmaengine: Convert timers to use timer_setup()Kees Cook4-11/+8
2017-10-24dmaengine: sprd: Add Spreadtrum DMA driverBaolin Wang3-0/+997
2017-10-23dmaengine: sun6i: Retrieve channel count/max request from devicetreeStefan Brüns1-1/+26
2017-10-23dmaengine: Build bcm-sba-raid driver as loadable module for iProc SoCsAnup Patel1-1/+1
2017-10-23dmaengine: bcm-sba-raid: Use common GPL comment headerAnup Patel1-3/+8
2017-10-23dmaengine: bcm-sba-raid: Use only single mailbox channelAnup Patel1-77/+27
2017-10-23dmaengine: bcm-sba-raid: serialize dma_cookie_complete() using reqs_lockAnup Patel1-0/+2
2017-10-20dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese1-2/+2
2017-10-20dmaengine: pl330: fix descriptor allocation failAlexander Kochetkov1-19/+20
2017-10-20dmaengine: rcar-dmac: use TCRB instead of TCR for residueHiroyuki Yokoyama1-1/+1
2017-10-16dmaengine: sun6i: Add support for Allwinner A64 and compatiblesStefan Brüns1-0/+20
2017-10-16dmaengine: sun6i: Move number of pchans/vchans/request to device structStefan Brüns1-10/+16
2017-10-16dmaengine: sun6i: Enable additional burst lengths/widths on H3Stefan Brüns1-9/+45
2017-10-16dmaengine: sun6i: Restructure code to allow extension for new SoCsStefan Brüns1-28/+38
2017-10-16dmaengine: sun6i: Correct burst length field offsets for H3Stefan Brüns1-7/+27
2017-10-16dmaengine: sun6i: Correct setting of clock autogating register for A83T/H3Stefan Brüns1-5/+23
2017-10-16dmaengine: img-mdc: Add runtime PMEd Blake1-24/+53
2017-10-16dmaengine: img-mdc: Add suspend / resume handlingEd Blake1-0/+33
2017-10-12dmaengine: nbpfaxi: Use of_device_get_match_data() helperGeert Uytterhoeven1-3/+2
2017-10-12dmaengine: omap-dma: Implement protection for invalid max_burstPeter Ujfalusi1-0/+5
2017-10-12dmaengine: edma: Implement protection for invalid max_burstPeter Ujfalusi1-0/+5
2017-10-12dmaengine: stm32: remove redundant initialization of hwdescColin Ian King1-2/+2
2017-10-12dmaengine: stm32_mdma: add CONFIG_OF dependencyArnd Bergmann1-1/+1
2017-10-08dmaengine: stm32: use %p format specfier for pointerVinod Koul1-1/+1
2017-10-08dmaengine: stm32-dmamux: Fix a NULL vs IS_ERR() check in probeDan Carpenter1-2/+2
2017-10-08dmaengine: Add STM32 MDMA driverPierre-Yves MORDRET3-0/+1679
2017-09-28dmaengine: altera: fix spinlock usageSylvain Lesne1-14/+21
2017-09-28dmaengine: altera: fix response FIFO emptyingSylvain Lesne1-1/+1
2017-09-27dmaengine: sa11x0: add DMA filtersRussell King1-0/+11
2017-09-27dmaengine: Add STM32 DMAMUX driverPierre-Yves MORDRET3-0/+337
2017-09-25dmaengine: qcom-bam: Process multiple pending descriptorsSricharan R1-60/+109
2017-09-21dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inusePeter Ujfalusi1-1/+2
2017-09-21dmaengine: sun6i: use of_device_get_match_dataCorentin Labbe1-4/+2
2017-09-21dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi1-3/+16
2017-09-21dmaengine: imx-sdma: Correct src_addr_widths and directionsNicolin Chen1-3/+11
2017-09-17dmaengine: xilinx_dma: Move enum xdma_ip_type to driver fileLars-Peter Clausen1-0/+14
2017-09-17dmaengine: axi-dmac: Fix software cyclic modeLars-Peter Clausen1-18/+51
2017-09-17dmaengine: axi-dmac: Only use hardware cyclic mode for single segment transfersLars-Peter Clausen1-2/+4
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds32-1156/+1604
2017-09-06Merge branch 'topic/dmatest' into for-linusVinod Koul9-780/+140
2017-09-06Merge branch 'topic/qcom' into for-linusVinod Koul5-16/+61
2017-09-06Merge branch 'topic/ppc4xx' into for-linusVinod Koul1-13/+10
2017-09-06Merge branch 'topic/of' into for-linusVinod Koul2-12/+10
2017-09-06Merge branch 'topic/k3dma' into for-linusVinod Koul1-8/+4
2017-09-06Merge branch 'topic/ioat' into for-linusVinod Koul4-4/+53