From: Oleksij Rempel <o.rempel@pengutronix.de>
To: Jonathan Cameron <jic23@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: "Oleksij Rempel" <o.rempel@pengutronix.de>,
kernel@pengutronix.de, linux-kernel@vger.kernel.org,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
"Andy Shevchenko" <andy@kernel.org>,
"David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>
Subject: [PATCH v3 0/2] iio: adc: Add support for TI ADS131M0x ADCs
Date: Fri, 14 Nov 2025 10:19:58 +0100 [thread overview]
Message-ID: <20251114092000.4058978-1-o.rempel@pengutronix.de> (raw)
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 | 220 ++++
drivers/iio/adc/Kconfig | 11 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ti-ads131m02.c | 1053 +++++++++++++++++
4 files changed, 1285 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads131m02.yaml
create mode 100644 drivers/iio/adc/ti-ads131m02.c
--
2.47.3
next reply other threads:[~2025-11-14 9:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-14 9:19 Oleksij Rempel [this message]
2025-11-14 9:19 ` [PATCH v3 1/2] bindings: iio: adc: Add bindings for TI ADS131M0x ADCs Oleksij Rempel
2025-11-14 16:33 ` David Lechner
2025-11-14 17:13 ` Conor Dooley
2025-11-14 9:20 ` [PATCH v3 2/2] iio: adc: Add TI ADS131M0x ADC driver Oleksij Rempel
2025-11-14 18:02 ` David Lechner
2025-11-14 18:24 ` Andy Shevchenko
2025-11-17 12:18 ` Oleksij Rempel
2025-11-15 18:04 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251114092000.4058978-1-o.rempel@pengutronix.de \
--to=o.rempel@pengutronix.de \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).