]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: imx: scu-irq: Init workqueue before request mbox channel
authorPeng Fan <peng.fan@nxp.com>
Fri, 17 Oct 2025 01:56:26 +0000 (09:56 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:43:47 +0000 (14:43 +0800)
commit81fb53feb66a3aefbf6fcab73bb8d06f5b0c54ad
tree8a1b79e3ff7b656d8dc74576f527f2aabd7a15df
parent62c740fb11ea7790f6bcd4f72c563f9ae2a42e9a
firmware: imx: scu-irq: Init workqueue before request mbox channel

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>
drivers/firmware/imx/imx-scu-irq.c