linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] PM: domains: Drop pm_genpd_opp_to_performance_state()
@ 2023-10-12 15:21 Ulf Hansson
  2023-10-12 15:35 ` [PATCH 1/5] soc/tegra: pmc: Drop the ->opp_to_performance_state() callback Ulf Hansson
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Ulf Hansson @ 2023-10-12 15:21 UTC (permalink / raw)
  To: Rafael J . Wysocki, linux-pm
  Cc: Thierry Reding, Jonathan Hunter, Bjorn Andersson, Konrad Dybcio,
	Ulf Hansson, linux-arm-kernel, linux-kernel

Since commit 7c41cdcd3bbe ("OPP: Simplify the over-designed pstate <-> level
dance"), there is no longer any users of the
pm_genpd_opp_to_performance_state() API, while a few genpd providers are still
assigning the redundant ->opp_to_performance_state() callback.

Let's clean this up so we can drop pm_genpd_opp_to_performance_state() and the
callback too.

Rafael, I would like to take this through my pmdomain tree, unless you see a
problem with it ofcourse, hence I need your ack on the last patch in the series.

Kind regards
Uffe


Ulf Hansson (5):
  soc/tegra: pmc: Drop the ->opp_to_performance_state() callback
  pmdomain: qcom: cpr: Drop the ->opp_to_performance_state() callback
  pmdomain: qcom: rpmpd: Drop the ->opp_to_performance_state() callback
  pmdomain: qcom: rpmhpd: Drop the ->opp_to_performance_state() callback
  PM: domains: Drop the unused pm_genpd_opp_to_performance_state()

 drivers/base/power/domain.c    | 32 --------------------------------
 drivers/pmdomain/qcom/cpr.c    |  7 -------
 drivers/pmdomain/qcom/rpmhpd.c |  7 -------
 drivers/pmdomain/qcom/rpmpd.c  |  7 -------
 drivers/soc/tegra/pmc.c        |  8 --------
 include/linux/pm_domain.h      | 12 ------------
 6 files changed, 73 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-10-17 11:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-12 15:21 [PATCH 0/5] PM: domains: Drop pm_genpd_opp_to_performance_state() Ulf Hansson
2023-10-12 15:35 ` [PATCH 1/5] soc/tegra: pmc: Drop the ->opp_to_performance_state() callback Ulf Hansson
2023-10-12 15:35 ` [PATCH 2/5] pmdomain: qcom: cpr: " Ulf Hansson
2023-10-12 15:35 ` [PATCH 3/5] pmdomain: qcom: rpmpd: " Ulf Hansson
2023-10-12 15:36 ` [PATCH 4/5] pmdomain: qcom: rpmhpd: " Ulf Hansson
2023-10-12 15:36 ` [PATCH 5/5] PM: domains: Drop the unused pm_genpd_opp_to_performance_state() Ulf Hansson
2023-10-12 16:19 ` [PATCH 0/5] PM: domains: Drop pm_genpd_opp_to_performance_state() Konrad Dybcio
2023-10-13 11:59 ` (subset) " Thierry Reding
2023-10-16  9:57   ` Ulf Hansson
2023-10-17 11:53     ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).