summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: ptdma: use consistent DMA masksTadeusz Struk2024-02-231-2/+0
* dmaengine: fsl-qdma: add __iomem and struct in union to fix sparse warningFrank Li2024-02-231-11/+10
* dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu2024-02-221-3/+12
* dmaengine: fsl-edma: correct max_segment_size settingFrank Li2024-02-162-3/+6
* dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu2024-02-164-5/+3
* dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenarioJoy Zou2024-02-071-1/+1
* dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein2024-02-071-9/+8
* dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma2024-02-071-1/+3
* dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-02-071-0/+17
* dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-02-071-0/+17
* dmaengine: dw-edma: Add HDMA remote interrupt configurationKory Maincent2024-02-071-0/+2
* dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fixKory Maincent2024-02-071-1/+1
* dmaengine: dw-edma: Fix wrong interrupt bit set for HDMAKory Maincent2024-02-071-1/+1
* dmaengine: dw-edma: Fix the ch_count hdma callbackKory Maincent2024-02-071-12/+6
* dmaengine: at_hdmac: add missing kernel-doc style descriptionVinod Koul2024-02-021-1/+10
* dmaengine: fsl-qdma: Remove a useless devm_kfree()Christophe JAILLET2024-01-221-3/+2
* dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET2024-01-221-5/+5
* dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET2024-01-221-13/+5
* dmaengine: ti: k3-udma: Report short packet errorsJai Luthra2024-01-221-2/+8
* dmaengine: ti: edma: Add some null pointer checks to the edma_probeKunwu Chan2024-01-221-0/+10
* dmaengine: fsl-dpaa2-qdma: Fix the size of dma poolsGuanhua Gao2024-01-221-4/+6
* dmaengine: at_hdmac: fix some kernel-doc warningsRandy Dunlap2024-01-221-10/+11
* Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-2034-261/+1712
|\
| * dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2024-01-192-4/+4
| * dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul2024-01-191-1/+1
| * dmaengine: shdma: increase size of 'dev_id'Vinod Koul2024-01-191-1/+1
| * dmaengine: xilinx: xdma: Fix kernel-doc warningsJan Kuliga2024-01-191-5/+5
| * dmaengine: usb-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-5/+5
| * dmaengine: sh: rz-dmac: Avoid format-overflow warningLad Prabhakar2024-01-191-4/+4
| * dmaengine: imx-sdma: fix Excess kernel-doc warningsRandy Dunlap2024-01-191-4/+0
| * dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_...Nathan Chancellor2024-01-191-1/+2
| * dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma()Nathan Chancellor2024-01-191-4/+4
| * Merge tag 'dmaengine-6.8-rc1' into fixesVinod Koul2024-01-1927-243/+1697
| |\
| | * dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dmaVinod Koul2023-12-221-1/+1
| | * dmaengine: xilinx: xdma: Workaround truncation compilation errorVinod Koul2023-12-221-1/+1
| | * dmaengine: pl330: issue_pending waits until WFP stateBumyong Lee2023-12-221-0/+3
| | * dmaengine: xilinx: xdma: Implement interleaved DMA transfersJan Kuliga2023-12-221-9/+98
| | * dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfersJan Kuliga2023-12-221-44/+57
| | * dmaengine: xilinx: xdma: Add transfer error reportingJan Kuliga2023-12-221-11/+15
| | * dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()Jan Kuliga2023-12-221-8/+12
| | * dmaengine: xilinx: xdma: Rework xdma_terminate_all()Jan Kuliga2023-12-221-15/+15
| | * dmaengine: xilinx: xdma: Ease dma_pool alignment requirementsJan Kuliga2023-12-212-6/+6
| | * dmaengine: xilinx: xdma: Add necessary macro definitionsJan Kuliga2023-12-211-0/+11
| | * dmaengine: xilinx: xdma: Get rid of unused codeJan Kuliga2023-12-212-14/+0
| | * dmaengine: xilinx: xdma: Add terminate_all/synchronize callbacksMiquel Raynal2023-12-211-0/+68
| | * dmaengine: xilinx: xdma: Better handling of the busy variableMiquel Raynal2023-12-211-1/+1
| | * dmaengine: xilinx: xdma: Clarify the logic between cyclic/sg modesMiquel Raynal2023-12-211-17/+14
| | * dmaengine: xilinx: xdma: Fix the count of elapsed periods in cyclic modeMiquel Raynal2023-12-211-2/+4
| | * dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang2023-12-211-1/+8
| | * dmaengine: ti: k3-udma: Add PSIL threads for AM62P and J722SVignesh Raghavendra2023-12-215-1/+332