summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2016-08-10dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches1-1/+23
2016-08-10dmaengine: at_xdmac: fix residue corruptionLudovic Desroches1-22/+32
2016-08-10dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches1-2/+2
2016-05-05dmaengine: pxa_dma: fix the maximum requestor lineRobert Jarzmik1-11/+28
2016-05-05dmaengine: hsu: correct use of channel status registerAndy Shevchenko2-1/+4
2016-05-05dmaengine: dw: fix master selectionAndy Shevchenko1-15/+19
2016-03-16dmaengine: at_xdmac: fix residue computationLudovic Desroches1-3/+39
2016-03-10dmaengine: pxa_dma: fix cyclic transfersRobert Jarzmik1-1/+7
2016-03-04dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko1-5/+10
2016-03-04dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu1-0/+3
2016-03-04dmaengine: dw: fix cyclic transfer callbacksMans Rullgard1-6/+15
2016-03-04dmaengine: dw: fix cyclic transfer setupMans Rullgard1-22/+1
2016-01-07dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu1-0/+4
2016-01-06dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock"Ashutosh Dixit1-10/+5
2015-12-10dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen1-0/+1
2015-12-10Merge branch 'fix/edma' into fixesVinod Koul1-18/+35
2015-12-10dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit typePeter Ujfalusi1-6/+25
2015-12-10dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi1-12/+10
2015-12-05dmaengine: mic_x100: add missing spin_unlockSaurabh Sengar1-5/+10
2015-12-05dmaengine: bcm2835-dma: Convert to use DMA poolPeter Ujfalusi1-24/+54
2015-12-05dmaengine: at_xdmac: fix bad behavior in interleaved modeSylvain ETIENNE1-1/+3
2015-12-05dmaengine: at_xdmac: fix false condition for memset_sg transfersLudovic Desroches1-1/+1
2015-12-05dmaengine: at_xdmac: fix macro typoLudovic Desroches1-1/+1
2015-11-16dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann2-13/+13
2015-11-16dmaengine: at_xdmac: use %pad format string for dma_addr_tArnd Bergmann1-10/+10
2015-11-16dmaengine: imx-sdma: remove __init annotation on sdma_event_remapJason Liu1-1/+1
2015-11-16dmaengine: edma: predecence bug in GET_NUM_QDMACH()Dan Carpenter1-1/+1
2015-11-16dmaengine: edma: fix build without CONFIG_OFArnd Bergmann1-1/+1
2015-11-16dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalanceGeert Uytterhoeven1-1/+2
2015-11-16dmaengine: sh: usb-dmac: Fix crash on runtime suspendGeert Uytterhoeven1-2/+6
2015-11-10Merge tag 'dmaengine-4.4-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds30-537/+2278
2015-11-05Merge tag 'char-misc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+38
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+11
2015-11-04dmaengine: edma: Add dummy driver skeleton for edma3-tptcPeter Ujfalusi1-0/+19
2015-10-31Merge branch 'topic/ioatdma' into for-linusVinod Koul4-5/+152
2015-10-31Merge branch 'topic/idma' into for-linusVinod Koul4-21/+19
2015-10-31Merge branch 'topic/edma' into for-linusVinod Koul3-283/+1809
2015-10-31Merge branch 'topic/dw' into for-linusVinod Koul2-32/+48
2015-10-31dmaengine: dw: some Intel devices has no memcpy supportAndy Shevchenko1-1/+5
2015-10-31dmaengine: dw: platform: provide platform data for IntelAndy Shevchenko1-1/+16
2015-10-31dmaengine: dw: don't override platform data with autocfgAndy Shevchenko1-30/+27
2015-10-29dmaengine: hdmac: Add scatter-gathered memset supportMaxime Ripard1-0/+79
2015-10-29dmaengine: hdmac: factorise memset descriptor allocationMaxime Ripard2-41/+58
2015-10-29Merge branch 'topic/dw' into for-linusVinod Koul2-19/+13
2015-10-27dmaengine: virt-dma: Fix kernel-doc annotationsLars-Peter Clausen1-9/+9
2015-10-27dmaengine: edma: New device tree bindingPeter Ujfalusi1-146/+340
2015-10-27dmaengine: Kconfig: edma: Select TI_DMA_CROSSBAR in case of ARCH_OMAPPeter Ujfalusi1-0/+1
2015-10-27dmaengine: ti-dma-crossbar: Add support for crossbar on AM33xx/AM43xxPeter Ujfalusi1-30/+221
2015-10-27dmaengine: edma: Merge the of parsing functionsPeter Ujfalusi1-16/+8
2015-10-27dmaengine: edma: Do not allocate memory for edma_rsv_info in case of DT bootPeter Ujfalusi1-6/+0