For mlx90632 part Acked-by: Crt Mori <cmo@xxxxxxxxxxx> Thanks for the update. On Tue, 11 Jun 2024 at 18:52, Trevor Gamblin <tgamblin@xxxxxxxxxxxx> wrote: > > Simplify the way regmap is accessed in iio drivers. > > Instead of using regmap_update_bits() and passing the mask twice, use > regmap_set_bits(). > > Instead of using regmap_update_bits() and passing val = 0, use > regmap_clear_bits(). > > Suggested-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxx> > Signed-off-by: Trevor Gamblin <tgamblin@xxxxxxxxxxxx> > --- > CC list got suppressed on first submission, so resending. Sorry about > that. >