Re: [PATCH V7 4/4] firmware: imx-scu: Support one TX and one RX

From: Shawn Guo
Date: Mon Apr 20 2020 - 10:46:53 EST


On Thu, Mar 19, 2020 at 03:49:53PM +0800, peng.fan@xxxxxxx wrote:
> From: Peng Fan <peng.fan@xxxxxxx>
>
> Current imx-scu requires four TX and four RX to communicate with
> SCU. This is low efficient and causes lots of mailbox interrupts.
>
> With imx-mailbox driver could support one TX to use all four transmit
> registers and one RX to use all four receive registers, imx-scu
> could use one TX and one RX.
>
> Signed-off-by: Peng Fan <peng.fan@xxxxxxx>

Applied, thanks.