Files
Sebastian Andrzej Siewior 002ebbcc84 mailbox: imx: Forward the timeout/ error in imx_mu_generic_tx()
[ Upstream commit 82ef9a635d ]

imx_mu_generic_tx() for the IMX_MU_TYPE_TXDB_V2 type polls on a register
which may timeout and is recognized as an error. This error is siltently
dropped and not dropped to the caller.

Forward the error to the caller.

Fixes: b5ef17917f ("mailbox: imx: fix TXDB_V2 channel race condition")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Jassi Brar <jassisinghbrar@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-07-24 16:16:33 +02:00
..
…
…
…
…
…