Re: [PATCH 0/3] Subject: [PATCH 0/3] iio: adc: Add Axiado SARADC driver
From: Jonathan Cameron
Date: Thu May 28 2026 - 05:25:38 EST
On Thu, 28 May 2026 01:10:22 -0700
Petar Stepanovic <pstepanovic@xxxxxxxxxx> wrote:
> This series adds support for the SAR ADC controller found on Axiado
> AX3000 and AX3005 SoCs.
>
> The controller is a 10-bit ADC. AX3000 has sixteen input channels and
> AX3005 has eight input channels. The driver uses SoC match data to
> select the number of available channels for each compatible.
>
> The driver supports single-shot voltage reads through the IIO subsystem
> and uses the reference voltage regulator for scale calculation.
>
> Signed-off-by: Petar Stepanovic <pstepanovic@xxxxxxxxxx>
Hi Petar
Welcome to the IIO subsystem.
I guess you already noticed, but something went wrong with your
patch title.
If this is an issue with a company email system or similar, consider
using the b4 tool and the web gateway that works with as it avoids
any corruption of threads or similar.
Thanks,
Jonathan
> ---
> Petar Stepanovic (3):
> dt-bindings: iio: adc: add Axiado AX3000/AX3005 SARADC
> iio: adc: add Axiado SARADC driver
> MAINTAINERS: add Axiado SARADC driver entry
>
> .../bindings/iio/adc/axiado,ax3000-saradc.yaml | 58 ++++++
> MAINTAINERS | 8 +
> drivers/iio/adc/Kconfig | 11 ++
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/axiado_saradc.c | 218 +++++++++++++++++++++
> 5 files changed, 296 insertions(+)
> ---
> base-commit: 51f0c0b8545b23963afd5d43a8f56ee05bfa54da
> change-id: 20260508-axiado-ax3000-ax3005-saradc-151aed5d25da
>
> Best regards,