Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support

2021-11-16 Thread yongqiang . niu
On Fri, 2021-10-08 at 22:55 +0800, Chun-Kuang Hu wrote: > Hi, Yongqiang: > > yongqiang.niu 於 2021年10月8日 週五 上午9:49寫道: > > > > On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote: > > > Hi, Yongqiang: > > > > > > Yongqiang Niu 於 2021年9月30日 週四 > > > 下午9:18寫道: > > > > > > > > add time-out cycl

Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support

2021-10-07 Thread yongqiang . niu
On Tue, 2021-10-05 at 07:41 +0800, Chun-Kuang Hu wrote: > Hi, Yongqiang: > > Yongqiang Niu 於 2021年9月30日 週四 下午9:18寫道: > > > > add time-out cycle setting to make sure time-out interrupt irq > > will happened when instruction time-out for wait and poll > > > > Signed-off-by: Yongqiang Niu > > ---

Re: [PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support

2021-10-04 Thread Chun-Kuang Hu
Hi, Yongqiang: Yongqiang Niu 於 2021年9月30日 週四 下午9:18寫道: > > add time-out cycle setting to make sure time-out interrupt irq > will happened when instruction time-out for wait and poll > > Signed-off-by: Yongqiang Niu > --- > drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++ > 1 file changed, 1

[PATCH v2, 1/1] mailbox: cmdq: add instruction time-out interrupt support

2021-09-30 Thread Yongqiang Niu
add time-out cycle setting to make sure time-out interrupt irq will happened when instruction time-out for wait and poll Signed-off-by: Yongqiang Niu --- drivers/mailbox/mtk-cmdq-mailbox.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/driv