summaryrefslogtreecommitdiff
path: root/drivers/dma
AgeCommit message (Expand)AuthorFilesLines
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/kerne...Linus 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
2020-08-25dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sgPeter Ujfalusi1-3/+3
2020-08-25dmaengine: pl330: Fix burst length if burst size is smaller than bus widthMarek Szyprowski1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-22/+18
2020-08-19dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()Yu Kuai1-0/+1
2020-08-19dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()Yu Kuai1-2/+6
2020-08-19dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma...Yu Kuai1-0/+2
2020-08-19dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' staticWei Yongjun1-1/+1
2020-08-17dmaengine: dw: Add DMA-channels mask cell supportSerge Semin2-2/+9
2020-08-17dmaengine: dw: Ignore burst setting for memory peripheralsSerge Semin2-6/+4
2020-08-17dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculationSerge Semin1-1/+1
2020-08-17dmaengine: dw: Activate FIFO-mode for memory peripherals onlySerge Semin1-1/+1
2020-08-17dmaengine: xilinx: dpdma: Add debugfs supportLaurent Pinchart1-0/+209
2020-08-17dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handlingPeter Ujfalusi1-4/+4
2020-08-17dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2ULPeter Ujfalusi1-0/+3
2020-08-17dmaengine: ti: k3-psil: add map for j7200Peter Ujfalusi4-1/+181
2020-08-17dmaengine: ti: k3-psil: Use soc_device_match to get the psil mapPeter Ujfalusi1-5/+13
2020-08-17dmaengine: idxd: clear misc interrupt cause after readDave Jiang1-1/+1
2020-08-17dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski1-1/+1
2020-08-17dmaengine: idxd: reset states after device disable or resetDave Jiang2-12/+26
2020-08-17dmaengine: pch_dma: use generic power managementVaibhav Gupta1-26/+9
2020-08-17dmaengine: acpi: Put the CSRT table after using itHanjun Guo1-1/+3
2020-08-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-0/+3