]> git.ipfire.org Git - thirdparty/linux.git/commit
firewire: core: add local API to queue work item to workqueue specific to isochronous...
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 4 Sep 2024 12:51:51 +0000 (21:51 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 4 Sep 2024 12:51:51 +0000 (21:51 +0900)
commit4f55ad754d6b7b6fa4ebcfd8c50f7e53e661a78e
tree09fa7e5c06e671d5f37ded9389f2198c4aa55937
parentc6fb88a5270f4ba24859f5ecb61cfc731ef16300
firewire: core: add local API to queue work item to workqueue specific to isochronous contexts

In the previous commit, the workqueue is added per the instance of fw_card
structure for isochronous contexts. The workqueue is designed to be used by
the implementation of fw_card_driver structure underlying the fw_card.

This commit adds some local APIs to be used by the implementation.

Tested-by: Edmund Raile <edmund.raile@protonmail.com>
Link: https://lore.kernel.org/r/20240904125155.461886-3-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
drivers/firewire/core-iso.c
drivers/firewire/core.h
include/linux/firewire.h