aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/stm32
AgeCommit message (Expand)AuthorFilesLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-6/+6
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds2-30/+137
2025-12-23dmaengine: stm32-mdma: initialize m2m_hw_period and ccr to fix warningsClément Le Goffic1-1/+1
2025-12-16dmaengine: stm32-dma3: introduce ddata2dev helperAmelie Delaunay1-11/+17
2025-12-16dmaengine: stm32-dma3: restore channel semaphore status after suspendAmelie Delaunay1-1/+74
2025-12-16dmaengine: stm32-dma3: introduce channel semaphore helpersAmelie Delaunay1-11/+44
2025-12-16dmaengine: stm32-dma3: use module_platform_driverAmelie Delaunay1-6/+1
2025-12-14dmaengine: stm32: dmamux: clean up route allocation error labelsJohan Hovold1-5/+4
2025-12-14dmaengine: stm32: dmamux: fix OF node leak on route allocation failureJohan Hovold1-1/+3
2025-12-14dmaengine: stm32: dmamux: fix device leak on route allocationJohan Hovold1-6/+12
2025-06-26dmaengine: stm32: Don't use %pK through printkThomas Weißschuh3-14/+14
2025-06-26dmaengine: stm32-dma: configure next sg only if there are more than 2 sgsAmelie Delaunay1-1/+1
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay1-13/+46
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay1-5/+15
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay1-7/+33
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay1-0/+10
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-05dmaengine: stm32-dma3: Set lli_size after allocationKees Cook1-1/+1
2024-06-11dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay1-5/+14
2024-06-11dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay1-2/+163
2024-06-11dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay1-0/+31
2024-06-11dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay1-1/+130
2024-06-11dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay1-0/+77
2024-06-11dmaengine: Add STM32 DMA3 supportAmelie Delaunay3-0/+1451
2024-06-11dmaengine: stm32: New directory for STM32 DMA controllers driversAmelie Delaunay5-0/+4054