original_kernel/drivers/mailbox
Allen Pais c9834d848d mailbox: 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.

Based on the work done by Tejun Heo <tj@kernel.org>
Branch: https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-6.10

Signed-off-by: Allen Pais <allen.lkml@gmail.com>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
2024-05-19 22:33:28 -05:00
..
Kconfig mailbox: arm_mhuv3: Add driver 2024-05-19 22:30:09 -05:00
Makefile mailbox: arm_mhuv3: Add driver 2024-05-19 22:30:09 -05:00
arm_mhu.c
arm_mhu_db.c
arm_mhuv2.c
arm_mhuv3.c mailbox: arm_mhuv3: Add driver 2024-05-19 22:30:09 -05:00
armada-37xx-rwtm-mailbox.c
bcm-flexrm-mailbox.c
bcm-pdc-mailbox.c mailbox: Convert from tasklet to BH workqueue 2024-05-19 22:33:28 -05:00
bcm2835-mailbox.c
hi3660-mailbox.c
hi6220-mailbox.c
imx-mailbox.c mailbox: Convert from tasklet to BH workqueue 2024-05-19 22:33:28 -05:00
mailbox-altera.c
mailbox-mpfs.c
mailbox-sti.c
mailbox-test.c
mailbox-xgene-slimpro.c
mailbox.c
mailbox.h
mtk-adsp-mailbox.c
mtk-cmdq-mailbox.c mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown 2024-05-19 22:32:13 -05:00
omap-mailbox.c mailbox: omap: Remove kernel FIFO message queuing 2024-05-19 22:29:44 -05:00
pcc.c
pl320-ipc.c
platform_mhu.c
qcom-apcs-ipc-mailbox.c
qcom-ipcc.c
rockchip-mailbox.c
sprd-mailbox.c
stm32-ipcc.c
sun6i-msgbox.c
tegra-hsp.c
ti-msgmgr.c
zynqmp-ipi-mailbox.c mailbox: zynqmp: handle SGI for shared IPI 2024-05-19 22:31:46 -05:00