linux-stable/drivers/staging/most
Davidlohr Bueso 5fb6bc718c staging/most, dim2: convert dim2_tasklet to threaded irq
Tasklets have long been deprecated as being too heavy on the system
by running in irq context - and this is not a performance critical
path. If a higher priority process wants to run, it must wait for
the tasklet to finish before doing so. A more suitable equivalent
is to converted to threaded irq instead and service channels in
regular task context.

Signed-off-by: Davidlohr Bueso <dave@stgolabs.net>
Link: https://lore.kernel.org/r/20220411151620.129178-2-dave@stgolabs.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2022-04-12 15:53:50 +02:00
..
Documentation staging: most: Documentation: move ABI description files out of staging area 2020-03-24 13:42:44 +01:00
dim2 staging/most, dim2: convert dim2_tasklet to threaded irq 2022-04-12 15:53:50 +02:00
i2c staging: most: i2c: Fix a little doc-rot 2021-05-10 11:19:25 +02:00
net staging: most: net: Make use of the helper macro LIST_HEAD() 2022-02-15 17:05:34 +01:00
video Staging driver update for 5.18-rc1 2022-03-28 12:50:50 -07:00
Kconfig drivers: most: add ALSA sound driver 2021-03-23 10:03:13 +01:00
Makefile drivers: most: add ALSA sound driver 2021-03-23 10:03:13 +01:00
TODO