Re: [PATCH 6/7] iio: adc: ad485x: add ad485x driver

From: Andy Shevchenko
Date: Tue Oct 01 2024 - 08:54:28 EST


On Tue, Oct 01, 2024 at 11:53:18AM +0000, Miclaus, Antoniu wrote:

> Regarding the bulk writes/reads, the msb/mid/lsb registers need to be
> read/write in a specific order and the addresses are not incremental,

We have _noinc() variants of regmap accessors.

> so I am not sure how the bulk functions fit. On this matter, we will need
> unsigned int (not u8) to store the values read via regmap_read, and in this
> case we will need extra casts and assignments to use get_unaligned.

--
With Best Regards,
Andy Shevchenko