aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
2020-11-20Merge tag 'dmaengine-fix-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-63/+111
2020-11-18dmaengine: fix error codes in channel_register()Gravatar Dan Carpenter 1-8/+9
2020-11-16dmaengine: pl330: _prep_dma_memcpy: Fix wrong burst sizeGravatar Sugar Zhang 1-1/+1
2020-11-16dmaengine: ioatdma: remove unused function missed during dma_v2 removalGravatar Lukas Bulwahn 1-10/+0
2020-11-16dmaengine: idxd: fix mapping of portal sizeGravatar Dave Jiang 3-3/+3
2020-11-10dmaengine: ti: omap-dma: Block PM if SDMA is busy to fix audioGravatar Tony Lindgren 1-13/+24
2020-11-09dmaengine: xilinx_dma: Fix SG capability check for MCDMAGravatar Matthew Murrian 1-3/+4
2020-11-09dmaengine: xilinx_dma: Fix usage of xilinx_aximcdma_tx_segmentGravatar Matthew Murrian 1-5/+24
2020-11-09dmaengine: xilinx_dma: use readl_poll_timeout_atomic variantGravatar Marc Ferland 1-2/+2
2020-10-28misc: mic: remove the MIC driversGravatar Sudeep Dutt 4-1064/+0
2020-10-28dmaengine: ti: k3-udma: fix -Wenum-conversion warningGravatar Arnd Bergmann 1-1/+1
2020-10-28dmaengine: idxd: fix wq config registers offset programmingGravatar Dave Jiang 4-17/+43
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-1/+1
2020-10-08dmaengine: owl-dma: fix kernel-doc style for enumGravatar Vinod Koul 1-1/+2
2020-10-08dmaengine: zynqmp_dma: fix kernel-doc style for taskletGravatar Vinod Koul 1-1/+1
2020-10-08dmaengine: xilinx_dma: fix kernel-doc style for taskletGravatar Vinod Koul 1-1/+1
2020-10-08dmaengine: qcom: bam_dma: fix kernel-doc style for taskletGravatar Vinod Koul 1-1/+1
2020-10-08dmaengine: altera-msgdma: fix kernel-doc style for taskletGravatar Vinod Koul 1-1/+1
2020-10-07dmaengine: xilinx: dpdma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-5/+4
2020-10-07dmaengine: sf-pdma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-8/+6
2020-10-05dmaengine: rcar-dmac: drop double zeroingGravatar Julia Lawall 1-1/+1
2020-10-05dmaengine: sh: drop double zeroingGravatar Julia Lawall 1-1/+1
2020-10-05dmaengine: ioat: Allocate correct size for descriptor chunkGravatar Logan Gunthorpe 1-1/+1
2020-10-05dmaengine: ti: k3-udma: use devm_platform_ioremap_resource_bynameGravatar Zhang Qilong 1-4/+1
2020-10-05dmaengine: fsl: remove bad channel updateGravatar Vinod Koul 1-2/+0
2020-10-05dmaengine: dma-jz4780: Fix race in jz4780_dma_tx_statusGravatar Paul Cercueil 1-3/+4
2020-10-01Merge branch 'topic/tasklet' into nextGravatar Vinod Koul 42-151/+131
2020-10-01dmaengine: pl330: fix argument for taskletGravatar Vinod Koul 1-1/+1
2020-09-22dmaengine: dmatest: Return boolean result directly in filter()Gravatar Andy Shevchenko 1-7/+1
2020-09-22dmaengine: dmatest: Check list for emptiness before access its last entryGravatar Andy Shevchenko 1-3/+2
2020-09-22Merge branch 'fixes' into nextGravatar Vinod Koul 1-5/+21
2020-09-22dmaengine: dmatest: Prevent to run on misconfigured channelGravatar Vladimir Murzin 1-5/+21
2020-09-18dmaengine: ti: k3-udma-glue: fix channel enable functionsGravatar Grygorii Strashko 1-14/+3
2020-09-18dmaengine: iop-adma: Fix pointer cast warningsGravatar YueHaibing 1-6/+5
2020-09-18dmaengine: dw-edma: Fix Using plain integer as NULL pointer in dw-edma-v0-deb...Gravatar Gustavo Pimentel 1-1/+1
2020-09-18dmaengine: mediatek: simplify the return expression of mtk_uart_apdma_runtime...Gravatar Liu Shixin 1-6/+1
2020-09-18dmaengine: ioat: Make two symbols staticGravatar Jason Yan 1-2/+2
2020-09-18dmaengine: sf-pdma: remove unused 'desc'Gravatar Vinod Koul 1-1/+0
2020-09-18dmaengine: zx: remove redundant irqsave in hardIRQGravatar Barry Song 1-4/+2
2020-09-18dmaengine: fsl: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 2-6/+6
2020-09-18dmaengine: k3-udma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-18dmaengine: plx_dma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-18dmaengine: xilinx: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 2-7/+6
2020-09-18dmaengine: xgene: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-18dmaengine: virt-dma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-09-18dmaengine: txx9dmac: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-8/+6
2020-09-18dmaengine: timb_dma: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-09-18dmaengine: tegra20: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3
2020-09-18dmaengine: sun6i: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-3/+3
2020-09-18dmaengine: ste_dma40: convert tasklets to use new tasklet_setup() APIGravatar Allen Pais 1-4/+3