mbox series

[0/4] OPP: Re-work code to drop _opp_attach|detach_genpd()

Message ID 20240723144610.564273-1-ulf.hansson@linaro.org (mailing list archive)
Headers show
Series OPP: Re-work code to drop _opp_attach|detach_genpd() | expand

Message

Ulf Hansson July 23, 2024, 2:46 p.m. UTC
Note, this series is the next step beyond another genpd/OPP series [1] that was
recently submitted (and still being discussed for merging). In other words to
test this, that other series needs to be applied as the first step.

This series converts the final users of _opp_attach|detach_genpd() to use
dev_pm_domain_attach|detach_list(). Then the final patch drops the redundant
code for _opp_attach|detach_genpd().

Please help to test and review!

Kind regards
Ulf Hansson

[1]
https://lore.kernel.org/all/20240718234319.356451-1-ulf.hansson@linaro.org/

Ulf Hansson (4):
  drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list()
  media: venus: Use dev_pm_domain_attach|detach_list() for OPP PM domain
  cpufreq: qcom-nvmem: Convert to dev_pm_domain_attach|detach_list()
  OPP: Drop redundant _opp_attach|detach_genpd()

 drivers/cpufreq/qcom-cpufreq-nvmem.c          | 79 +++++----------
 drivers/gpu/drm/tegra/gr3d.c                  | 46 +++------
 drivers/media/platform/qcom/venus/core.c      |  8 +-
 drivers/media/platform/qcom/venus/core.h      |  6 +-
 .../media/platform/qcom/venus/pm_helpers.c    | 31 ++----
 drivers/opp/core.c                            | 96 +------------------
 drivers/opp/opp.h                             |  3 +-
 include/linux/pm_opp.h                        | 38 +-------
 8 files changed, 56 insertions(+), 251 deletions(-)