Files
linux-stable-mirror/drivers/firmware/imx
Peng FanandGreg Kroah-Hartman a6f1ced333 firmware: imx: scu-irq: Init workqueue before request mbox channel
[ Upstream commit 81fb53feb6 ]

With mailbox channel requested, there is possibility that interrupts may
come in, so need to make sure the workqueue is initialized before
the queue is scheduled by mailbox rx callback.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-01-11 15:21:51 +01:00
..