Re: [PATCH v3 07/14] iio: adc: ad7768: Add calibration controls
Jonathan Cameron <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-doc,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260816203743.12f675d3@jic23-huawei> |
On Thu, 13 Aug 2026 15:57:00 +0200 Janani Sunil <[email protected]> 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 <[email protected]> > --- > drivers/iio/adc/ad7768.c | 119 ++++++++++++++++++++++++++++++++++++++++++----- > 1 file changed, 108 insertions(+), 11 deletions(-)