Re: [PATCH] phy: sun4i-usb: replace use of system_wq with system_percpu_wq
From: Vinod Koul
Date: Wed Jan 14 2026 - 09:01:33 EST
On Wed, 05 Nov 2025 16:20:23 +0100, Marco Crivellari wrote:
> Currently if a user enqueues a work item using schedule_delayed_work() the
> used wq is "system_wq" (per-cpu wq) while queue_delayed_work() use
> WORK_CPU_UNBOUND (used when a cpu is not specified). The same applies to
> schedule_work() that is using system_wq and queue_work(), that makes use
> again of WORK_CPU_UNBOUND.
>
> This lack of consistency cannot be addressed without refactoring the API.
>
> [...]
Applied, thanks!
[1/1] phy: sun4i-usb: replace use of system_wq with system_percpu_wq
commit: 877686f9f42b58b04e4e25d07034bc95cadc20f3
Best regards,
--
~Vinod