The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Md Shofiqul Islam <shofiqtest@gmail.com>
To: linux-iio@vger.kernel.org
Cc: jic23@kernel.org, lars@metafoo.de, linux-kernel@vger.kernel.org,
	Md Shofiqul Islam <shofiqtest@gmail.com>
Subject: [PATCH v2 0/2] iio: adc: ti-ads1298: add ADS1298/ADS1299 driver
Date: Mon,  6 Jul 2026 14:26:12 +0300	[thread overview]
Message-ID: <20260706112614.1262241-1-shofiqtest@gmail.com> (raw)

The ADS1299 is an 8-channel, 24-bit SPI ADC from Texas Instruments
designed for EEG and biopotential measurement. It shares the same SPI
interface and register map as the ADS1298 ECG ADC family, differing in
PGA gain range (24x vs 12x) and internal reference voltage (always 2.4V).

This series adds ADS1299 support to the existing ti-ads1298 driver by
extending the channel configuration and adding the compatible string to
the device tree binding.

Changes in v2:
- Remove ads1299-4 and ads1299-6 variants; only ads1299 (8-channel)
  is supported. The -4 and -6 variants have not been tested on hardware
  and their channel-count difference is better handled at runtime via
  the ID register rather than separate compatibles.
- Remove second DT binding example (ads1299 node); one example is
  sufficient per binding documentation guidelines.
- Simplify vref-supply description; remove ADS1298 vs ADS1299 specifics
  that belong in the datasheet rather than the binding.

Md Shofiqul Islam (2):
  dt-bindings: iio: adc: ti,ads1298: add ADS1299 EEG ADC variants
  iio: adc: ti-ads1298: add ADS1299 EEG ADC family support

 .../bindings/iio/adc/ti,ads1298.yaml          | 15 ++--
 drivers/iio/adc/ti-ads1298.c                  | 84 ++++++++++++++-----
 2 files changed, 75 insertions(+), 24 deletions(-)

-- 
2.51.1


             reply	other threads:[~2026-07-06 11:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 11:26 Md Shofiqul Islam [this message]
2026-07-06 11:26 ` [PATCH v2 1/2] dt-bindings: iio: adc: ti,ads1298: add ADS1299 EEG ADC variants Md Shofiqul Islam
2026-07-07  6:21   ` Krzysztof Kozlowski
2026-07-06 11:26 ` [PATCH v2 2/2] iio: adc: ti-ads1298: add ADS1299 EEG ADC family support Md Shofiqul Islam

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=20260706112614.1262241-1-shofiqtest@gmail.com \
    --to=shofiqtest@gmail.com \
    --cc=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.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