]> Git Repo - linux.git/commitdiff
Merge branches 'pm-sleep' and 'pm-cpufreq'
authorRafael J. Wysocki <[email protected]>
Mon, 6 Apr 2020 13:42:05 +0000 (15:42 +0200)
committerRafael J. Wysocki <[email protected]>
Mon, 6 Apr 2020 13:42:05 +0000 (15:42 +0200)
* pm-sleep:
  Documentation: PM: sleep: Document system-wide suspend code flows
  PM: sleep: Add pm_debug_messages kernel command line option
  PM: sleep: core: Drop racy and redundant checks from device_prepare()
  PM: hibernate: Propagate the return value of hibernation_restore()

* pm-cpufreq:
  cpufreq: Select schedutil when using big.LITTLE
  cpufreq: intel_pstate: Select schedutil as the default governor

1  2  3 
drivers/cpufreq/Kconfig.x86

index 62502d0e4c331b7d20641216f3664e26ec172951,62502d0e4c331b7d20641216f3664e26ec172951,758c69a2e1bf3e428201c00ef6e7ea2e5fd61b4f..bc58a0809d1110e4560fc872ff0e6485b7807bc5
@@@@ -8,6 -8,6 -8,8 +8,8 @@@@ config X86_INTEL_PSTAT
        depends on X86
        select ACPI_PROCESSOR if ACPI
        select ACPI_CPPC_LIB if X86_64 && ACPI && SCHED_MC_PRIO
++      select CPU_FREQ_GOV_PERFORMANCE
++      select CPU_FREQ_GOV_SCHEDUTIL if SMP
        help
          This driver provides a P state for Intel core processors.
          The driver implements an internal governor and will become
@@@@ -25,7 -25,7 -27,7 +27,7 @@@@ config X86_PCC_CPUFRE
          This driver adds support for the PCC interface.
   
          For details, take a look at:
  -       <file:Documentation/cpu-freq/pcc-cpufreq.txt>.
  +       <file:Documentation/admin-guide/pm/cpufreq_drivers.rst>.
   
          To compile this driver as a module, choose M here: the
          module will be called pcc-cpufreq.
This page took 0.063929 seconds and 4 git commands to generate.