[PATCH 0/3] Subject: [PATCH 0/3] iio: adc: Add Axiado SARADC driver

From: Petar Stepanovic

Date: Thu May 28 2026 - 04:10:58 EST


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>
---
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,
--
Petar Stepanovic <pstepanovic@xxxxxxxxxx>