答复: [PATCH 1/1] firmware: arm_scmi/mailbox: ignore notification for tx done using irq

2020-05-10 Thread Zhu, Joe
; linux-kernel@vger.kernel.org; Sudeep Holla; Zhu, Joe 主题: Re: [PATCH 1/1] firmware: arm_scmi/mailbox: ignore notification for tx done using irq On Sat, May 09, 2020 at 04:54:57PM +0800, joe_zhu...@126.com wrote: > From: Joe Zhu > > If mailbox uses IRQ method, it already notified frame

Re: [PATCH 1/1] firmware: arm_scmi/mailbox: ignore notification for tx done using irq

2020-05-09 Thread Sudeep Holla
On Sat, May 09, 2020 at 04:54:57PM +0800, joe_zhu...@126.com wrote: > From: Joe Zhu > > If mailbox uses IRQ method, it already notified framework with > mbox_chan_txdone() in ISR. > > Signed-off-by: Joe Zhu > --- > drivers/firmware/arm_scmi/mailbox.c | 4 +++- > 1 file changed, 3 insertions(+)

[PATCH 1/1] firmware: arm_scmi/mailbox: ignore notification for tx done using irq

2020-05-09 Thread joe_zhuchg
From: Joe Zhu If mailbox uses IRQ method, it already notified framework with mbox_chan_txdone() in ISR. Signed-off-by: Joe Zhu --- drivers/firmware/arm_scmi/mailbox.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/firmware/arm_scmi/mailbox.c b/drivers/firmware/