mbox series

[v5,0/1] Add delay after the addressed reset command in mlx90632.c

Message ID 20201216115720.12404-1-sis@melexis.com (mailing list archive)
Headers show
Series Add delay after the addressed reset command in mlx90632.c | expand

Message

Slaveyko Slaveykov Dec. 16, 2020, 11:57 a.m. UTC
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(+)

Comments

Andy Shevchenko Dec. 16, 2020, 4:16 p.m. UTC | #1
On Wed, Dec 16, 2020 at 1:58 PM Slaveyko Slaveykov <sis@melexis.com> wrote:
>
> 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.

LGTM, thanks!
For the future it's not necessary to have a cover letter for a single patch.