hwmon: (tmp102) Improve handling of initial read delay
authorGuenter Roeck <linux@roeck-us.net>
Mon, 20 Jun 2016 03:34:57 +0000 (20:34 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 12 Jul 2016 21:23:57 +0000 (14:23 -0700)
commit3d8f7a89a1979be7f631cf06e02f882adf144885
tree4a041c0a793a9e20a80d9b6d5b70a7d008a2da01
parent589f707c72426793a0f537592098a5a2a3117dc0
hwmon: (tmp102) Improve handling of initial read delay

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 milli-seconds.

Introduce a 'valid' flag to ensure that sensor data is actually read
even if requested less than 333 ms after the driver was loaded.

Acked-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/tmp102.c