summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
| * dmaengine: hisi_dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: k3dma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-5/+4
| * dmaengine: milbeaut-xdmac: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-3/+2
| * dmaengine: tegra210-adma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-4/+3
| * dmaengine: sf-pdma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-6/+4
| * dmaengine: ti: k3-udma: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-11-091-6/+4
| * dmaengine: ipu_idmac: remove redundant irqsave and restore in hardIRQBarry Song2020-11-091-6/+5
| * dmaengine: ti: k3-udma-glue: move psi-l pairing in channel en/dis functionsGrygorii Strashko2020-11-091-26/+38
| * dmaengine: idma64: Switch to use __maybe_unused instead of ifdefferyAndy Shevchenko2020-11-091-6/+2
| * dmaengine: dw: Enable runtime PMAndy Shevchenko2020-11-091-0/+6
| * dmaengine: idxd: define table offset multiplierDave Jiang2020-11-092-10/+9
| * dmaengine: idxd: Update calculation of group offset to be more readableDave Jiang2020-11-092-7/+23
| * dmaengine: idxd: Clean up descriptors with fault errorDave Jiang2020-10-303-12/+140
| * dmaengine: idxd: Add shared workqueue supportDave Jiang2020-10-309-43/+398
| * dmaengine: ppc4xx: remove xor_hw_desc assignment without readingKrzysztof Kozlowski2020-10-301-2/+0
| * dmaengine: ppc4xx: make ppc440spe_adma_chan_list staticKrzysztof Kozlowski2020-10-301-1/+1
| * dmaengine: at_xdmac: add AXI priority support and recommended settingsEugen Hristev2020-10-301-0/+47
| * dmaengine: at_xdmac: add support for sama7g5 based at_xdmacEugen Hristev2020-10-301-26/+84
| * dmaengine: at_xdmac: adapt perid for mem2mem operationsEugen Hristev2020-10-301-3/+3
| * dmaengine: pl330: Remove unreachable codeSurendran K2020-10-301-2/+0
| * dmaengine: stm32-mdma: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-10-301-1/+1
| * dmaengine: idxd: fix wq config registers offset programmingDave Jiang2020-10-304-17/+43
* | Merge tag 'dmaengine-fix-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-11-2011-63/+111
|\ \
| * | dmaengine: fix error codes in channel_register()Dan Carpenter2020-11-181-8/+9
| * | dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeSugar Zhang2020-11-161-1/+1
| * | dmaengine: ioatdma: remove unused function missed during dma_v2 removalLukas Bulwahn2020-11-161-10/+0
| * | dmaengine: idxd: fix mapping of portal sizeDave Jiang2020-11-163-3/+3
| * | dmaengine: ti: omap-dma: Block PM if SDMA is busy to fix audioTony Lindgren2020-11-101-13/+24
| * | dmaengine: xilinx_dma: Fix SG capability check for MCDMAMatthew Murrian2020-11-091-3/+4
| * | dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segmentMatthew Murrian2020-11-091-5/+24
| * | dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantMarc Ferland2020-11-091-2/+2
| * | dmaengine: ti: k3-udma: fix -Wenum-conversion warningArnd Bergmann2020-10-281-1/+1
| * | dmaengine: idxd: fix wq config registers offset programmingDave Jiang2020-10-284-17/+43
| |/
* / misc: mic: remove the MIC driversSudeep Dutt2020-10-284-1064/+0
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-241-1/+1
|\
| * dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair requestPeter Ujfalusi2020-09-111-1/+1
* | dmaengine: owl-dma: fix kernel-doc style for enumVinod Koul2020-10-081-1/+2
* | dmaengine: zynqmp_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* | dmaengine: xilinx_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* | dmaengine: qcom: bam_dma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* | dmaengine: altera-msgdma: fix kernel-doc style for taskletVinod Koul2020-10-081-1/+1
* | dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-071-5/+4
* | dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-071-8/+6
* | dmaengine: rcar-dmac: drop double zeroingJulia Lawall2020-10-051-1/+1
* | dmaengine: sh: drop double zeroingJulia Lawall2020-10-051-1/+1
* | dmaengine: ioat: Allocate correct size for descriptor chunkLogan Gunthorpe2020-10-051-1/+1
* | dmaengine: ti: k3-udma: use devm_platform_ioremap_resource_bynameZhang Qilong2020-10-051-4/+1
* | dmaengine: fsl: remove bad channel updateVinod Koul2020-10-051-2/+0
* | dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_statusPaul Cercueil2020-10-051-3/+4
* | Merge branch 'topic/tasklet' into nextVinod Koul2020-10-0142-151/+131
|\ \