cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Cpufreq frequency serialization fixes
@ 2014-04-25  8:17 Srivatsa S. Bhat
  2014-04-25  8:18 ` [PATCH 1/3] cpufreq, longhaul: Fix double invocation of cpufreq_freq_transition_begin/end Srivatsa S. Bhat
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Srivatsa S. Bhat @ 2014-04-25  8:17 UTC (permalink / raw)
  To: rjw, mroos, viresh.kumar; +Cc: cpufreq, linux-pm, linux-kernel, srivatsa.bhat


Hi,

Meelis Roos reported hangs during boot in the longhaul cpufreq driver, after
commit 12478cf0c55 (cpufreq: Make sure frequency transitions are serialized).
The root-cause of this issue is the extra invocation of the
cpufreq_freq_transition_begin() and cpufreq_freq_transition_end() APIs in the
longhaul driver. I found similar issues in the powernow-k6 and powernow-k7
drivers as well. This patchset fixes the issue in all the 3 drivers.

 Srivatsa S. Bhat (3):
      cpufreq, powernow-k7: Fix double invocation of cpufreq_freq_transition_begin/end
      cpufreq, powernow-k6: Fix double invocation of cpufreq_freq_transition_begin/end
      cpufreq, longhaul: Fix double invocation of cpufreq_freq_transition_begin/end


 drivers/cpufreq/longhaul.c    |   12 ++++++++----
 drivers/cpufreq/powernow-k6.c |   20 +++++++++++---------
 drivers/cpufreq/powernow-k7.c |    4 ----
 3 files changed, 19 insertions(+), 17 deletions(-)


Thanks,
Srivatsa S. Bhat
IBM Linux Technology Center

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

end of thread, other threads:[~2014-04-28 18:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-25  8:17 [PATCH 0/3] Cpufreq frequency serialization fixes Srivatsa S. Bhat
2014-04-25  8:18 ` [PATCH 1/3] cpufreq, longhaul: Fix double invocation of cpufreq_freq_transition_begin/end Srivatsa S. Bhat
2014-04-25  8:37   ` Viresh Kumar
2014-04-25  8:39     ` Srivatsa S. Bhat
2014-04-25  8:18 ` [PATCH 2/3] cpufreq, powernow-k6: " Srivatsa S. Bhat
2014-04-25  8:28   ` Viresh Kumar
2014-04-25  8:42     ` Srivatsa S. Bhat
2014-04-25  8:18 ` [PATCH 3/3] cpufreq, powernow-k7: " Srivatsa S. Bhat
2014-04-25  8:24   ` Viresh Kumar
2014-04-25 17:29 ` [PATCH 0/3] Cpufreq frequency serialization fixes Meelis Roos
2014-04-28 18:47   ` Srivatsa S. Bhat

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