]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
remoteproc: imx_rproc: Allow setting of the mailbox transmit mode
authorPeng Fan <peng.fan@nxp.com>
Thu, 22 Aug 2024 13:48:49 +0000 (21:48 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 26 Aug 2024 16:25:15 +0000 (10:25 -0600)
commitd9dbd7149c852d51b94d5fda89d79a6c3e1fff97
treec52253788b70ffdd2d84b51a917d5c41a0a5415e
parent8fa052c29e509f3e47d56d7fc2ca28094d78c60a
remoteproc: imx_rproc: Allow setting of the mailbox transmit mode

Current mailbox is blocking by default, but there are cases where we don't
need to wait for a response.

Linux just needs to send data to the remote processor, so let's
allow tx_block mode to be set (true/false) depending on usecase.

No functional changes.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Link: https://lore.kernel.org/r/20240822-imx_rproc-v3-1-6d943723945d@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_rproc.c