Re: [PATCH v3 0/5] Add STM32 DMAMUX support

2017-07-20 Thread Pierre Yves MORDRET
On 07/06/2017 02:20 PM, Pierre-Yves MORDRET wrote: > This patchset adds support for the STM32 DMA multiplexer. > It allows to map any peripheral DMA request to any channel of the product > DMAs. > This IP has been introduced with STM32H7 SoC. > Gentle ping for driver review since DT Bindings ha

[PATCH v3 0/5] Add STM32 DMAMUX support

2017-07-06 Thread Pierre-Yves MORDRET
This patchset adds support for the STM32 DMA multiplexer. It allows to map any peripheral DMA request to any channel of the product DMAs. This IP has been introduced with STM32H7 SoC. --- Version history: v3: * change compatible to st,stm32h7-dmamux to be mode Soc specific * a