summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: usb-dmac: fix endless loop in usb_dmac_chan_terminate_all()Yoshihiro Shimoda2018-06-061-2/+2
* dmaengine: pl330: fix a race condition in case of threaded irqsQi Hou2018-05-301-2/+4
* dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3Yoshihiro Shimoda2018-05-301-1/+1
* dmaengine: at_xdmac: fix rare residue corruptionMaxime Jayat2018-04-241-2/+2
* dmaengine: imx-sdma: Handle return value of clk_prepare_enableArvind Yadav2018-04-131-5/+18
* dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63Vignesh R2018-03-241-1/+9
* dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stoppedJiada Wang2018-03-221-1/+16
* dmaengine: zx: fix build warningJun Nie2018-02-251-1/+1
* dmaengine: jz4740: disable/unprepare clk if probe failsTobias Jordan2018-02-251-1/+3
* dmaengine: at_hdmac: fix potential NULL pointer dereference in atc_prep_dma_i...Gustavo A. R. Silva2018-02-251-1/+3
* dmaengine: ioat: Fix error handling pathChristophe JAILLET2018-02-251-1/+1
* dmaengine: dmatest: fix container_of member in dmatest_callbackYang Shunyong2018-02-161-1/+1
* dmaengine: ti-dma-crossbar: Correct am335x/am43xx mux value typePeter Ujfalusi2017-12-201-4/+4
* dmaengine: Fix array index out of bounds warning in __get_unmap_pool()Matthias Kaehlcke2017-12-201-0/+2
* dmaengine: dmatest: move callback wait queue to thread contextAdam Wallis2017-12-201-24/+31
* dmaengine: pl330: fix double lockIago Abal2017-12-091-13/+6
* dmaengine: zx: set DMA_CYCLIC cap_mask bitShawn Guo2017-11-301-0/+1
* dmaengine: dmatest: warn user when dma test times outAdam Wallis2017-11-211-0/+1
* dmaengine: edma: Align the memcpy acnt array size with the transferPeter Ujfalusi2017-10-181-3/+16
* dmaengine: ti-dma-crossbar: Add some 'of_node_put()' in error path.Christophe JAILLET2017-08-061-0/+2
* dmaengine: ioatdma: workaround SKX ioatdma versionDave Jiang2017-08-061-0/+2
* dmaengine: ioatdma: Add Skylake PCI Dev IDDave Jiang2017-08-062-1/+10
* dmaengine: ep93xx: Always start from BASE0Alexander Sverdlin2017-06-141-0/+2
* dmaengine: usb-dmac: Fix DMAOR AE bit definitionHiroyuki Yokoyama2017-06-141-1/+1
* dmaengine: ipu: Make sure the interrupt routine checks all interrupts.Magnus Lilja2017-03-121-1/+1
* dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski2017-01-261-0/+11
* dmaengine: at_xdmac: fix spurious flag status for mem2mem transfersLudovic Desroches2016-11-181-3/+15
* dmaengine: ipu: remove bogus NO_IRQ referenceArnd Bergmann2016-10-311-5/+4
* dmaengine: at_xdmac: fix to pass correct device identity to free_irq()Wei Yongjun2016-10-071-2/+2
* dmaengine: at_xdmac: fix debug stringAlexandre Belloni2016-10-071-2/+2
* dmaengine: usb-dmac: check CHCR.DE bit in usb_dmac_isr_channel()Yoshihiro Shimoda2016-09-071-8/+11
* dmaengine: at_xdmac: double FIFO flush needed to compute residueLudovic Desroches2016-08-101-1/+23
* dmaengine: at_xdmac: fix residue corruptionLudovic Desroches2016-08-101-22/+32
* dmaengine: at_xdmac: align descriptors on 64 bitsLudovic Desroches2016-08-101-2/+2
* dmaengine: pxa_dma: fix the maximum requestor lineRobert Jarzmik2016-05-041-11/+28
* dmaengine: hsu: correct use of channel status registerAndy Shevchenko2016-05-042-1/+4
* dmaengine: dw: fix master selectionAndy Shevchenko2016-05-041-15/+19
* dmaengine: at_xdmac: fix residue computationLudovic Desroches2016-03-161-3/+39
* dmaengine: pxa_dma: fix cyclic transfersRobert Jarzmik2016-03-091-1/+7
* dmaengine: dw: disable BLOCK IRQs for non-cyclic xferAndy Shevchenko2016-03-031-5/+10
* dmaengine: at_xdmac: fix resume for cyclic transfersSongjun Wu2016-03-031-0/+3
* dmaengine: dw: fix cyclic transfer callbacksMans Rullgard2016-03-031-6/+15
* dmaengine: dw: fix cyclic transfer setupMans Rullgard2016-03-031-22/+1
* dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flagRameshwar Prasad Sahu2016-01-071-0/+4
* dmaengine: Revert "dmaengine: mic_x100: add missing spin_unlock"Ashutosh Dixit2016-01-061-10/+5
* dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy()Cyrille Pitchen2015-12-101-0/+1
* Merge branch 'fix/edma' into fixesVinod Koul2015-12-101-18/+35
|\
| * dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit typePeter Ujfalusi2015-12-101-6/+25
| * dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi2015-12-101-12/+10
* | dmaengine: mic_x100: add missing spin_unlockSaurabh Sengar2015-12-051-5/+10