[PATCH v4 04/13] mailbox: mediatek: cmdq: clear task in channel before shutdown

2020-03-03 Thread Dennis YC Hsieh
Do success callback in channel when shutdown. For those task not finish, callback with error code thus client has chance to cleanup or reset. Signed-off-by: Dennis YC Hsieh --- drivers/mailbox/mtk-cmdq-mailbox.c | 38 ++ 1 file changed, 38 insertions(+) diff --git

Re: [PATCH v4 04/13] mailbox: mediatek: cmdq: clear task in channel before shutdown

2020-03-03 Thread CK Hu
Hi, Dennis: On Tue, 2020-03-03 at 18:58 +0800, Dennis YC Hsieh wrote: > Do success callback in channel when shutdown. For those task not finish, > callback with error code thus client has chance to cleanup or reset. > Reviewed-by: CK Hu > Signed-off-by: Dennis YC Hsieh > --- >