Re: [PATCH v4 0/9] Add support for AD4062 device family
From: Jonathan Cameron
Date: Sat Dec 27 2025 - 11:35:37 EST
On Wed, 17 Dec 2025 13:13:23 +0100
Jorge Marques <jorge.marques@xxxxxxxxxx> wrote:
> The AD4060/AD4062 are versatile, 16-bit/12-bit, successive approximation
> register (SAR) analog-to-digital converter (ADC).
>
> The device uses a 2-wire I3C interface. The device simplifies acquisition
> by providing 4-bytes in the register map, signal-extending the sample
> reading accordingly.
>
> The device has autonomous monitoring capabilities, that are exposed as
> IIO events. Since register access requires leaving the monitoring state
> and returning, any device access exits monitoring mode, disabling the
> IIO event.
>
Applied to the togreg branch of iio.git, though initially only pushed out as
testing to give 0-day a first opportunity to poke at it.
Thanks,
Jonathan