RE: [PATCH 5/6] remoteproc: imx_rproc: allow tx_block to be set

From: Peng Fan
Date: Fri Jul 19 2024 - 01:51:38 EST


> Subject: Re: [PATCH 5/6] remoteproc: imx_rproc: allow tx_block to be
> set
>
> On Fri, Jul 12, 2024 at 04:34:58PM +0800, Peng Fan (OSS) wrote:
> > From: Peng Fan <peng.fan@xxxxxxx>
> >
> > Current tx_block is set to true, but there is case that no need to
> > wait response. Linux just needs to send data to remote processor, so
> > let's allow tx_block could be set to false.
>
> Ok, maybe - but this patch doesn't use the new functionality, i.e
> nothing changes.
>
Will update commit log to add:
"No functional changes"

Thanks,
Peng.