public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] OPP: Re-work code to drop _opp_attach|detach_genpd()
@ 2024-07-23 14:46 Ulf Hansson
  2024-07-23 14:46 ` [PATCH 1/4] drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list() Ulf Hansson
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Ulf Hansson @ 2024-07-23 14:46 UTC (permalink / raw)
  To: Viresh Kumar, Nishanth Menon, Stephen Boyd
  Cc: Bjorn Andersson, Konrad Dybcio, Bryan O'Donoghue,
	Thierry Reding, Mikko Perttunen, Jonathan Hunter, Ulf Hansson,
	linux-pm, linux-arm-kernel, linux-kernel

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-08-29  8:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 14:46 [PATCH 0/4] OPP: Re-work code to drop _opp_attach|detach_genpd() Ulf Hansson
2024-07-23 14:46 ` [PATCH 1/4] drm/tegra: gr3d: Convert into dev_pm_domain_attach|detach_list() Ulf Hansson
2024-08-28 15:06   ` Thierry Reding
2024-08-28 15:26     ` Ulf Hansson
2024-08-29  8:59       ` Thierry Reding
2024-07-23 14:46 ` [PATCH 2/4] media: venus: Use dev_pm_domain_attach|detach_list() for OPP PM domain Ulf Hansson
2024-08-20 20:48   ` Stanimir Varbanov
2024-08-21  8:56     ` Ulf Hansson
2024-08-21  8:58       ` Ulf Hansson
2024-08-22 18:05       ` Stanimir Varbanov
2024-08-22 21:40         ` Ulf Hansson
2024-08-23  7:42           ` Stanimir Varbanov
2024-07-23 14:46 ` [PATCH 3/4] cpufreq: qcom-nvmem: Convert to dev_pm_domain_attach|detach_list() Ulf Hansson
2024-07-23 14:46 ` [PATCH 4/4] OPP: Drop redundant _opp_attach|detach_genpd() Ulf Hansson
2024-07-25  7:26   ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox