summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: sh: rcar-dmac: Check for error num after setting maskJiasheng Jiang2022-02-231-1/+3
* dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus2022-01-271-9/+9
* dmaengine: at_xdmac: Fix lld view settingTudor Ambarus2022-01-271-1/+3
* dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus2022-01-271-2/+4
* dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-01-271-6/+0
* dmaengine: pxa/mmp: stop referencing config->slave_idArnd Bergmann2022-01-272-13/+0
* dmaengine: st_fdma: fix MODULE_ALIASAlyssa Ross2021-12-221-1/+1
* dmaengine: dmaengine_desc_callback_valid(): Check for `callback_result`Lars-Peter Clausen2021-11-261-1/+1
* dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea2021-11-261-1/+1
* dmaengine: xilinx_dma: Set DMA mask for coherent APIsRadhey Shyam Pandey2021-09-261-1/+1
* dmaengine: ioat: depends on !UMLJohannes Berg2021-09-261-1/+1
* dmaengine: acpi: Avoid comparison GSI with Linux vIRQAndy Shevchenko2021-09-261-3/+7
* dmaengine: of-dma: router_xlate to return -EPROBE_DEFER if controller is not ...Peter Ujfalusi2021-08-261-2/+7
* dmaengine: usb-dmac: Fix PM reference leak in usb_dmac_probe()Yu Kuai2021-08-261-1/+1
* dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclcBumyong Lee2021-06-301-2/+4
* dmaengine: stedma40: add missing iounmap() on error in d40_probe()Yang Yingliang2021-06-301-0/+3
* dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEMRandy Dunlap2021-06-301-0/+1
* dmaengine: ALTERA_MSGDMA depends on HAS_IOMEMRandy Dunlap2021-06-301-0/+1
* dmaengine: qcom_hidma: comment platform_driver_register callPhillip Potter2021-06-031-0/+14
* dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko2021-04-281-0/+2
* dmaengine: hsu: disable spurious interruptFerry Toth2021-03-031-10/+11
* dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET2021-03-031-0/+5
* dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET2021-03-031-0/+1
* dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham2021-01-171-1/+1
* dmaengine: xilinx_dma: check dma_async_device_register return valueShravya Kumbham2021-01-171-1/+5
* dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeSugar Zhang2020-12-021-1/+1
* dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantMarc Ferland2020-12-021-2/+2
* dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_statusPaul Cercueil2020-11-051-3/+4
* dmaengine: tegra-apb: Prevent race conditions on channel's freeingDmitry Osipenko2020-10-011-2/+1
* dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-10-011-9/+15
* dmaengine: acpi: Put the CSRT table after using itHanjun Guo2020-09-231-1/+3
* dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski2020-09-091-1/+1
* dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai2020-09-091-0/+2
* dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi2020-09-091-4/+4
* dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich2020-07-292-2/+12
* dmaengine: tegra210-adma: Fix runtime PM imbalance on errorDinghao Liu2020-07-291-1/+4
* dmaengine: fsl-edma: Fix NULL pointer exception in fsl_edma_tx_handlerKrzysztof Kozlowski2020-07-221-0/+7
* dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET2020-05-271-1/+1
* dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel2020-05-201-0/+2
* dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik2020-05-201-1/+1
* dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-05-051-2/+2
* dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter2020-03-111-4/+0
* dmaengine: tegra-apb: Prevent race conditions of tasklet vs free listDmitry Osipenko2020-03-111-1/+1
* dmaengine: tegra-apb: Fix use-after-freeDmitry Osipenko2020-03-111-4/+0
* dmaengine: Store module owner in dma_device structLogan Gunthorpe2020-02-281-1/+3
* dmaengine: ti: edma: fix missed failure handlingChuhong Yuan2020-01-271-2/+4
* dmaengine: imx-sdma: fix size check for sdma script_numberRobin Gong2020-01-271-0/+8
* dmaengine: dw: platform: Switch to acpi_dma_controller_register()Andy Shevchenko2020-01-271-2/+12
* dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width"Andy Shevchenko2020-01-271-2/+2
* dmaengine: tegra210-adma: Fix crash during probeJon Hunter2020-01-271-13/+13