linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] cpufreq/powernv: Set core pstate to a minimum just before hotplugging it out
@ 2014-09-05  7:39 Preeti U Murthy
  2014-09-05  7:40 ` [PATCH V2 1/2] cpufreq: Allow stop CPU callback to be used by all cpufreq drivers Preeti U Murthy
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Preeti U Murthy @ 2014-09-05  7:39 UTC (permalink / raw)
  To: viresh.kumar, rjw
  Cc: linux-pm, dirk.j.brandewie, shreyas, linux-kernel,
	patrick.marlier, linuxppc-dev, dirk.brandewie

Today cpus go to winkle when they are offlined. Since it is the deepest
idle state that we have, it is expected to save good amount of power as compared
to online state, where cores can enter nap/fastsleep only which are
shallower idle states.
However we observed no powersavings with winkle as compared to nap/fastsleep
and traced the problem to the pstate of the core being kept at a high even
when the core is offline. This can keep the socket pstate high, thus burning
power unnecessarily. This patchset fixes this issue.

Changes in V2: Changed smp_call_function_any() to smp_call_function_single() in Patch[2/2]

---

Preeti U Murthy (2):
      cpufreq: Allow stop CPU callback to be used by all cpufreq drivers
      powernv/cpufreq: Set the pstate of the last hotplugged out cpu in policy->cpus to minimum


 drivers/cpufreq/cpufreq.c         |    2 +-
 drivers/cpufreq/powernv-cpufreq.c |    9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

--

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

end of thread, other threads:[~2014-09-09  0:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05  7:39 [PATCH V2 0/2] cpufreq/powernv: Set core pstate to a minimum just before hotplugging it out Preeti U Murthy
2014-09-05  7:40 ` [PATCH V2 1/2] cpufreq: Allow stop CPU callback to be used by all cpufreq drivers Preeti U Murthy
2014-09-05  7:40 ` [PATCH V2 2/2] powernv/cpufreq: Set the pstate of the last hotplugged out cpu in policy->cpus to minimum Preeti U Murthy
2014-09-05  7:41 ` [PATCH V2 0/2] cpufreq/powernv: Set core pstate to a minimum just before hotplugging it out Viresh Kumar
2014-09-09  0:16   ` Rafael J. Wysocki

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