lkml.org 
[lkml]   [2021]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/6] ASoC: fsl: Don't use devm_regmap_init_mmio_clk
Date
When there is power domain bind with ipg clock,

The call flow:
devm_regmap_init_mmio_clk
- clk_prepare()
- clk_pm_runtime_get()

cause the power domain of clock always be enabled after
regmap_init(). which impact the power consumption.

So use devm_regmap_init_mmio instead of
devm_regmap_init_mmio_clk.

Shengjiu Wang (6):
ASoC: fsl_esai: Don't use devm_regmap_init_mmio_clk
ASoC: fsl_spdif: Don't use devm_regmap_init_mmio_clk
ASoC: fsl_asrc: Don't use devm_regmap_init_mmio_clk
ASoC: fsl_easrc: Don't use devm_regmap_init_mmio_clk
ASoC: fsl_audmix: Don't use devm_regmap_init_mmio_clk
ASoC: fsl_micfil: Don't use devm_regmap_init_mmio_clk

sound/soc/fsl/fsl_asrc.c | 57 +++++++++++++++++++++++++++++---------
sound/soc/fsl/fsl_audmix.c | 3 +-
sound/soc/fsl/fsl_easrc.c | 3 +-
sound/soc/fsl/fsl_esai.c | 48 ++++++++++++++++++++++++--------
sound/soc/fsl/fsl_micfil.c | 25 +++++++++++++----
sound/soc/fsl/fsl_spdif.c | 3 +-
6 files changed, 103 insertions(+), 36 deletions(-)

--
2.27.0

\
 
 \ /
  Last update: 2021-03-24 11:14    [W:0.117 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site