Re: [RESEND PATCH v5 0/4] Add STM32 DMAMUX support

2017-09-27 Thread Pierre Yves MORDRET
Thanks Vinod. The fourth is going to be managed by ARM team. Regards On 09/27/2017 12:36 PM, Vinod Koul wrote: > On Fri, Sep 22, 2017 at 09:31:28AM +0200, Pierre-Yves MORDRET wrote: >> This patchset adds support for the STM32 DMA multiplexer. >> It allows to map any peripheral DMA request to any

Re: [RESEND PATCH v5 0/4] Add STM32 DMAMUX support

2017-09-27 Thread Vinod Koul
On Fri, Sep 22, 2017 at 09:31:28AM +0200, 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. Applied first three patches, thanks

[RESEND PATCH v5 0/4] Add STM32 DMAMUX support

2017-09-22 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: v5: * Set selected channel ID within a lock to avoid race condition. R

[PATCH v5 0/4] Add STM32 DMAMUX support

2017-09-21 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: v5: * Set selected channel ID within a lock to avoid race condition. R