aboutsummaryrefslogtreecommitdiff
path: root/drivers/dma/stm32/stm32-dma3.c
AgeCommit message (Expand)AuthorFilesLines
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