summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: hsu: disable spurious interruptFerry Toth2021-03-041-10/+11
* dmaengine: owl-dma: Fix a resource leak in the remove functionChristophe JAILLET2021-03-041-0/+1
* dmaengine: fsldma: Fix a resource leak in an error handling path of the probe...Christophe JAILLET2021-03-041-0/+5
* dmaengine: fsldma: Fix a resource leak in the remove functionChristophe JAILLET2021-03-041-0/+1
* dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham2021-01-171-1/+1
* dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()Shravya Kumbham2021-01-171-1/+2
* dmaengine: xilinx_dma: check dma_async_device_register return valueShravya Kumbham2021-01-171-1/+5
* dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling pat...Christophe JAILLET2021-01-171-0/+1
* dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai2021-01-091-0/+1
* dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Yu Kuai2021-01-091-2/+6
* dmaengine: at_hdmac: Substitute kzalloc with kmallocTudor Ambarus2021-01-091-1/+1
* dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()Zhihao Cheng2020-12-301-1/+3
* 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: stm32-dma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay2020-10-011-3/+6
* dmaengine: stm32-mdma: use vchan_terminate_vdesc() in .terminate_allAmelie Delaunay2020-10-011-3/+6
* dmaengine: zynqmp_dma: fix burst length configurationMatthias Fend2020-10-011-9/+15
* dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq f...Satendra Singh Thakur2020-10-011-1/+3
* dmaengine: acpi: Put the CSRT table after using itHanjun Guo2020-09-171-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
* PCI: Move Rohm Vendor ID to generic listAndy Shevchenko2020-06-221-1/+0
* dmaengine: owl: Use correct lock in owl_dma_get_pchan()Cristian Ciocaltea2020-05-271-5/+3
* 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-061-2/+2
* dmaengine: coh901318: Fix a double lock bug in dma_tc_handle()Dan Carpenter2020-03-111-4/+0
* dmaengine: imx-sdma: remove dma_slave_config direction usage and leave sdma_e...Vinod Koul2020-03-111-17/+39
* 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
* Revert "dmaengine: imx-sdma: Fix memory leak"Greg Kroah-Hartman2020-02-281-11/+8
* dmaengine: imx-sdma: Fix memory leakSascha Hauer2020-02-241-8/+11
* dmaengine: Store module owner in dma_device structLogan Gunthorpe2020-02-241-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
* dmaengine: tegra210-adma: restore channel statusSameer Pujar2020-01-271-1/+45
* dmaengine: axi-dmac: Don't check the number of frames for alignmentAlexandru Ardelean2020-01-271-1/+1
* dmaengine: mv_xor: Use correct device for DMA APIRobin Murphy2020-01-271-1/+1
* ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com2020-01-171-1/+2
* dmaengine: k3dma: Avoid null pointer traversalJohn Stultz2020-01-171-3/+9