Files
Abel VesaandAbel Vesa d50698a093 usb: typec: ucsi: Schedule connector worker on freezable workqueue
Currently, the UCSI connector worker is scheduled on the non-freezable
system workqueue. During system suspend, on a plug/unplug event, the
worker can run before the devices have actually resumed. The UCSI
instances can implement operations that might need to do some HW accesses
while the devices are still suspended.

Scheduling the USCI connector worker on the freezable system workqueue
instead will ensure the devices are resumed by the time the worker is
scheduled to run.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://patch.msgid.link/20250205-ucsi-schedule-conn-worker-on-freezable-wq-v1-1-107d1356b77b@linaro.org
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
2026-08-03 12:45:19 +03:00
..