aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dmaengine: mediatek: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: k3dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-18dmaengine: ipu: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-18dmaengine: iop_adma: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-09-18dmaengine: ioat: convert tasklets to use new tasklet_setup() APIAllen Pais3-7/+5
2020-09-18dmaengine: imx-dma: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: ep93xx: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: dw: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-18dmaengine: coh901318: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: at_xdmac: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: at_hdmac: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-09-18dmaengine: altera-msgdma: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-09-14dmaengine: sf-pdma: remove unused 'desc'Vinod Koul1-1/+0
2020-09-11dmaengine: ti: k3-udma-glue: Fix parameters for rx ring pair requestPeter Ujfalusi1-1/+1
2020-09-11dmaengine: Kconfig: Update description for RCAR_DMAC configLad Prabhakar1-2/+2
2020-09-11dmaengine: ti: k3-udma: Use soc_device_match() for SoC dependent parametersPeter Ujfalusi1-7/+35
2020-09-11Merge tag 'v5.9-rc4' into nextVinod Koul16-77/+97
2020-09-11dmaengine: dmatest: Print error codes as signed valueAndy Shevchenko1-2/+8
2020-09-11dmaengine: pl330: Drop local dma_parmsRobin Murphy1-5/+0
2020-09-11dmaengine: qcom: bam_dma: Drop local dma_parmsRobin Murphy1-2/+0
2020-09-11dmaengine: ste_dma40: Drop local dma_parmsRobin Murphy1-3/+0
2020-09-11dmaengine: rcar-dmac: Drop local dma_parmsRobin Murphy1-2/+0
2020-09-11dmaengine: mxs: Drop local dma_parmsRobin Murphy1-2/+0
2020-09-11dmaengine: imx-sdma: Drop local dma_parmsRobin Murphy1-2/+0
2020-09-11dmaengine: imx-dma: Drop local dma_parmsRobin Murphy1-2/+0
2020-09-11dmaengine: bcm2835: Drop local dma_parmsRobin Murphy1-3/+0
2020-09-11dmaengine: axi-dmac: Drop local dma_parmsRobin Murphy1-3/+0
2020-09-11dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim1-5/+5
2020-09-04Merge tag 'dmaengine-fix-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds9-49/+73
2020-09-03dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0Peter Ujfalusi1-2/+2
2020-09-03dmaengine: idxd: add command status to idxd sysfs attributeDave Jiang3-1/+16
2020-09-03dmaengine: idxd: add support for configurable max wq batch sizeDave Jiang4-7/+54
2020-09-03dmaengine: idxd: add support for configurable max wq xfer sizeDave Jiang4-1/+43
2020-09-03dmaengine: xilinx: Simplify with dev_err_probe()Krzysztof Kozlowski1-28/+8
2020-09-03dmaengine: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski3-18/+8
2020-09-03dmaengine: pl330: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-09-03dmaengine: Save few bytes and increase readability of dma_request_chan()Andy Shevchenko1-2/+4
2020-09-03dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi1-18/+0
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityLinus Torvalds1-6/+6
2020-08-25dmaengine: axi-dmac: add support for reading bus attributes from registersAlexandru Ardelean1-3/+63
2020-08-25dmaengine: axi-dmac: wrap channel parameter adjust into functionAlexandru Ardelean1-10/+15
2020-08-25dmaengine: axi-dmac: wrap entire dt parse in a functionAlexandru Ardelean1-16/+24
2020-08-25dmaengine: axi-dmac: move clock enable earlierAlexandru Ardelean1-7/+10
2020-08-25dmaengine: axi-dmac: move active_descs list init after device-tree initAlexandru Ardelean1-2/+2
2020-08-25dmaengine: axi-dmac: move version read in probeAlexandru Ardelean1-5/+5
2020-08-25drivers/dma/dma-jz4780: Fix race condition between probe and irq handlerMadhuparna Bhowmik1-19/+19
2020-08-25dmaengine: pl330: fix instruction dump formattingƁukasz Stelmach1-1/+1
2020-08-25dmaengine: dw-edma: Fix typo in comments offsetGustavo Pimentel1-1/+1
2020-08-25dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel1-5/+6
2020-08-25dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checksPeter Ujfalusi1-10/+0