summaryrefslogtreecommitdiffstats
path: root/drivers/dma
Commit message (Expand)AuthorAgeFilesLines
* dmaengine: tegra210-adma: Update dependency to ARCH_TEGRAPeter Robinson2024-03-261-7/+7
* dmaengine: fsl-edma: correct max_segment_size settingFrank Li2024-03-152-3/+6
* dmaengine: fsl-edma: utilize common dt-binding header fileFrank Li2024-03-151-11/+6
* dmaengine: idxd: Ensure safe user copy of completion recordFenghua Yu2024-03-061-3/+12
* dmaengine: idxd: Remove shadow Event Log head stored in idxdFenghua Yu2024-03-064-5/+3
* dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-03-061-0/+17
* dmaengine: dw-edma: HDMA: Add sync read before starting the DMA transfer in r...Kory Maincent2024-03-061-0/+17
* dmaengine: dw-edma: Add HDMA remote interrupt configurationKory Maincent2024-03-061-0/+2
* dmaengine: dw-edma: HDMA_V0_REMOTEL_STOP_INT_EN typo fixKory Maincent2024-03-061-1/+1
* dmaengine: dw-edma: Fix wrong interrupt bit set for HDMAKory Maincent2024-03-061-1/+1
* dmaengine: dw-edma: Fix the ch_count hdma callbackKory Maincent2024-03-061-12/+6
* dmaengine: fsl-qdma: init irq after reg initializationCurtis Klein2024-03-061-9/+8
* dmaengine: fsl-edma: correct calculation of 'nbytes' in multi-fifo scenarioJoy Zou2024-03-061-1/+1
* dmaengine: ptdma: use consistent DMA masksTadeusz Struk2024-03-061-2/+0
* dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned readPeng Ma2024-03-061-1/+3
* dmaengine: ti: edma: Add some null pointer checks to the edma_probeKunwu Chan2024-03-011-0/+10
* dmaengine: dw-edma: increase size of 'name' in debugfs codeVinod Koul2024-03-012-4/+4
* dmaengine: fsl-qdma: increase size of 'irq_name'Vinod Koul2024-03-011-1/+1
* dmaengine: shdma: increase size of 'dev_id'Vinod Koul2024-03-011-1/+1
* dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTHHector Martin2024-03-011-1/+4
* dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMAChristophe JAILLET2024-02-161-5/+5
* dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMAChristophe JAILLET2024-02-161-12/+5
* dmaengine: ti: k3-udma: Report short packet errorsJai Luthra2024-02-161-2/+8
* dmaengine: fsl-dpaa2-qdma: Fix the size of dma poolsGuanhua Gao2024-02-161-4/+6
* dmaengine: idxd: Move dma_free_coherent() out of spinlocked contextRex Zhang2024-01-311-1/+8
* dmaengine: fix NULL pointer in channel unregistration functionAmelie Delaunay2024-01-311-0/+3
* dmaengine: fsl-edma: fix eDMAv4 channel allocation issueFrank Li2024-01-311-0/+8
* dmaengine: fsl-edma: fix wrong pointer check in fsl_edma3_attach_pd()Yang Yingliang2024-01-101-3/+2
* dmaengine: idxd: Protect int_handle field in hw descriptorGuanjun2024-01-101-7/+7
* dmaengine: fsl-edma: Add judgment on enabling round robin arbitrationXiaolei Wang2024-01-101-1/+2
* dmaengine: fsl-edma: Do not suspend and resume the masked dma channel when th...Xiaolei Wang2024-01-101-0/+4
* dmaengine: ti: k3-psil-am62a: Fix SPI PDMA dataJai Luthra2024-01-101-6/+6
* dmaengine: ti: k3-psil-am62: Fix SPI PDMA dataRonald Wahl2024-01-101-6/+6
* dmaengine: fsl-edma: fix DMA channel leak in eDMAv4Frank Li2023-12-201-0/+1
* dmaengine: stm32-dma: avoid bitfield overflow assertionAmelie Delaunay2023-12-201-2/+6
* dmaengine: stm32-mdma: correct desc prep when channel runningAlain Volmat2023-11-281-2/+2
* dmaengine: pxa_dma: Remove an erroneous BUG_ON() in pxad_free_desc()Christophe JAILLET2023-11-201-1/+0
* dmaengine: ti: edma: handle irq_of_parse_and_map() errorsDan Carpenter2023-11-201-2/+2
* dmaengine: idxd: Register dsa_bus_type before registering idxd sub-driversFenghua Yu2023-11-201-3/+3
* Merge tag 'dmaengine-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-138-24/+76
|\
| * dmaengine: fsl-edma: fix all channels requested when call fsl_edma3_xlate()Frank Li2023-10-091-2/+4
| * dmaengine: stm32-dma: fix residue in case of MDMA chainingAmelie Delaunay2023-10-091-3/+4
| * dmaengine: stm32-dma: fix stm32_dma_prep_slave_sg in case of MDMA chainingAmelie Delaunay2023-10-091-1/+3
| * dmaengine: stm32-mdma: set in_flight_bytes in case CRQA flag is setAmelie Delaunay2023-10-091-5/+9
| * dmaengine: stm32-mdma: use Link Address Register to compute residueAmelie Delaunay2023-10-091-4/+11
| * dmaengine: stm32-mdma: abort resume if no ongoing transferAmelie Delaunay2023-10-091-0/+4
| * dmaengine: ste_dma40: Fix PM disable depth imbalance in d40_probeZhang Shurong2023-10-091-0/+1
| * dmaengine: mediatek: Fix deadlock caused by synchronize_irq()Duoming Zhou2023-10-041-2/+1
| * dmaengine: idxd: use spin_lock_irqsave before wait_event_lock_irqRex Zhang2023-10-041-2/+3
| * dmaengine: fsl-edma: fix edma4 channel enable failure on second attemptFrank Li2023-09-281-2/+8