summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-7/+7
2020-06-10Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-184/+272
2020-05-19dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET-1/+1
2020-05-15dmaengine: imx-sdma: initialize all script addressesSascha Hauer-1/+1
2020-05-15dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resourcesPeter Ujfalusi-0/+1
2020-05-15dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cntPeter Ujfalusi-15/+1
2020-05-15dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptorPeter Ujfalusi-0/+3
2020-05-15dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpyPeter Ujfalusi-2/+4
2020-05-15dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.RafaƂ Hibner-2/+1
2020-05-13dmaengine: at_xdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-13dmaengine: at_hdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-13dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-05-13dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou-9/+3
2020-05-13dmaengine: moxart-dma: Drop pointless static qualifier in moxart_probe()YueHaibing-1/+1
2020-05-13dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'Christophe JAILLET-18/+7
2020-05-13dmaengine: qcom_hidma: use true,false for bool variableJason Yan-1/+1
2020-05-13dmaengine: dmatest: Restore default for channelVladimir Murzin-4/+5
2020-05-04dmaengine: idxd: fix interrupt completion after unmaskingDave Jiang-7/+26
2020-05-04dmaengine: owl: Use correct lock in owl_dma_get_pchan()Cristian Ciocaltea-5/+3
2020-05-04dmaengine: dw-edma: support local dma device transfer semanticsAlan Mikhak-7/+20
2020-05-04dmaengine: Fix doc strings to satisfy validation scriptAndy Shevchenko-46/+50
2020-05-04dmaengine: Include dmaengine.h into dmaengine.cAndy Shevchenko-0/+2
2020-04-28dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko-1/+1
2020-04-27dmaengine: dmatest: Describe members of struct dmatest_infoAndy Shevchenko-0/+3
2020-04-27dmaengine: dmatest: Describe members of struct dmatest_paramsAndy Shevchenko-4/+9
2020-04-27dmaengine: dmatest: Allow negative timeout value to specify infinite waitAndy Shevchenko-1/+1
2020-04-27Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"Andy Shevchenko-3/+3
2020-04-27dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko-2/+2
2020-04-27dmaengine: stm32-dma: direct mode support through device treeAmelie Delaunay-10/+31
2020-04-27dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET-1/+0
2020-04-27dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko-0/+9
2020-04-27dmaengine: mmp_tdma: Validate the transfer directionLubomir Rintel-0/+5
2020-04-27dmaengine: dw-edma: Check MSI descriptor before copyingAlan Mikhak-7/+10
2020-04-27dmaengine: fix channel index enumerationDave Jiang-34/+26
2020-04-23dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich-0/+9
2020-04-23dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich-9/+16
2020-04-23dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich-26/+19
2020-04-23dmaengine: mmp_tdma: Remove the MMP_SRAM dependencyLubomir Rintel-2/+0
2020-04-23dmaengine: mmp_tdma: Fill in slave capabilitiesLubomir Rintel-0/+11
2020-04-23dmaengine: mmp_tdma: Log an error if channel is in wrong stateLubomir Rintel-1/+3
2020-04-23dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel-0/+2
2020-04-23dmaengine: mmp_tdma: Drop "mmp_tdma: from error messagesLubomir Rintel-3/+3
2020-04-23dmaengine: mmp_tdma: Do not ignore slave config validation errorsLubomir Rintel-1/+2
2020-04-23dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik-1/+1
2020-04-17dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich-1/+1
2020-04-17dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich-11/+15
2020-04-17dmaengine: Fix misspelling of "Analog Devices"Geert Uytterhoeven-1/+1
2020-04-17dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak-9/+34
2020-04-15dmaengine: idxd: export hw version through sysfsDave Jiang-0/+11
2020-04-15dmaengine: xilinx_dma: Add missing check for empty listSebastian von Ohr-10/+10