]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: xhci-plat: separate dev_pm_ops for each pm_event
authorGuan-Yu Lin <guanyulin@google.com>
Thu, 11 Sep 2025 14:20:13 +0000 (14:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Sep 2025 12:08:02 +0000 (14:08 +0200)
commitddb473a51b4bf33d040d827ae9a8724ee5ef1a36
tree734d78c4dc87caf5624cbc89dc6c70c2397009f0
parent6f9871b3e8c31953978db552c730a7e017e51d19
usb: xhci-plat: separate dev_pm_ops for each pm_event

Separate dev_pm_ops for different power events such as suspend, thaw,
and hibernation. This is crucial when xhci-plat driver needs to adapt
its behavior based on different power state changes.

Signed-off-by: Guan-Yu Lin <guanyulin@google.com>
Link: https://lore.kernel.org/r/20250911142051.90822-2-guanyulin@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250911142051.90822-2-guanyulin@google.com
drivers/usb/host/xhci-plat.c