Re: [U-Boot] [PATCH V3 04/31] time: add wait_mask_set/clr_timeout helper functions

2018-01-16 Thread Simon Glass
Hi Peng, On 9 January 2018 at 04:11, Peng Fan wrote: > Add heler functions for wait mask set/clr. > > Signed-off-by: Peng Fan > Cc: Stefano Babic > Cc: Fabio Estevam > Cc: Masahiro Yamada > Cc: Simon Glass > --- > include/linux/delay.h | 4 > lib/time.c| 30 +++

[U-Boot] [PATCH V3 04/31] time: add wait_mask_set/clr_timeout helper functions

2018-01-09 Thread Peng Fan
Add heler functions for wait mask set/clr. Signed-off-by: Peng Fan Cc: Stefano Babic Cc: Fabio Estevam Cc: Masahiro Yamada Cc: Simon Glass --- include/linux/delay.h | 4 lib/time.c| 30 ++ 2 files changed, 34 insertions(+) diff --git a/include/l