Re: [U-Boot] [PATCH V4 05/32] time: add wait_mask_set/clr_timeout helper functions

2018-01-09 Thread Peng Fan
On Wed, Jan 10, 2018 at 12:19:28PM +0900, Masahiro Yamada wrote: >2018-01-10 12:05 GMT+09:00 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

Re: [U-Boot] [PATCH V4 05/32] time: add wait_mask_set/clr_timeout helper functions

2018-01-09 Thread Masahiro Yamada
2018-01-10 12:05 GMT+09:00 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 ++ >

[U-Boot] [PATCH V4 05/32] 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