summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2017-12-20dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value typePeter Ujfalusi1-4/+4
2017-12-20dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke1-0/+2
2017-12-20dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis1-24/+31
2017-12-09dmaengine: pl330: fix double lockIago Abal1-13/+6
2017-11-30dmaengine: zx: set DMA_CYCLIC cap_mask bitShawn Guo1-0/+1
2017-11-21dmaengine: dmatest: warn user when dma test times outAdam Wallis1-0/+1
2017-10-18dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi1-3/+16
2017-08-07dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.Christophe JAILLET1-0/+2
2017-08-07dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang1-0/+2
2017-08-07dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang2-1/+10
2017-06-14dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin1-0/+2
2017-06-14dmaengine: usb-dmac: Fix DMAOR AE bit definitionHiroyuki Yokoyama1-1/+1
2017-03-12dmaengine: ipu: Make sure the interrupt routine checks all interrupts.Magnus Lilja1-1/+1
2017-01-26dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski1-0/+11
2016-11-18dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches1-3/+15
2016-10-31dmaengine: ipu: remove bogus NO_IRQ referenceArnd Bergmann1-5/+4
2016-10-07dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun1-2/+2
2016-10-07dmaengine: at_xdmac: fix debug stringAlexandre Belloni1-2/+2
2016-09-07dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()Yoshihiro Shimoda1-8/+11
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