Re: [PATCH] phy: sun4i-usb: replace use of system_wq with system_percpu_wq
From: Vinod Koul <vkoul@kernel.org>
Date: 2026-01-14 14:01:33
Also in:
linux-phy, linux-sunxi, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2026-01-14 14:01:33
Also in:
linux-phy, linux-sunxi, lkml
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