Re: [PATCH] usb: typec: anx7411 - stop the IRQ before destroying the workqueue
From: Linkai Gong
Date: Mon Sep 07 2026 - 23:17:21 EST
On Mon, Sep 07, 2026 at 12:53:35PM +0200, Heikki Krogerus wrote:
> Is the workqueu necessary at all? It's threaded irq.
You are right. The threaded handler only queues work, so the
extra workqueue does not buy much.
I will send a v2 that runs the handler body in the threaded IRQ
and drops the workqueue. That also removes the remove() race.
Thanks,
Linkai