[PATCH v1 0/2] iio: adc: Add support for TI ADS131M0x ADCs

Oleksij Rempel posted 2 patches 1 month, 1 week ago
There is a newer version of this series
.../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
[PATCH v1 0/2] iio: adc: Add support for TI ADS131M0x ADCs
Posted by Oleksij Rempel 1 month, 1 week ago
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