summaryrefslogtreecommitdiff
path: root/drivers/dma/stm32/stm32-dma3.c
AgeCommit message (Expand)Author
2024-10-21dmaengine: stm32-dma3: clamp AXI burst using match dataAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: prevent LL refactoring thanks to DT configurationAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: refactor HW linked-list to optimize memory accessesAmelie Delaunay
2024-10-21dmaengine: stm32-dma3: prevent pack/unpack thanks to DT configurationAmelie Delaunay
2024-10-14dmaengine: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-05dmaengine: stm32-dma3: Set lli_size after allocationKees Cook
2024-06-11dmaengine: stm32-dma3: defer channel registration to specify channel nameAmelie Delaunay
2024-06-11dmaengine: stm32-dma3: improve residue granularityAmelie Delaunay
2024-06-11dmaengine: stm32-dma3: add device_pause and device_resume opsAmelie Delaunay
2024-06-11dmaengine: stm32-dma3: add DMA_MEMCPY capabilityAmelie Delaunay
2024-06-11dmaengine: stm32-dma3: add DMA_CYCLIC capabilityAmelie Delaunay
2024-06-11dmaengine: Add STM32 DMA3 supportAmelie Delaunay