summaryrefslogtreecommitdiff
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* 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: zynqmp_dma: Fix race condition in the probeKedareswara rao Appana2018-03-241-1/+2
* dmaengine: imx-sdma: add 1ms delay to ensure SDMA channel is stoppedJiada Wang2018-03-221-1/+16
* dmaengine: fsl-edma: disable clks on all error pathsAndreas Platschek2018-03-031-14/+14
* 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-171-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: stm32-dma: Fix null pointer dereference in stm32_dma_tx_statusM'boumba Cedric Madianga2017-12-091-7/+3
* dmaengine: stm32-dma: Set correct args number for DMA request from DTM'boumba Cedric Madianga2017-12-091-5/+2
* dmaengine: zx: set DMA_CYCLIC cap_mask bitShawn Guo2017-11-301-0/+1
* dmaengine: dmatest: warn user when dma test times outAdam Wallis2017-11-241-0/+1
* dmaengine: ti-dma-crossbar: Fix possible race condition with dma_inusePeter Ujfalusi2017-10-181-1/+2
* 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: bcm2835: Fix cyclic DMA period splittingMatthias Reichl2017-06-291-1/+4
* dmaengine: mv_xor_v2: set DMA mask to 40 bitsThomas Petazzoni2017-06-141-0/+4
* dmaengine: mv_xor_v2: remove interrupt coalescingThomas Petazzoni2017-06-141-25/+0
* dmaengine: mv_xor_v2: fix tx_submit() implementationThomas Petazzoni2017-06-141-17/+5
* dmaengine: mv_xor_v2: enable XOR engine after its configurationHanna Hawa2017-06-141-3/+3
* dmaengine: mv_xor_v2: do not use descriptors not acked by async_txThomas Petazzoni2017-06-141-10/+22
* dmaengine: mv_xor_v2: properly handle wrapping in the array of HW descriptorsThomas Petazzoni2017-06-141-10/+4
* dmaengine: mv_xor_v2: handle mv_xor_v2_prep_sw_desc() error properlyThomas Petazzoni2017-06-141-0/+6
* dmaengine: ep93xx: Don't drain the transfers in terminate_all()Alexander Sverdlin2017-06-141-4/+33
* 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: iota: ioat_alloc_chan_resources should not perform sleeping alloca...Krister Johansen2017-03-221-2/+2
* dmaengine: imx-sdma - correct the dma transfer residue calculationNandor Han2017-03-151-4/+9
* dmaengine: ipu: Make sure the interrupt routine checks all interrupts.Magnus Lilja2017-03-121-1/+1
* dmaengine: cppi41: Fix oops in cppi41_runtime_resumeTony Lindgren2017-02-091-15/+25
* dmaengine: cppi41: Fix runtime PM timeouts with USB mass storageTony Lindgren2017-02-091-0/+16
* dmaengine: pl330: Fix runtime PM support for terminated transfersMarek Szyprowski2017-01-261-0/+11
* dmaengine: rcar-dmac: unmap slave resource when channel is freedNiklas Söderlund2017-01-261-0/+8
* dmaengine: omap-dma: Fix dynamic lch_map allocationPeter Ujfalusi2017-01-191-9/+21
* dmaengine: cppi41: More PM runtime fixesTony Lindgren2016-11-171-4/+7
* dmaengine: cpp41: Fix handling of error pathTony Lindgren2016-11-141-2/+9
* dmaengine: cppi41: Fix unpaired pm runtime when only a USB hub is connectedTony Lindgren2016-11-141-2/+8
* dmaengine: cppi41: Fix list not empty warning on module removalTony Lindgren2016-11-141-0/+5
* dmaengine: sun6i: fix the uninitialized value for v_lliAxl-zhang2016-11-141-1/+1
* dmaengine: mmp_tdma: add missing select GENERIC_ALLOCATOR in KconfigJérémy Lefaure2016-10-181-0/+1
* dmaengine: edma: Fix error return code in edma_alloc_chan_resources()Wei Yongjun2016-10-181-0/+1