This patch series adds support for the Analog Devices AD4111, AD4112, AD4114, AD4115, AD4116 within the existing AD7173 driver. The AD411X family encompasses a series of low power, low noise, 24-bit, sigma-delta analog-to-digital converters that offer a versatile range of specifications. They integrate an analog front end suitable for processing fully differential/single-ended and bipolar voltage inputs. - All ADCs have inputs with a precision voltage divider with a division ratio of 10. - AD4116 has 5 low level inputs without a voltage divider. - AD4111 and AD4112 support current inputs (0 mA to 20 mA) using a 50ohm shunt resistor. Datasheets: https://www.analog.com/media/en/technical-documentation/data-sheets/AD4111.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/AD4112.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/AD4114.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/AD4115.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/AD4116.pdf This series depends on patch: (iio: adc: ad7173: Use device_for_each_child_node_scoped() to simplify error paths.) https://lore.kernel.org/all/20240330190849.1321065-6-jic23@xxxxxxxxxx Signed-off-by: Dumitru Ceclan <mitrutzceclan@xxxxxxxxx> --- Dumitru Ceclan (6): dt-bindings: adc: ad7173: add support for ad411x iio: adc: ad7173: fix buffers enablement for ad7176-2 iio: adc: ad7173: refactor channel configuration parsing iio: adc: ad7173: refactor ain and vref selection iio: adc: ad7173: Remove index from temp channel iio: adc: ad7173: Add support for AD411x devices .../devicetree/bindings/iio/adc/adi,ad7173.yaml | 59 +++- drivers/iio/adc/ad7173.c | 318 ++++++++++++++++++--- 2 files changed, 331 insertions(+), 46 deletions(-) --- base-commit: 5ab61121a34759eb2418977f0b3589b7edc57776 change-id: 20240312-ad4111-7eeb34eb4a5f Best regards, -- Dumitru Ceclan <dumitru.ceclan@xxxxxxxxxx>