linux/drivers/media/platform/marvell
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
..
cafe-driver.c media: v4l: async: Set v4l2_device and subdev in async notifier init 2023-08-10 07:58:32 +02:00
Kconfig media: v4l: marvell: select CONFIG_V4L2_ASYNC where needed 2024-02-16 11:46:33 +01:00
Makefile
mcam-core.c media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mcam-core.h media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mmp-driver.c media: marvell: add missing MODULE_DESCRIPTION() macros 2024-06-15 10:49:20 +02:00