summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2022-06-14dmaengine: stm32-mdma: remove GISR1 registerAmelie Delaunay1-16/+5
2022-04-27dma: at_xdmac: fix a missing check on list iteratorXiaomeng Tong1-5/+7
2022-04-27dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_...zhangqilong1-3/+6
2022-04-27dmaengine: imx-sdma: Fix error checking in sdma_event_remapMiaoqian Lin1-2/+2
2022-04-15dmaengine: Revert "dmaengine: shdma: Fix runtime PM imbalance on error"Vinod Koul1-3/+1
2022-03-08dmaengine: shdma: Fix runtime PM imbalance on errorYongzhi Liu1-1/+3
2022-02-23dmaengine: sh: rcar-dmac: Check for error num after setting maskJiasheng Jiang1-1/+3
2022-02-23dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus1-2/+4
2022-01-27dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus1-9/+9
2022-01-27dmaengine: at_xdmac: Fix lld view settingTudor Ambarus1-1/+3
2022-01-27dmaengine: at_xdmac: Fix concurrency over xfers_listTudor Ambarus1-7/+10
2022-01-27dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus1-2/+4
2022-01-27dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus1-6/+0
2022-01-27dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASKAmelie Delaunay1-1/+1
2022-01-27dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2-13/+0
2021-12-22dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-11-17dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`Lars-Peter Clausen1-1/+1
2021-11-17dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea1-1/+1
2021-09-26dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey1-1/+1
2021-09-26dmaengine: ioat: depends on !UMLJohannes Berg1-1/+1
2021-09-26dmaengine: sprd: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-09-26dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko1-3/+7
2021-09-22dmaengine: imx-sdma: remove duplicated sdma_load_contextRobin Gong1-4/+1
2021-09-22Revert "dmaengine: imx-sdma: refine to load context only once"Robin Gong1-8/+0
2021-08-26dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi1-2/+7
2021-08-26dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai1-1/+1
2021-08-26dmaengine: xilinx_dma: Fix read-after-free bug when terminating transfersAdrian Larumbe1-0/+12
2021-08-12dmaengine: imx-dma: configure the generic DMA type to make it workJuergen Borleis1-0/+2
2021-07-20dmaengine: fsl-qdma: check dma_set_mask return valueRobin Gong1-1/+5
2021-06-30dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dmaGuillaume Ranquet1-1/+1
2021-06-30dmaengine: mediatek: do not issue a new desc if one is still currentGuillaume Ranquet1-8/+12
2021-06-30dmaengine: mediatek: free the proper desc in desc_free handlerGuillaume Ranquet1-4/+1
2021-06-30dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe()Zou Wei1-1/+1
2021-06-30dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc()Yu Kuai1-1/+1
2021-06-23dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee1-2/+4
2021-06-23dmaengine: stedma40: add missing iounmap() on error in d40_probe()Yang Yingliang1-0/+3
2021-06-23dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap1-0/+1
2021-06-23dmaengine: ALTERA_MSGDMA depends on HAS_IOMEMRandy Dunlap1-0/+1
2021-06-03dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter1-0/+14
2021-06-03Revert "dmaengine: qcom_hidma: Check for driver register failure"Greg Kroah-Hartman1-1/+2
2021-05-22dmaengine: dw-edma: Fix crash on loading/unloading driverGustavo Pimentel1-6/+5
2021-04-21dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko1-0/+2
2021-03-04dmaengine: hsu: disable spurious interruptFerry Toth1-10/+11
2021-03-04dmaengine: owl-dma: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-03-04dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET1-0/+5
2021-03-04dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-01-17dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham1-1/+1
2021-01-17dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()Shravya Kumbham1-1/+2
2021-01-17dmaengine: xilinx_dma: check dma_async_device_register return valueShravya Kumbham1-1/+5
2021-01-17dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling pat...Christophe JAILLET1-0/+1