Re: [PATCH v3 0/2] iio: adc: Add support for Texas Instruments ADS112C04
Krzysztof Kozlowski <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 05/08/2026 07:38, Kyle Hsieh wrote: > This patch series introduces support for the Texas Instruments ADS112C04 > Analog-to-Digital Converters. > > The ADS112C04 (16-bit) is precision, low-power, delta-sigma ADCs with > an I2C interface. They feature a flexible input multiplexer supporting > single-ended and differential measurements, a programmable gain amplifier, > and an internal voltage reference. > > Note: While this chip shares similarities with the ADS112C14 (currently > being upstreamed by David Lechner), the register maps and feature sets > are sufficiently different to warrant a separate driver. However, the > DT bindings and channel parsing logic have been aligned with the > ADS112C14 conventions. > > This initial submission provides a minimal feature set (single-shot > conversions and basic DRDY interrupt) covering current use cases. > > Signed-off-by: Kyle Hsieh <[email protected]> > --- > Changes in v3: > - dt-bindings: iio: adc: ti,ads112c04: > - Resolved dt_binding_check errors by removing redundant $ref for > standard unit suffixes and fixing YAML array syntax. Yet you still decided NOT TO TEST it before sending. Best regards, Krzysztof