]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: xlnx: Release mailbox channels on shutdown
authorTanmay Shah <tanmay.shah@amd.com>
Tue, 3 Mar 2026 23:51:28 +0000 (15:51 -0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 17 Mar 2026 15:48:55 +0000 (09:48 -0600)
commit21f2762acb5c082666495ebfee8d4a159f03bb07
tree146e8de08ef05c66e1248f8e35ed264a2f08cb7c
parent95b6c029e56e4d75e2957ce7ac795da29415865b
remoteproc: xlnx: Release mailbox channels on shutdown

Mailbox driver can't introduce shutdown callback, as it might endup
closing mbox channels prematurely. By allowing the client driver to
manage the shutdown process, it's ensured that mailbox channels are
closed only when they are no longer needed.

Signed-off-by: Tanmay Shah <tanmay.shah@amd.com>
Link: https://lore.kernel.org/r/20260303235127.2317955-4-tanmay.shah@amd.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/xlnx_r5_remoteproc.c