summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot2020-04-101-1/+0
* Merge tag 'dmaengine-5.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-04-0234-494/+1625
|\
| * dmaengine: uniphier-xdmac: Remove redandant error log for platform_get_irqVinod Koul2020-03-261-3/+1
| * dmaengine: tegra-apb: Improve DMA synchronizationDmitry Osipenko2020-03-231-0/+25
| * dmaengine: tegra-apb: Don't save/restore IRQ flags in interrupt handlerDmitry Osipenko2020-03-231-4/+3
| * dmaengine: tegra-apb: mark PM functions as __maybe_unusedYueHaibing2020-03-231-4/+2
| * dmaengine: fix spelling mistake "exceds" -> "exceeds"Colin Ian King2020-03-232-2/+2
| * dmaengine: sprd: Set request pending flag when DMA controller is activeZhenfang Wang2020-03-231-0/+24
| * dmaengine: ppc4xx: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-1/+1
| * dmaengine: idxd: remove global token limit checkDave Jiang2020-03-111-5/+0
| * dmaengine: idxd: reflect shadow copy of traffic class programmingDave Jiang2020-03-111-2/+2
| * dmaengine: Create debug directories for DMA devicesPeter Ujfalusi2020-03-112-1/+43
| * dmaengine: ti: k3-udma: Implement custom dbg_summary_show for debugfsPeter Ujfalusi2020-03-111-0/+63
| * dmaengine: Add basic debugfs supportPeter Ujfalusi2020-03-111-1/+75
| * dmaengine: fsl-dpaa2-qdma: remove set but not used variable 'dpaa2_qdma'YueHaibing2020-03-061-2/+0
| * dmaengine: ti: edma: fix null dereference because of a typo in pointer nameColin Ian King2020-03-021-1/+1
| * dmaengine: fsl-dpaa2-qdma: Adding shutdown hookPeng Ma2020-03-023-0/+40
| * dmaengine: uniphier-xdmac: Add UniPhier external DMA controller driverKunihiko Hayashi2020-03-023-0/+623
| * dmaengine: ti: k3-udma: Implement support for atype (for virtualization)Peter Ujfalusi2020-03-022-10/+58
| * dmaengine: idxd: expose general capabilities register in sysfsDave Jiang2020-03-021-0/+11
| * dmaengine: idxd: check return result from check_vma() in cdevDave Jiang2020-03-021-0/+2
| * dmaengine: tegra-apb: Improve error message about DMA underflowDmitry Osipenko2020-02-251-1/+1
| * dmaengine: tegra-apb: Remove unused function argumentDmitry Osipenko2020-02-251-2/+1
| * dmaengine: tegra-apb: Support COMPILE_TESTDmitry Osipenko2020-02-251-1/+1
| * dmaengine: tegra-apb: Remove MODULE_ALIASDmitry Osipenko2020-02-251-1/+0
| * dmaengine: tegra-apb: Allow to compile as a loadable kernel moduleDmitry Osipenko2020-02-251-1/+1
| * dmaengine: tegra-apb: Add missing of_dma_controller_freeDmitry Osipenko2020-02-251-0/+1
| * dmaengine: tegra-apb: Clean up suspend-resumeDmitry Osipenko2020-02-251-67/+69
| * dmaengine: tegra-apb: Keep clock enabled only during of DMA transferDmitry Osipenko2020-02-251-11/+25
| * dmaengine: tegra-apb: Remove duplicated pending_sg_req checksDmitry Osipenko2020-02-251-12/+0
| * dmaengine: tegra-apb: Remove assumptions about unavailable runtime PMDmitry Osipenko2020-02-251-9/+1
| * dmaengine: tegra-apb: Remove unneeded initialization of tdc->config_initDmitry Osipenko2020-02-251-1/+0
| * dmaengine: tegra-apb: Fix coding style problemsDmitry Osipenko2020-02-251-131/+144
| * dmaengine: tegra-apb: Use devm_request_irqDmitry Osipenko2020-02-251-24/+11
| * dmaengine: tegra-apb: Use devm_platform_ioremap_resourceDmitry Osipenko2020-02-251-2/+1
| * dmaengine: tegra-apb: Clean up tasklet releasingDmitry Osipenko2020-02-251-5/+1
| * dmaengine: tegra-apb: Prevent race conditions on channel's freeingDmitry Osipenko2020-02-251-2/+1
| * dmaengine: tegra-apb: Implement synchronization hookDmitry Osipenko2020-02-251-0/+8
| * dmaengine: ti: edma: Support for interleaved mem to mem transferPeter Ujfalusi2020-02-251-0/+79
| * dmaengine: at_xdmac: Fix locking in taskletTudor Ambarus2020-02-251-11/+12
| * dmaengine: at_xdmac: GFP_KERNEL for user that can sleepTudor Ambarus2020-02-251-1/+1
| * dmaengine: at_xdmac: Drop locking in at_xdmac_alloc_chan_resources()Tudor Ambarus2020-02-251-9/+2
| * dmaengine: at_xdmac: Drop always true checkTudor Ambarus2020-02-251-5/+3
| * dmaengine: at_hdmac: Fix deadlocksTudor Ambarus2020-02-251-35/+39
| * dmaengine: at_hdmac: Switch atomic allocations to GFP_NOWAITTudor Ambarus2020-02-251-3/+3
| * dmaengine: at_hdmac: Drop description for a not defined parameterTudor Ambarus2020-02-251-1/+0
| * dmaengine: at_hdmac: Return err in case the chan is not free at alloc res timeTudor Ambarus2020-02-252-25/+8
| * dmaengine: at_hdmac: Drop locking in at_hdmac_alloc_chan_resources()Tudor Ambarus2020-02-251-6/+1
| * dmaengine: at_hdmac: Substitute kzalloc with kmallocTudor Ambarus2020-02-251-1/+1
| * dmaengine: xilinx_dma: In dma channel probe fix node order dependencyRadhey Shyam Pandey2020-02-251-22/+17