aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13dmaengine: ti: omap-dma: don't allow a null od->plat pointer to be dereferencedColin Ian King1-2/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-12-30dmaengine: ti: omap-dma: Use cpu notifier to block idle for omap2Tony Lindgren1-1/+38
2019-12-30dmaengine: ti: omap-dma: Allocate channels directlyTony Lindgren1-4/+58
2019-12-30dmaengine: ti: omap-dma: Pass sdma auxdata to driver and use itTony Lindgren1-5/+9
2019-12-30dmaengine: ti: omap-dma: Configure global priority register directlyTony Lindgren1-0/+29
2019-12-27ioat: ioat_alloc_ring() failure handling.Alexander.Barabash@dell.com1-1/+2
2019-12-26dmaengine: imx-sdma: Fix memory leakSascha Hauer1-8/+11
2019-12-26dmaengine: imx-sdma: find desc first in sdma_tx_statusSascha Hauer1-4/+8
2019-12-26dmaengine: imx-sdma: rename functionSascha Hauer1-3/+3
2019-12-26dmaengine: virt-dma: use vchan_vdesc_fini() to free descriptorsSascha Hauer1-10/+2
2019-12-26dmaengine: virt-dma: Add missing locking around list operationsSascha Hauer1-2/+7
2019-12-26dmaengine: virt-dma: Do not call desc_free() under a spin_lockSascha Hauer2-9/+10
2019-12-26dmaengine: virt-dma: remove debug messageSascha Hauer1-1/+0
2019-12-26dmaengine: virt-dma: Add missing lockingSascha Hauer7-22/+25
2019-12-26dmaengine: bcm2835: do not call vchan_vdesc_fini() with lock heldSascha Hauer1-4/+1
2019-12-26dmaengine: print more meaningful error messageVinod Koul1-1/+1
2019-12-26dmaengine: move module_/dma_device_put() after route freeVinod Koul1-3/+3
2019-12-24dmaengine: ioat: Support in-use unbindLogan Gunthorpe1-12/+26
2019-12-24dmaengine: Add reference counting to dma_device structLogan Gunthorpe1-8/+49
2019-12-24dmaengine: Move dma_channel_rebalance() infrastructure up in codeLogan Gunthorpe1-144/+144
2019-12-24dmaengine: Call module_put() after device_free_chan_resources()Logan Gunthorpe1-1/+2
2019-12-24dmaengine: Store module owner in dma_device structLogan Gunthorpe1-1/+3
2019-12-23dmaengine: virt-dma: Fix access after free in vchan_complete()Peter Ujfalusi1-2/+1
2019-12-23dmaengine: k3dma: Avoid null pointer traversalJohn Stultz1-3/+9
2019-12-23dmaengine: JZ4780: Add support for the X1830.周琰杰 (Zhou Yanjie)1-0/+7
2019-12-18dmaengine: fsl-edma: Add eDMA support for QorIQ LS1028A platformPeng Ma3-0/+14
2019-12-18dmaengine: ti: edma: Fix error return code in edma_probe()Wei Yongjun1-1/+3
2019-12-17dmaengine: ti: omap-dma: Add device tree match data and use it for cpu_pmTony Lindgren1-12/+138
2019-12-11dmaengine: dma-jz4780: Also break descriptor chains on JZ4725BPaul Cercueil1-1/+2
2019-12-11dmaengine: axi-dmac: add a check for devm_regmap_init_mmioChuhong Yuan1-1/+9
2019-12-10dmaengine: pl330: Convert to the *_late and *_early system sleep callbacksUlf Hansson1-1/+3
2019-12-10dmaengine: pl330: Drop boilerplate code for suspend/resumeUlf Hansson1-10/+2
2019-12-10dmaengine: ti: edma: add missed operationsChuhong Yuan1-17/+20
2019-11-22dmaengine: Fix Kconfig indentationKrzysztof Kozlowski1-30/+30
2019-11-22dmaengine: sf-pdma: move macro to header fileGreen Wan2-1/+2
2019-11-22dmaengine: sf-pdma: replace /** with /* for non-function commentGreen Wan2-2/+2
2019-11-22dmaengine: ti: edma: fix missed failure handlingChuhong Yuan1-2/+4
2019-11-22dmaengine: mmp_pdma: add missed of_dma_controller_freeChuhong Yuan1-0/+2
2019-11-22dmaengine: mmp_tdma: add missed of_dma_controller_freeChuhong Yuan1-0/+3
2019-11-14dmaengine: sprd: Add wrap address support for link-list modeEric Long1-0/+13
2019-11-14Merge branch 'fixes' into nextVinod Koul6-4/+88
2019-11-14dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00Green Wan6-0/+753
2019-11-14dmaengine: zx: remove: removed dmam_pool_destroySatendra Singh Thakur1-1/+0
2019-11-14dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq failsSatendra Singh Thakur1-1/+3
2019-11-14dmaengine: iop-adma: clean up an indentation issueColin Ian King1-1/+1
2019-11-08dmaengine: milbeaut-xdmac: remove redundant error logVinod Koul1-4/+1
2019-11-08dmaengine: milbeaut-hdmac: remove redundant error logVinod Koul1-4/+1
2019-11-08dmaengine: dma-jz4780: add missed clk_disable_unprepare in removeChuhong Yuan1-0/+1
2019-11-06dmaengine: JZ4780: Add support for the X1000.Zhou Yanjie1-0/+7