答复: [PATCH] mailbox: no error log in mbox_client_txdone() for tx done by irq

2020-06-01 Thread Zhu, Joe
Hi Jassi, Client can not know how mailbox controller implements TX done. There is no API in mailbox_client.h to get this information. I think it is framework' responsibility, not client, to handle controller' different behavior. Thanks! Regards, Joe -邮件原件- 发件人: Jassi Brar

Re: [PATCH] mailbox: no error log in mbox_client_txdone() for tx done by irq

2020-05-30 Thread Jassi Brar
On Mon, May 11, 2020 at 12:52 AM wrote: > > From: Joe Zhu > > client does not know and not care about how controller implement tx done. > mbox_client_txdone() may be called when controller uses irq method. > > Signed-off-by: Joe Zhu > --- > drivers/mailbox/mailbox.c | 4 +++- > 1 file changed,

[PATCH] mailbox: no error log in mbox_client_txdone() for tx done by irq

2020-05-10 Thread joe_zhuchg
From: Joe Zhu client does not know and not care about how controller implement tx done. mbox_client_txdone() may be called when controller uses irq method. Signed-off-by: Joe Zhu --- drivers/mailbox/mailbox.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git