summaryrefslogtreecommitdiff
path: root/drivers/staging/most?id=5fb6bc718cf965cb6171cc5bbafd5546d5e68474
diff options
context:
space:
mode:
authorDavidlohr Bueso <dave@stgolabs.net>2022-04-11 08:16:15 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-12 15:53:50 +0200
commit5fb6bc718cf965cb6171cc5bbafd5546d5e68474 (patch)
treeb3684ce2d18bd092bec0b1edc2ea5fd4550cb31d /drivers/staging/most?id=5fb6bc718cf965cb6171cc5bbafd5546d5e68474
parent88d33bb87968d1c2ffa76feb6b94241750c8bcf7 (diff)
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>
Diffstat (limited to 'drivers/staging/most?id=5fb6bc718cf965cb6171cc5bbafd5546d5e68474')
0 files changed, 0 insertions, 0 deletions