Merge tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more power management updates from Rafael Wysocki: "Additional power management updates. These fix a corner-case suspend-to-idle wakeup issue on systems where the ACPI SCI is shared with another wakeup source, add a kernel command line option to set pm_debug_messages via the kernel command line, add a document desctibing system-wide suspend and resume code flows, modify cpufreq Kconfig to choose schedutil as the preferred governor by default in a couple of cases and do some assorted cleanups. Specifics: - Fix corner-case suspend-to-idle wakeup issue on systems where the ACPI SCI is shared with another wakeup source (Hans de Goede). - Add document describing system-wide suspend and resume code flows to the admin guide (Rafael Wysocki). - Add kernel command line option to set pm_debug_messages (Chen Yu). - Choose schedutil as the preferred scaling governor by default on ARM big.LITTLE systems and on x86 systems using the intel_pstate driver in the passive mode (Linus Walleij, Rafael Wysocki). - Drop racy and redundant checks from the PM core's device_prepare() routine (Rafael Wysocki). - Make resume from hibernation take the hibernation_restore() return value into account (Dexuan Cui)" * tag 'pm-5.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: platform/x86: intel_int0002_vgpio: Use acpi_register_wakeup_handler() ACPI: PM: Add acpi_[un]register_wakeup_handler() Documentation: PM: sleep: Document system-wide suspend code flows cpufreq: Select schedutil when using big.LITTLE 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() cpufreq: intel_pstate: Select schedutil as the default governor
No related branches found
No related tags found
Showing
- Documentation/admin-guide/kernel-parameters.txt 3 additions, 0 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/pm/suspend-flows.rst 270 additions, 0 deletionsDocumentation/admin-guide/pm/suspend-flows.rst
- Documentation/admin-guide/pm/system-wide.rst 1 addition, 0 deletionsDocumentation/admin-guide/pm/system-wide.rst
- drivers/acpi/sleep.c 4 additions, 0 deletionsdrivers/acpi/sleep.c
- drivers/acpi/sleep.h 1 addition, 0 deletionsdrivers/acpi/sleep.h
- drivers/acpi/wakeup.c 81 additions, 0 deletionsdrivers/acpi/wakeup.c
- drivers/base/power/main.c 1 addition, 6 deletionsdrivers/base/power/main.c
- drivers/cpufreq/Kconfig 3 additions, 1 deletiondrivers/cpufreq/Kconfig
- drivers/cpufreq/Kconfig.x86 2 additions, 0 deletionsdrivers/cpufreq/Kconfig.x86
- drivers/platform/x86/intel_int0002_vgpio.c 10 additions, 0 deletionsdrivers/platform/x86/intel_int0002_vgpio.c
- include/linux/acpi.h 5 additions, 0 deletionsinclude/linux/acpi.h
- kernel/power/hibernate.c 1 addition, 1 deletionkernel/power/hibernate.c
- kernel/power/main.c 7 additions, 0 deletionskernel/power/main.c
Loading
Please register or sign in to comment