Re: [PATCH] tmp102: Fix first temperature reading

2017-10-24 Thread Guenter Roeck
Hi Jean, On 10/24/2017 12:21 AM, Jean Delvare wrote: Hi Guenter, On Mon, 23 Oct 2017 17:55:26 -0700, Guenter Roeck wrote: Commit 3d8f7a89a197 ("hwmon: (tmp102) Improve handling of initial read delay") reduced the initial temperature read delay and made it dependent on the chip's shutdown mode.

Re: [PATCH] tmp102: Fix first temperature reading

2017-10-24 Thread Jean Delvare
Hi Guenter, On Mon, 23 Oct 2017 17:55:26 -0700, Guenter Roeck wrote: > Commit 3d8f7a89a197 ("hwmon: (tmp102) Improve handling of initial read > delay") reduced the initial temperature read delay and made it dependent > on the chip's shutdown mode. If the chip was not in shutdown mode at probe, > t

[PATCH] tmp102: Fix first temperature reading

2017-10-23 Thread Guenter Roeck
Commit 3d8f7a89a197 ("hwmon: (tmp102) Improve handling of initial read delay") reduced the initial temperature read delay and made it dependent on the chip's shutdown mode. If the chip was not in shutdown mode at probe, the read delay no longer applies. This ignores the fact that the chip initiali