Re: [PATCH v5 32/54] common/clock: Move delay and timeout functions to lib/

2018-06-13 Thread Andrey Smirnov
On Wed, Jun 13, 2018 at 1:19 AM Sascha Hauer wrote: > > On Tue, Jun 12, 2018 at 01:52:48PM -0700, Andrey Smirnov wrote: > > Move delay and timeout functions to lib/ in order to share them with > > PBL. Currently only the most trivial implementation of get_time_ns() > > usefull to implement

Re: [PATCH v5 32/54] common/clock: Move delay and timeout functions to lib/

2018-06-13 Thread Sascha Hauer
On Tue, Jun 12, 2018 at 01:52:48PM -0700, Andrey Smirnov wrote: > Move delay and timeout functions to lib/ in order to share them with > PBL. Currently only the most trivial implementation of get_time_ns() > usefull to implement never-expiring timeouts is provided. More work is > needed to allow

[PATCH v5 32/54] common/clock: Move delay and timeout functions to lib/

2018-06-12 Thread Andrey Smirnov
Move delay and timeout functions to lib/ in order to share them with PBL. Currently only the most trivial implementation of get_time_ns() usefull to implement never-expiring timeouts is provided. More work is needed to allow board specific overrides. Signed-off-by: Andrey Smirnov ---