[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <39c9971e-a825-4d43-b28d-3a7750c6415a@baylibre.com>
Date: Tue, 18 Nov 2025 09:14:02 -0600
From: David Lechner <dlechner@...libre.com>
To: Oleksij Rempel <o.rempel@...gutronix.de>,
Jonathan Cameron <jic23@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>
Cc: kernel@...gutronix.de, linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org, devicetree@...r.kernel.org,
Andy Shevchenko <andy@...nel.org>, Nuno Sá
<nuno.sa@...log.com>
Subject: Re: [PATCH v4 0/2] iio: adc: Add support for TI ADS131M0x ADCs
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@...libre.com>
Powered by blists - more mailing lists