aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
diff options
context:
space:
mode:
authorGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-06-26 17:44:50 +0200
committerGravatar Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2023-06-26 17:44:50 +0200
commit9b8f36398e52840a6fe3a56d65be5f45bad4525a (patch)
tree0d760a39543bc0bd0933ae0b218aeb5ff39b05f9 /drivers/platform
parentMerge branches 'pm-cpufreq' and 'pm-cpuidle' (diff)
parentplatform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages (diff)
parentPM: domains: Move the verification of in-params from genpd_add_device() (diff)
downloadlinux-9b8f36398e52840a6fe3a56d65be5f45bad4525a.tar.gz
linux-9b8f36398e52840a6fe3a56d65be5f45bad4525a.tar.bz2
linux-9b8f36398e52840a6fe3a56d65be5f45bad4525a.zip
Merge branches 'pm-sleep' and 'pm-domains'
Merge updates related to system-wide power management and generic power domains (genpd) updates for 6.5-rc1: - Fix the handling of pm_suspend_target_state when CONFIG_PM is unset (Kai-Heng Feng). - Correct spelling mistake in a comment in the hibernation code (Wang Honghui). - Add arch_resume_nosmt() prototype to avoid a "missing prototypes" build warning (Arnd Bergmann). - Restrict pm_pr_dbg() to system-wide power transitions and use it in a few additional places (Mario Limonciello). - Drop verification of in-params from genpd_add_device() and ensure that all of its callers will do it (Ulf Hansson). - Prevent possible integer overflows from occurring in genpd_parse_state() (Nikita Zhandarovich). * pm-sleep: platform/x86/amd: pmc: Use pm_pr_dbg() for suspend related messages pinctrl: amd: Use pm_pr_dbg to show debugging messages ACPI: x86: Add pm_debug_messages for LPS0 _DSM state tracking include/linux/suspend.h: Only show pm_pr_dbg messages at suspend/resume PM: suspend: add a arch_resume_nosmt() prototype PM: hibernate: Correct spelling mistake in a comment PM: suspend: Fix pm_suspend_target_state handling for !CONFIG_PM * pm-domains: PM: domains: Move the verification of in-params from genpd_add_device() PM: domains: fix integer overflow issues in genpd_parse_state()