Re: [PATCH v3 1/2] remoteproc: imx_rproc: Allow setting of the mailbox transmit mode

2024-08-23 Thread Daniel Baluta
On Thu, Aug 22, 2024 at 4:40 PM Peng Fan (OSS) wrote: > > From: Peng Fan > > 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) d

[PATCH v3 1/2] remoteproc: imx_rproc: Allow setting of the mailbox transmit mode

2024-08-22 Thread Peng Fan (OSS)
From: Peng Fan 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