summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-7/+7
* Merge tag 'dmaengine-5.8-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2020-06-1021-184/+272
|\
| * dmaengine: imx-sdma: initialize all script addressesSascha Hauer2020-05-151-1/+1
| * dmaengine: ti: k3-udma: Use proper return code in alloc_chan_resourcesPeter Ujfalusi2020-05-151-0/+1
| * dmaengine: ti: k3-udma: Remove udma_chan.in_ring_cntPeter Ujfalusi2020-05-151-15/+1
| * dmaengine: ti: k3-udma: Add missing dma_sync call for rx flush descriptorPeter Ujfalusi2020-05-151-0/+3
| * dmaengine: at_xdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * dmaengine: at_hdmac: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * dmaengine: qcom: bam_dma: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-131-1/+1
| * dmaengine: ti: k3-udma: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou2020-05-131-9/+3
| * dmaengine: moxart-dma: Drop pointless static qualifier in moxart_probe()YueHaibing2020-05-131-1/+1
| * dmaengine: sf-pdma: Simplify the error handling path in 'sf_pdma_probe()'Christophe JAILLET2020-05-131-18/+7
| * dmaengine: qcom_hidma: use true,false for bool variableJason Yan2020-05-131-1/+1
| * dmaengine: dw-edma: support local dma device transfer semanticsAlan Mikhak2020-05-041-7/+20
| * dmaengine: Fix doc strings to satisfy validation scriptAndy Shevchenko2020-05-041-46/+50
| * dmaengine: Include dmaengine.h into dmaengine.cAndy Shevchenko2020-05-041-0/+2
| * dmaengine: dmatest: Describe members of struct dmatest_infoAndy Shevchenko2020-04-271-0/+3
| * dmaengine: dmatest: Describe members of struct dmatest_paramsAndy Shevchenko2020-04-271-4/+9
| * dmaengine: dmatest: Allow negative timeout value to specify infinite waitAndy Shevchenko2020-04-271-1/+1
| * Revert "dmaengine: dmatest: timeout value of -1 should specify infinite wait"Andy Shevchenko2020-04-271-3/+3
| * dmaengine: stm32-dma: direct mode support through device treeAmelie Delaunay2020-04-271-10/+31
| * dmaengine: qcom_hidma: Simplify error handling path in hidma_probeChristophe JAILLET2020-04-271-1/+0
| * dmaengine: mmp_tdma: Validate the transfer directionLubomir Rintel2020-04-271-0/+5
| * dmaengine: dw-edma: Check MSI descriptor before copyingAlan Mikhak2020-04-271-7/+10
| * dmaengine: ioat: adding missed issue_pending to timeout handlerLeonid Ravich2020-04-231-0/+9
| * dmaengine: ioat: remove unnesesery double complition timer modification.Leonid Ravich2020-04-231-9/+16
| * dmaengine: ioat: removing duplicate code from timeout handlerLeonid Ravich2020-04-231-26/+19
| * dmaengine: mmp_tdma: Remove the MMP_SRAM dependencyLubomir Rintel2020-04-231-2/+0
| * dmaengine: mmp_tdma: Fill in slave capabilitiesLubomir Rintel2020-04-231-0/+11
| * dmaengine: mmp_tdma: Log an error if channel is in wrong stateLubomir Rintel2020-04-231-1/+3
| * dmaengine: mmp_tdma: Drop "mmp_tdma: from error messagesLubomir Rintel2020-04-231-3/+3
| * dmaengine: ioat: Decreasing allocation chunk size 2M->512KLeonid Ravich2020-04-171-1/+1
| * dmaengine: ioat: fixing chunk sizing macros dependencyLeonid Ravich2020-04-173-11/+15
| * dmaengine: Fix misspelling of "Analog Devices"Geert Uytterhoeven2020-04-171-1/+1
| * dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_devAlan Mikhak2020-04-173-9/+34
| * dmaengine: idxd: export hw version through sysfsDave Jiang2020-04-151-0/+11
| * dmaengine: ti: k3-udma: Disable memcopy via MCU NAVSS on am654Peter Ujfalusi2020-04-151-1/+1
| * dmaengine: ti: k3-udma: Drop COMPILE_TEST for the drivers for nowPeter Ujfalusi2020-04-151-2/+2
* | dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()'Christophe JAILLET2020-05-191-1/+1
* | dmaengine: ti: k3-udma: Fix TR mode flags for slave_sg and memcpyPeter Ujfalusi2020-05-151-2/+4
* | dmaengine: zynqmp_dma: Move list_del inside zynqmp_dma_free_descriptor.RafaƂ Hibner2020-05-151-2/+1
* | dmaengine: dmatest: Restore default for channelVladimir Murzin2020-05-131-4/+5
* | dmaengine: idxd: fix interrupt completion after unmaskingDave Jiang2020-05-042-7/+26
* | dmaengine: owl: Use correct lock in owl_dma_get_pchan()Cristian Ciocaltea2020-05-041-5/+3
* | dmaengine: dmatest: Fix process hang when reading 'wait' parameterAndy Shevchenko2020-04-281-1/+1
* | dmaengine: dmatest: Fix iteration non-stop logicAndy Shevchenko2020-04-271-2/+2
* | dmaengine: tegra-apb: Ensure that clock is enabled during of DMA synchronizationDmitry Osipenko2020-04-271-0/+9
* | dmaengine: fix channel index enumerationDave Jiang2020-04-271-34/+26
* | dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel2020-04-231-0/+2
* | dmaengine: mmp_tdma: Do not ignore slave config validation errorsLubomir Rintel2020-04-231-1/+2