summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2021-04-12dmaengine: idxd: fix wq cleanup of WQCFG registersDave Jiang-18/+27
2021-04-12dmaengine: idxd: clear MSIX permission entry on shutdownDave Jiang-9/+34
2021-04-12dmaengine: plx_dma: add a missing put_device() on error pathDan Carpenter-7/+11
2021-04-12dmaengine: tegra20: Fix runtime PM imbalance on errorDinghao Liu-2/+2
2021-04-12dmaengine: Fix a double free in dma_async_device_registerLv Yunlong-0/+1
2021-04-12dmaengine: dw: Make it dependent to HAS_IOMEMAndy Shevchenko-0/+2
2021-04-12dmaengine: idxd: fix wq size store permission stateDave Jiang-1/+1
2021-04-12dmaengine: idxd: fix opcap sysfs attribute outputDave Jiang-1/+7
2021-04-12dmaengine: idxd: Fix clobbering of SWERR overflow bit on writebackDave Jiang-1/+3
2021-03-16dmaengine: xilinx: dpdma: Fix race condition in done IRQLaurent Pinchart-1/+2
2021-03-16dmaengine: xilinx: dpdma: Fix descriptor issuing on video groupLaurent Pinchart-11/+17
2021-02-23Merge tag 'dmaengine-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5627/+2707
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-2/+1
2021-02-08dmaengine: dw-axi-dmac: remove redundant null check on descColin Ian King-4/+0
2021-02-08dmaengine dw: Revert "dmaengine: dw: Enable runtime PM"Cezary Rojewski-6/+0
2021-02-03dmaengine: idxd: check device state before issue commandDave Jiang-3/+27
2021-02-02amba: Make the remove callback return voidUwe Kleine-König-2/+1
2021-02-01dmaengine: xilinx_dma: Alloc tx descriptors GFP_NOWAITRichard Fitzgerald-1/+1
2021-02-01dmaengine: dw-axi-dmac: Virtually split the linked-listSia Jee Heng-20/+92
2021-02-01dmaengine: dw-axi-dmac: Set constraint to the Max segment sizeSia Jee Heng-0/+9
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA BYTE and HALFWORD registersSia Jee Heng-0/+26
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA handshakeSia Jee Heng-0/+50
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay AxiDMA supportSia Jee Heng-0/+8
2021-02-01dmaengine: drivers: Kconfig: add HAS_IOMEM dependency to DW_AXI_DMACSia Jee Heng-0/+1
2021-02-01dmaengine: dw-axi-dmac: Add Intel KeemBay DMA register fieldsSia Jee Heng-0/+14
2021-02-01dmaengine: dw-axi-dmac: Support burst residue granularitySia Jee Heng-7/+38
2021-02-01dmaengine: dw-axi-dmac: Support of_dma_controller_register()Sia Jee Heng-0/+27
2021-02-01dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()Sia Jee Heng-7/+106
2021-02-01dmaengine: dw-axi-dmac: Support device_prep_slave_sgSia Jee Heng-0/+155
2021-02-01dmaengine: dw-axi-dmac: Add device_config operationSia Jee Heng-0/+12
2021-02-01dmaengine: dw-axi-dmac: Add device_synchronize() callbackSia Jee Heng-0/+8
2021-02-01dmaengine: dw-axi-dmac: move dma_pool_create() to alloc_chan_resources()Sia Jee Heng-12/+14
2021-02-01dmaengine: dw-axi-dmac: simplify descriptor managementSia Jee Heng-71/+102
2021-02-01dmaengine: INTEL_LDMA should depend on X86Geert Uytterhoeven-1/+2
2021-02-01dmaengine: rcar-dmac: Add support for R-Car V3UGeert Uytterhoeven-23/+58
2021-02-01dmaengine: rcar-dmac: Add helpers for clearing DMA channel statusGeert Uytterhoeven-2/+13
2021-02-01dmaengine: rcar-dmac: Add for_each_rcar_dmac_chan() helperGeert Uytterhoeven-12/+10
2021-01-27dmaengine: stedma40: fix 'physical' typoBjorn Helgaas-1/+1
2021-01-27dmaengine: qcom: bam_dma: Manage clocks when controlled_remotely is setThara Gopinath-14/+15
2021-01-26dmaengine: ti: k3-udma: Fix a resource leak in an error handling pathChristophe JAILLET-1/+2
2021-01-26dmaengine: idxd: add module parameter to force disable of SVADave Jiang-1/+7
2021-01-26dmaengine: mmp_tdma: Allow building as a moduleLubomir Rintel-1/+1
2021-01-26dmaengine: mmp_pdma: Allow building as a moduleLubomir Rintel-1/+1
2021-01-26dmaengine: mmp_pdma: Remove mmp_pdma_filter_fn()Lubomir Rintel-14/+0
2021-01-26dmaengine: remove coh901318 driverArnd Bergmann-3270/+0
2021-01-26dmaengine: remove zte zx driverArnd Bergmann-951/+0
2021-01-26dmaengine: remove sirfsoc driverArnd Bergmann-1178/+0
2021-01-26dmaengine: jz4780: Add support for the JZ4760(B)Paul Cercueil-0/+14
2021-01-26dmaengine: imx-sdma: Use of_device_get_match_data()Fabio Estevam-10/+1
2021-01-26dmaengine: imx-sdma: Remove platform data supportFabio Estevam-25/+10