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