[PATCH 0/6] staging: Some tasklet removals

From: Davidlohr Bueso
Date: Mon Apr 11 2022 - 11:17:01 EST


Hi,

The following are patches to further remove tasklet users out of
staging (none of such drivers at this point should continue using
these for async work). More complex users remain, which will be dealt
with in future patches. Compile-tested only.

Thanks!

Davidlohr Bueso (6):
staging/most, dim2: convert dim2_tasklet to threaded irq
staging/wlan-ng, prism2usb: replace reaper_bh tasklet with work
staging/wlan-ng, prism2usb: replace completion_bh tasklet with work
staging/ks7010: replace SME taslet with work
staging/rtl8712: remove event_tasklet
staging/rtl8192e,ieee80211: replace ps tasklet with work

drivers/staging/ks7010/ks_hostif.c | 21 ++++++------
drivers/staging/ks7010/ks_wlan.h | 2 +-
drivers/staging/most/dim2/dim2.c | 29 +++++-----------
drivers/staging/rtl8192e/rtllib.h | 2 +-
drivers/staging/rtl8192e/rtllib_rx.c | 2 +-
drivers/staging/rtl8192e/rtllib_softmac.c | 12 ++++---
.../staging/rtl8192u/ieee80211/ieee80211.h | 2 +-
.../rtl8192u/ieee80211/ieee80211_softmac.c | 15 ++++----
drivers/staging/rtl8712/rtl871x_cmd.h | 1 -
drivers/staging/wlan-ng/hfa384x.h | 4 +--
drivers/staging/wlan-ng/hfa384x_usb.c | 34 +++++++++----------
drivers/staging/wlan-ng/prism2usb.c | 8 ++---
12 files changed, 63 insertions(+), 69 deletions(-)

--
2.26.2