Re: [RESEND PATCH v2 08/18] linux/compat.h: Add wait_event_timeout macro

2020-08-14 Thread Tom Rini
On Thu, Aug 06, 2020 at 12:42:51PM +0300, Anastasiia Lukianenko wrote: > From: Oleksandr Andrushchenko > > Add wait_event_timeout - sleep until a condition gets true or a > timeout elapses. > > This is a stripped version of the same from Linux kernel with the > following u-boot specific modifi

[RESEND PATCH v2 08/18] linux/compat.h: Add wait_event_timeout macro

2020-08-06 Thread Anastasiia Lukianenko
From: Oleksandr Andrushchenko Add wait_event_timeout - sleep until a condition gets true or a timeout elapses. This is a stripped version of the same from Linux kernel with the following u-boot specific modifications: - no wait queues supported - use u-boot timer to detect timeouts - check for

[PATCH v2 08/18] linux/compat.h: Add wait_event_timeout macro

2020-07-20 Thread Anastasiia Lukianenko
From: Oleksandr Andrushchenko Add wait_event_timeout - sleep until a condition gets true or a timeout elapses. This is a stripped version of the same from Linux kernel with the following u-boot specific modifications: - no wait queues supported - use u-boot timer to detect timeouts - check for