Re: [PATCH v3 07/14] iio: adc: ad7768: Add calibration controls
From: Jonathan Cameron
Date: Sun Aug 16 2026 - 15:37:56 EST
On Thu, 13 Aug 2026 15:57:00 +0200
Janani Sunil <janani.sunil@xxxxxxxxxx> wrote:
> Expose the per-channel offset and gain calibration registers through the
> IIO calibbias and calibscale attributes.
>
> Use bulk regmap operations and unaligned big-endian helpers to transfer
> the three register bytes.
No real need to add this detail to the commit description.
Otherwise, from a quick look this patch is fine.
thanks,
Jonathan
>
> Signed-off-by: Janani Sunil <janani.sunil@xxxxxxxxxx>
> ---
> drivers/iio/adc/ad7768.c | 119 ++++++++++++++++++++++++++++++++++++++++++-----
> 1 file changed, 108 insertions(+), 11 deletions(-)