summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
...
* | dmaengine: bcm2835: Drop local dma_parmsRobin Murphy2020-09-111-3/+0
* | dmaengine: axi-dmac: Drop local dma_parmsRobin Murphy2020-09-111-3/+0
* | dmaengine: sf-pdma: Fix an error that calls callback twiceBrad Kim2020-09-111-5/+5
* | dmaengine: idxd: add command status to idxd sysfs attributeDave Jiang2020-09-033-1/+16
* | dmaengine: idxd: add support for configurable max wq batch sizeDave Jiang2020-09-034-7/+54
* | dmaengine: idxd: add support for configurable max wq xfer sizeDave Jiang2020-09-034-1/+43
* | dmaengine: xilinx: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-28/+8
* | dmaengine: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-033-18/+8
* | dmaengine: pl330: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-031-6/+3
* | dmaengine: Save few bytes and increase readability of dma_request_chan()Andy Shevchenko2020-09-031-2/+4
* | dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi2020-09-031-18/+0
* | dmaengine: axi-dmac: add support for reading bus attributes from registersAlexandru Ardelean2020-08-251-3/+63
* | dmaengine: axi-dmac: wrap channel parameter adjust into functionAlexandru Ardelean2020-08-251-10/+15
* | dmaengine: axi-dmac: wrap entire dt parse in a functionAlexandru Ardelean2020-08-251-16/+24
* | dmaengine: axi-dmac: move clock enable earlierAlexandru Ardelean2020-08-251-7/+10
* | dmaengine: axi-dmac: move active_descs list init after device-tree initAlexandru Ardelean2020-08-251-2/+2
* | dmaengine: axi-dmac: move version read in probeAlexandru Ardelean2020-08-251-5/+5
* | dmaengine: pl330: fix instruction dump formattingƁukasz Stelmach2020-08-251-1/+1
* | dmaengine: dw-edma: Fix typo in comments offsetGustavo Pimentel2020-08-251-1/+1
* | dmaengine: ti: k3-udma: Remove redundant is_slave_direction() checksPeter Ujfalusi2020-08-251-10/+0
* | dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' staticWei Yongjun2020-08-191-1/+1
* | dmaengine: dw: Add DMA-channels mask cell supportSerge Semin2020-08-172-2/+9
* | dmaengine: dw: Ignore burst setting for memory peripheralsSerge Semin2020-08-172-6/+4
* | dmaengine: dw: Discard dlen from the dev-to-mem xfer width calculationSerge Semin2020-08-171-1/+1
* | dmaengine: dw: Activate FIFO-mode for memory peripherals onlySerge Semin2020-08-171-1/+1
* | dmaengine: xilinx: dpdma: Add debugfs supportLaurent Pinchart2020-08-171-0/+209
* | dmaengine: ti: k3-psil-j721e: Add entries for 2nd port of MCU SA2ULPeter Ujfalusi2020-08-171-0/+3
* | dmaengine: ti: k3-psil: add map for j7200Peter Ujfalusi2020-08-174-1/+181
* | dmaengine: ti: k3-psil: Use soc_device_match to get the psil mapPeter Ujfalusi2020-08-171-5/+13
* | dmaengine: idxd: clear misc interrupt cause after readDave Jiang2020-08-171-1/+1
* | dmaengine: ti: omap-dma: Drop of_match_ptr to fix -Wunused-const-variableKrzysztof Kozlowski2020-08-171-1/+1
* | dmaengine: pch_dma: use generic power managementVaibhav Gupta2020-08-171-26/+9
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-08-073-0/+3
|\
| * iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-303-0/+3
* | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-3/+3
|\ \
| * \ Merge branch 'pci/misc'Bjorn Helgaas2020-08-051-2/+2
| |\ \
| | * | PCI: Convert PCIe capability PCIBIOS errors to errnoBolarinwa Olayemi Saheed2020-06-261-2/+2
| | |/
| * / PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
| |/
* | Merge tag 'dmaengine-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-0743-648/+720
|\ \
| * \ Merge branch 'topic/xilinx' into fixesVinod Koul2020-08-073-0/+1546
| |\ \
| | * | dmaengine: xilinx: dpdma: Fix kerneldoc warningLaurent Pinchart2020-07-221-0/+1
| | * | dmaengine: xilinx: dpdma: add missing kernel docVinod Koul2020-07-221-0/+1
| | * | dmaengine: xilinx: dpdma: remove comparison of unsigned expressionVinod Koul2020-07-221-1/+1
| * | | Merge branch 'for-linus' into fixesVinod Koul2020-08-0542-647/+717
| |\ \ \
| | * | | dmaengine: Actions: Add support for S700 DMA engineAmit Singh Tomar2020-07-271-15/+42
| | * | | dmaengine: Actions: get rid of bit fields from dma descriptorAmit Singh Tomar2020-07-271-42/+56
| | * | | dmaengine: dw: Initialize max_sg_burst capabilitySerge Semin2020-07-271-0/+12
| | * | | dmaengine: dw: Introduce max burst length hw configSerge Semin2020-07-273-0/+23
| | * | | dmaengine: dw: Initialize min and max burst DMA device capabilitySerge Semin2020-07-271-0/+2
| | * | | dmaengine: dw: Set DMA device max segment size parameterSerge Semin2020-07-271-0/+7