docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Mon, 29 Aug 2022 15:46:43 +0000 (17:46 +0200)
committerVinod Koul <vkoul@kernel.org>
Sun, 4 Sep 2022 17:18:02 +0000 (22:48 +0530)
commitc6c1a365d6115f159572106b0bfd9796b0bffd27
tree0a4d71ae20705d1db6d25f9e8a70bf7437dc6d20
parent1c32d6c37cc2a037e447e73f919d57e89ef4b571
docs: arm: stm32: introduce STM32 DMA-MDMA chaining feature

STM32 DMA-MDMA chaining feature is available on STM32 SoCs which embed
STM32 DMAMUX, DMA and MDMA controllers. It is the case on STM32MP1 SoCs but
also on STM32H7 SoCs. But focus is on STM32MP1 SoCs, using DDR.
This documentation aims to explain how to use STM32 DMA-MDMA chaining
feature in drivers of STM32 peripheral having request lines on STM32 DMA.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20220829154646.29867-4-amelie.delaunay@foss.st.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Documentation/arm/index.rst
Documentation/arm/stm32/stm32-dma-mdma-chaining.rst [new file with mode: 0644]