The MLX90632 needs some time to reset properly after an I2C addressed reset command. Thus a delay is added in the mlx90632.c. v2 adds comments as advised by Andy Shevchenko. v3 changes the comments style so that it matches the preferred style for multi-line comments as suggested by Lars-Peter Clausen. v4 fixes the comments style and it uses the appropriate usleep_range() as suggested by Lars-Peter Clausen. v5 Commit message and comments stylefixing as suggested by Andy Shevchenko. Slaveyko Slaveykov (1): drivers: iio: temperature: Add delay after the addressed reset command in mlx90632.c drivers/iio/temperature/mlx90632.c | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.16.2.windows.1