cpufreq.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: cpufreq@vger.kernel.org
Subject: [Bug 59781] intel_pstate synchronizes frequencies on wake from suspend
Date: Mon, 08 Jul 2013 02:50:05 +0000	[thread overview]
Message-ID: <bug-59781-12968-juOMGlU4yo@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-59781-12968@https.bugzilla.kernel.org/>

https://bugzilla.kernel.org/show_bug.cgi?id=59781

Lan Tianyu <tianyu.lan@intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|cpufreq@vger.kernel.org     |tianyu.lan@intel.com

--- Comment #11 from Lan Tianyu <tianyu.lan@intel.com> ---
Hi:
    Sorry for later response. Please try the following patch. I guess this will
fix your issue. I found this issue also on one of my machine.
---

 drivers/cpufreq/cpufreq_stats.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c
index fb65dec..591b6fb 100644
--- a/drivers/cpufreq/cpufreq_stats.c
+++ b/drivers/cpufreq/cpufreq_stats.c
@@ -349,6 +349,7 @@ static int __cpuinit cpufreq_stat_cpu_callback(struct
notifier_block *nfb,

        switch (action) {
        case CPU_ONLINE:
+       case CPU_ONLINE_FROZEN:
                cpufreq_update_policy(cpu);
                break;
        case CPU_DOWN_PREPARE:

-- 
You are receiving this mail because:
You are the assignee for the bug.

      parent reply	other threads:[~2013-07-08  2:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-16 16:12 [Bug 59781] New: intel_pstate synchronizes frequencies on wake from suspend bugzilla-daemon
2013-06-16 16:12 ` [Bug 59781] " bugzilla-daemon
2013-06-17  6:59 ` bugzilla-daemon
2013-06-17 11:37 ` bugzilla-daemon
2013-06-17 11:42 ` bugzilla-daemon
2013-06-17 17:15 ` bugzilla-daemon
2013-06-18  1:19 ` bugzilla-daemon
2013-06-18  2:42 ` bugzilla-daemon
2013-06-18 12:10 ` bugzilla-daemon
2013-06-18 16:23 ` bugzilla-daemon
2013-06-18 16:29 ` bugzilla-daemon
2013-07-08  2:50 ` bugzilla-daemon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-59781-12968-juOMGlU4yo@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=cpufreq@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).