devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: adc: Add support for TI ADS131M0x ADCs
@ 2025-11-10  6:14 Oleksij Rempel
  2025-11-10  6:14 ` [PATCH v2 1/2] bindings: iio: adc: Add bindings " Oleksij Rempel
  2025-11-10  6:14 ` [PATCH v2 2/2] iio: adc: Add TI ADS131M0x ADC driver Oleksij Rempel
  0 siblings, 2 replies; 7+ messages in thread
From: Oleksij Rempel @ 2025-11-10  6:14 UTC (permalink / raw)
  To: Jonathan Cameron, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Oleksij Rempel, kernel, linux-kernel, linux-iio, devicetree,
	Andy Shevchenko, David Lechner, Nuno Sá

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                       |   10 +
 drivers/iio/adc/Makefile                      |    1 +
 drivers/iio/adc/ti-ads131m02.c                | 1063 +++++++++++++++++
 4 files changed, 1294 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads131m02.yaml
 create mode 100644 drivers/iio/adc/ti-ads131m02.c

--
2.47.3


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-13 20:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10  6:14 [PATCH v2 0/2] iio: adc: Add support for TI ADS131M0x ADCs Oleksij Rempel
2025-11-10  6:14 ` [PATCH v2 1/2] bindings: iio: adc: Add bindings " Oleksij Rempel
2025-11-10 19:11   ` Conor Dooley
2025-11-10  6:14 ` [PATCH v2 2/2] iio: adc: Add TI ADS131M0x ADC driver Oleksij Rempel
2025-11-10 20:46   ` Andy Shevchenko
2025-11-13 14:12     ` Oleksij Rempel
2025-11-13 20:51       ` Andy Shevchenko

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).