All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] firewire: ohci: switch to threaded IRQ handler for SelfIDComplete event
@ 2025-08-23  3:09 Takashi Sakamoto
  2025-08-23  3:09 ` [PATCH 1/3] firewire: ohci: move self_id_complete tracepoint after validating register Takashi Sakamoto
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takashi Sakamoto @ 2025-08-23  3:09 UTC (permalink / raw)
  To: linux1394-devel; +Cc: linux-kernel

Hi,

This patchset replaces the module-local workqueue with a threaded IRQ
handler for handling the SelfIDComplete event in the 1394 OHCI PCI driver.

The SelfIDComplete event is the first step in maintaining bus topology.
It occurs after a bus reset or when the topology changes, and must be
processed outside the hard IRQ context due to the latency involved in
enumerating the SelfID sequence. Historically, this was handled by a
module-local workqueue with the WQ_MEM_RECLAIM flag. A threaded IRQ
handler offers a cleaner and more reliable solution, leveraging the
kernel's common infrastructure and eliminating the need for maintaining
a custom workqueue.

Takashi Sakamoto (3):
  firewire: ohci: move self_id_complete tracepoint after validating
    register
  firewire: ohci: use threaded IRQ handler to handle SelfIDComplete
    event
  firewire: ohci: remove module-local workqueue

 drivers/firewire/ohci.c | 61 +++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 36 deletions(-)


base-commit: 8748368c3d92f7bdef67c90d3f62ab92083b3677
-- 
2.48.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-08-25  0:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-23  3:09 [PATCH 0/3] firewire: ohci: switch to threaded IRQ handler for SelfIDComplete event Takashi Sakamoto
2025-08-23  3:09 ` [PATCH 1/3] firewire: ohci: move self_id_complete tracepoint after validating register Takashi Sakamoto
2025-08-23  3:09 ` [PATCH 2/3] firewire: ohci: use threaded IRQ handler to handle SelfIDComplete event Takashi Sakamoto
2025-08-23  3:09 ` [PATCH 3/3] firewire: ohci: remove module-local workqueue Takashi Sakamoto
2025-08-25  0:28 ` [PATCH 0/3] firewire: ohci: switch to threaded IRQ handler for SelfIDComplete event Takashi Sakamoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.