1. 30 3月, 2018 1 次提交
    • G
      cpufreq: CPPC: Use transition_delay_us depending transition_latency · 3d41386d
      George Cherian 提交于
      With commit e948bc8f (cpufreq: Cap the default transition delay
      value to 10 ms)  the cpufreq was not honouring the delay passed via
      ACPI (PCCT). Due to which on ARM based platforms using CPPC the
      cpufreq governor tries to change the frequency of CPUs faster than
      expected.
      
      This leads to continuous error messages like the following.
      " ACPI CPPC: PCC check channel failed. Status=0 "
      
      Earlier (without above commit) the default transition delay was
      taken form the value passed from PCCT. Use the same value provided
      by PCCT to set the transition_delay_us.
      
      Fixes: e948bc8f (cpufreq: Cap the default transition delay value to 10 ms)
      Signed-off-by: NGeorge Cherian <george.cherian@cavium.com>
      Cc: 4.14+ <stable@vger.kernel.org> # 4.14+
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      3d41386d
  2. 20 3月, 2018 26 次提交
  3. 19 3月, 2018 1 次提交
  4. 05 3月, 2018 1 次提交
  5. 28 2月, 2018 11 次提交