Re: [RESEND PATCH v1 0/3] Add PM Runtime support

2019-01-04 Thread Vinod Koul
On 03-01-19, 11:17, Pierre-Yves MORDRET wrote: > Use pm_runtime engine for clock management purpose for both DMA, DMAMUX and > MDMA Applied, thanks. Folks have been moving away from using conditional compilation around pm calls. __maybe_unused is a better choice so I am fixing that up, will send

[RESEND PATCH v1 0/3] Add PM Runtime support

2019-01-03 Thread Pierre-Yves MORDRET
Use pm_runtime engine for clock management purpose for both DMA, DMAMUX and MDMA --- Version history: v1: * Initial --- Pierre-Yves MORDRET (3): dmaengine: stm32-dma: Add PM Runtime support dmaengine: stm32-dmamux: Add PM Runtime support dmaengine: stm32-mdma: Add PM Runtime su

[PATCH v1 0/3] Add PM Runtime support

2018-11-16 Thread Pierre-Yves MORDRET
Use pm_runtime engine for clock management purpose for both DMA, DMAMUX and MDMA --- Version history: v1: * Initial --- Pierre-Yves MORDRET (3): dmaengine: stm32-dma: Add PM Runtime support dmaengine: stm32-dmamux: Add PM Runtime support dmaengine: stm32-mdma: Add PM Runtime su