Re: [PATCH v1] mailbox: support timeout when sending

2024-09-30 Thread Simon Glass
Hi, On Sun, 29 Sept 2024 at 06:54, wrote: > > From: Peng Fan > > Add timeout support for mbox_send. > > Signed-off-by: Peng Fan > Signed-off-by: Alice Guo > Reviewed-by: Ye Li > --- > drivers/mailbox/mailbox-uclass.c | 19 ++- > include/mailbox.h| 2 ++ > 2 f

[PATCH v1] mailbox: support timeout when sending

2024-09-29 Thread alice . guo
From: Peng Fan Add timeout support for mbox_send. Signed-off-by: Peng Fan Signed-off-by: Alice Guo Reviewed-by: Ye Li --- drivers/mailbox/mailbox-uclass.c | 19 ++- include/mailbox.h| 2 ++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/driver