OSDN Git Service

staging: unisys: visornic: enhance visornic to use channel_interrupt
authorSong Chen <chensong_2000@189.cn>
Tue, 12 Jan 2021 08:25:40 +0000 (16:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:33 +0000 (09:25 +0100)
commit8b20129b94b3ccca1c9394c3adef0eb940316fc7
treeaad196efc7dd1958f62eb345f479649ceb6a01fd
parent1e37da45ce624bcd074443208b8a5b1c39dd4231
staging: unisys: visornic: enhance visornic to use channel_interrupt

visornic uses timer to check the response queue and drain
it if needed periodically. On the other hand, visorbus
provides periodic work to serve such request, therefore,
timer should be replaced by channel_interrupt.

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