You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()
JIRA: https://issues.redhat.com/browse/RHEL-80696
commit 520a552
Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Date: Tue Feb 18 21:20:46 2025 +0100
Add an optimization (on top of previous changes) to avoid calling
pm_runtime_blocked(), which involves acquiring the device's PM spinlock,
for devices with no PM callbacks and runtime PM "blocked".
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://patch.msgid.link/2978873.e9J7NaK4W3@rjwysocki.net
Signed-off-by: Mark Langsdorf <mlangsdo@redhat.com>
0 commit comments