[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251030163411.236672-1-ajithanandhan0406@gmail.com>
Date: Thu, 30 Oct 2025 22:04:08 +0530
From: Ajith Anandhan <ajithanandhan0406@...il.com>
To: linux-iio@...r.kernel.org
Cc: jic23@...nel.org,
dlechner@...libre.com,
nuno.sa@...log.com,
andy@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org,
Ajith Anandhan <ajithanandhan0406@...il.com>
Subject: [RFC PATCH 0/3] iio: adc: Add support for TI ADS1120 ADC
This RFC patch series adds support for the Texas Instruments ADS1120,
a precision 16-bit delta-sigma ADC with SPI interface.
The driver provides:
- 4 single-ended voltage input channels
- Programmable gain amplifier (1 to 128)
- Configurable data rates (20 to 1000 SPS)
- Single-shot conversion mode
I'm looking for feedback on:
1. The implementation approach for single-shot conversions
2. Any other suggestions for improvement
Datasheet: https://www.ti.com/lit/gpn/ads1120
Ajith Anandhan (3):
dt-bindings: iio: adc: Add TI ADS1120 binding
iio: adc: Add support for TI ADS1120
MAINTAINERS: Add entry for TI ADS1120 ADC driver
.../bindings/iio/adc/ti,ads1120.yaml | 50 ++
MAINTAINERS | 7 +
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ti-ads1120.c | 509 ++++++++++++++++++
5 files changed, 577 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/adc/ti,ads1120.yaml
create mode 100644 drivers/iio/adc/ti-ads1120.c
--
2.34.1
Powered by blists - more mailing lists