]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: unisys: visorhba: enhance visorhba to use channel_interrupt
authorSong Chen <chensong_2000@189.cn>
Wed, 6 Jan 2021 09:04:23 +0000 (17:04 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Jan 2021 15:57:50 +0000 (16:57 +0100)
commitd61adf609c48b9e91a84e9a943f0b3bcd84c3cad
tree01853203d365ff6a4885aea0c3dc97bf30bf17e4
parent662d82cf39ff60df33b6af6c8da71e900e65350a
staging: unisys: visorhba: enhance visorhba to use channel_interrupt

visorhba uses kthread to obtain the responses from the IO
Service Partition periodically, on the other hand, visorbus
provides periodic work to serve such request, therefore,
kthread should be replaced by channel_interrupt.

Signed-off-by: Song Chen <chensong_2000@189.cn>
Link: https://lore.kernel.org/r/1609923863-6650-1-git-send-email-chensong_2000@189.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorhba/visorhba_main.c