[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251105143814.1807444-1-o.rempel@pengutronix.de>
Date: Wed, 5 Nov 2025 15:38:12 +0100
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: Jonathan Cameron <jic23@...nel.org>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
Cc: Oleksij Rempel <o.rempel@...gutronix.de>,
kernel@...gutronix.de,
linux-kernel@...r.kernel.org,
linux-iio@...r.kernel.org,
devicetree@...r.kernel.org,
Andy Shevchenko <andy.shevchenko@...il.com>,
David Lechner <dlechner@...libre.com>,
Nuno Sá <nuno.sa@...log.com>
Subject: [PATCH v1 0/2] iio: adc: Add support for TI ADS131M0x ADCs
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,ads131m08.yaml | 162 ++++
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ti-ads131m0x.c | 886 ++++++++++++++++++
4 files changed, 1059 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads131m08.yaml
create mode 100644 drivers/iio/adc/ti-ads131m0x.c
--
2.47.3
Powered by blists - more mailing lists