Re: [PATCH v4 2/3] iio: adc: ad7625: add driver

From: Trevor Gamblin
Date: Mon Sep 09 2024 - 09:20:57 EST



On 2024-09-08 07:59, Jonathan Cameron wrote:
On Wed, 04 Sep 2024 15:14:19 -0400
Trevor Gamblin <tgamblin@xxxxxxxxxxxx> wrote:

Add a driver for the AD762x and AD796x family of ADCs. These are
pin-compatible devices using an LVDS interface for data transfer,
capable of sampling at rates of 6 (AD7625), 10 (AD7626), and 5
(AD7960/AD7961) MSPS, respectively. They also feature multiple voltage
reference options based on the configuration of the EN1/EN0 pins, which
can be set in the devicetree.

Signed-off-by: Trevor Gamblin <tgamblin@xxxxxxxxxxxx>
I took another look and LGTM (subject to the other review responses)
Thank you. I'll have a v5 for review shortly to address those.


Jonathan