Re: [PATCH v3 1/3] hwmon: (tmp102) Improve handling of initial read delay

2016-07-12 Thread Guenter Roeck
On Tue, Jul 12, 2016 at 03:53:17PM -0500, Nishanth Menon wrote: > On 06/29/2016 10:41 PM, Guenter Roeck wrote: > >If the chip was in shutdown mode when the driver was loaded, the first > >conversion is ready no more than 35 milli-seconds after the chip was > >taken out of shutdown. The driver delay

Re: [PATCH v3 1/3] hwmon: (tmp102) Improve handling of initial read delay

2016-07-12 Thread Nishanth Menon
On 06/29/2016 10:41 PM, Guenter Roeck wrote: If the chip was in shutdown mode when the driver was loaded, the first conversion is ready no more than 35 milli-seconds after the chip was taken out of shutdown. The driver delay was so far set to 333 ms (HZ / 3), which is much higher than the maximum

[PATCH v3 1/3] hwmon: (tmp102) Improve handling of initial read delay

2016-06-29 Thread Guenter Roeck
If the chip was in shutdown mode when the driver was loaded, the first conversion is ready no more than 35 milli-seconds after the chip was taken out of shutdown. The driver delay was so far set to 333 ms (HZ / 3), which is much higher than the maximum time needed by the chip. Reduce the time to 35