Re: [U-Boot] [PATCH] firmware: ti_sci: Fix TISCI mailbox receive timeout handling

2019-05-03 Thread Tom Rini
On Wed, Apr 24, 2019 at 02:20:08PM -0500, Andreas Dannenberg wrote: > An earlier commit converted the TISCI receive timeouts to be specified > in ms rather than us however it failed to take this change into account > when passing the actual timeout to be used when invoking the mailbox > receive

Re: [U-Boot] [PATCH] firmware: ti_sci: Fix TISCI mailbox receive timeout handling

2019-04-24 Thread Lokesh Vutla
On 25/04/19 12:50 AM, Andreas Dannenberg wrote: > An earlier commit converted the TISCI receive timeouts to be specified > in ms rather than us however it failed to take this change into account > when passing the actual timeout to be used when invoking the mailbox > receive API. This leads to

[U-Boot] [PATCH] firmware: ti_sci: Fix TISCI mailbox receive timeout handling

2019-04-24 Thread Andreas Dannenberg
An earlier commit converted the TISCI receive timeouts to be specified in ms rather than us however it failed to take this change into account when passing the actual timeout to be used when invoking the mailbox receive API. This leads to the actual timeout to be 1,000 times shorter than expected