summaryrefslogtreecommitdiff
path: root/drivers/dma/stm32/stm32-dma3.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-27dmaengine: stm32: Don't use %pK through printkThomas Weißschuh1-5/+5
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 Delaunay1-0/+1440