linux/drivers/media/pci/mantis
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
..
hopper_cards.c media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
hopper_vp3028.c
hopper_vp3028.h
Kconfig media: mantis: Kconfig: add depends on DVB_CORE for MANTIS_CORE 2022-11-25 10:04:11 +00:00
Makefile
mantis_ca.c media: mantis: remove orphan mantis_core.c 2021-03-22 17:27:13 +01:00
mantis_ca.h
mantis_cards.c media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mantis_common.h media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mantis_core.h media: mantis: remove orphan mantis_core.c 2021-03-22 17:27:13 +01:00
mantis_dma.c media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mantis_dma.h media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mantis_dvb.c media: Convert from tasklet to BH workqueue 2024-06-21 08:57:09 +02:00
mantis_dvb.h
mantis_evm.c
mantis_hif.c
mantis_hif.h
mantis_i2c.c
mantis_i2c.h
mantis_input.c
mantis_input.h
mantis_ioc.c
mantis_ioc.h
mantis_link.h
mantis_pci.c media: mantis: switch from 'pci_' to 'dma_' API 2021-03-22 17:19:02 +01:00
mantis_pci.h
mantis_pcmcia.c
mantis_reg.h
mantis_uart.c
mantis_uart.h
mantis_vp1033.c
mantis_vp1033.h
mantis_vp1034.c
mantis_vp1034.h
mantis_vp1041.c
mantis_vp1041.h
mantis_vp2033.c
mantis_vp2033.h
mantis_vp2040.c
mantis_vp2040.h
mantis_vp3030.c
mantis_vp3030.h