linux/drivers/media/pci/ddbridge
Allen Pais 1021dd010d media: Convert from tasklet to BH workqueue
The only generic interface to execute asynchronously in the BH context is
tasklet; however, it's marked deprecated and has some design flaws. To
replace tasklets, BH workqueue support was recently added. A BH workqueue
behaves similarly to regular workqueues except that the queued work items
are executed in the BH context.

This patch converts drivers/media/* from tasklet to BH workqueue.

Based on the work done by Tejun Heo <tj@kernel.org>

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2024-06-21 08:57:09 +02:00
..
ddbridge-ci.c
ddbridge-ci.h
ddbridge-core.c
ddbridge-dummy-fe.c
ddbridge-dummy-fe.h
ddbridge-hw.c
ddbridge-hw.h
ddbridge-i2c.c
ddbridge-i2c.h
ddbridge-io.h
ddbridge-main.c
ddbridge-max.c
ddbridge-max.h
ddbridge-mci.c
ddbridge-mci.h
ddbridge-regs.h
ddbridge-sx8.c
ddbridge.h
Kconfig
Makefile