diff options
author | Allen Pais <[email protected]> | 2024-06-26 10:48:21 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2024-07-08 11:35:18 +0200 |
commit | 85683fb39d9b671620b5a9343fab3356e486a9a6 (patch) | |
tree | ef2b9ec764b110122fcbc9985afb64dcd800ddd7 /scripts/gdb/linux/utils.py | |
parent | a1382d193ca449de550b393dd6f763ff7dc8cf75 (diff) |
mmc: sdhi: 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 the SDHI driver from tasklet to BH workqueue.
Based on the work done by Tejun Heo <[email protected]>
Signed-off-by: Allen Pais <[email protected]>
[wsa: fixed build faliures, corrected whitespace issues]
Signed-off-by: Wolfram Sang <[email protected]>
Reviewed-by: Niklas Söderlund <[email protected]>
Tested-by: Lad Prabhakar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions