mbox series

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

Message ID 1546510630-16555-1-git-send-email-pierre-yves.mordret@st.com (mailing list archive)
Headers show
Series Add PM Runtime support | expand

Message

Pierre Yves MORDRET Jan. 3, 2019, 10:17 a.m. UTC
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 support

 drivers/dma/stm32-dma.c    | 58 ++++++++++++++++++++++++++++++++++++++++------
 drivers/dma/stm32-dmamux.c | 58 +++++++++++++++++++++++++++++++++++++---------
 drivers/dma/stm32-mdma.c   | 52 ++++++++++++++++++++++++++++++++++++-----
 3 files changed, 144 insertions(+), 24 deletions(-)

Comments

Vinod Koul Jan. 4, 2019, 3:51 p.m. UTC | #1
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 patches shortly