On 11/18/25 8:18 AM, Oleksij Rempel wrote:
> This series adds support for the Texas Instruments ADS131M0x family of
> 24-bit, simultaneous-sampling ADCs. The first patch introduces the
> DeviceTree binding, and the second adds the driver itself.
>
> These devices are not compatible with the ADS131E0x series despite the
> similar naming.
>
> David Jander (1):
> iio: adc: Add TI ADS131M0x ADC driver
>
> Oleksij Rempel (1):
> bindings: iio: adc: Add bindings for TI ADS131M0x ADCs
>
> .../bindings/iio/adc/ti,ads131m02.yaml | 208 ++++
> drivers/iio/adc/Kconfig | 11 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/ti-ads131m02.c | 968 ++++++++++++++++++
> 4 files changed, 1188 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads131m02.yaml
> create mode 100644 drivers/iio/adc/ti-ads131m02.c
>
> --
> 2.47.3
>
Reviewed-by: David Lechner <dlechner@baylibre.com>