Devicetree
 help / color / mirror / Atom feed
* [PATCH v4 0/3] iio: adc: add LTC2499 features support
@ 2026-09-09  8:27 Andrei Stancovici
  2026-09-09  8:27 ` [PATCH v4 1/3] dt-bindings: iio: adc: lltc,ltc2497: add LTC2499 to title Andrei Stancovici
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrei Stancovici @ 2026-09-09  8:27 UTC (permalink / raw)
  To: Nuno Sá, Michael Hennerich, Jonathan Cameron, David Lechner,
	Andy Shevchenko, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Liam Beguin, linux, linux-iio, devicetree, linux-kernel
  Cc: Andrei Stancovici

This series adds LTC2499 support on top of the existing LTC2497
driver.

It includes:
- a small binding title correction for LTC2499,
- the LTC2499 internal temperature channel,
- the LTC2499 2x conversion speed mode exposed via
  sampling_frequency.

Validation performed on Raspberry Pi 4 with a DC1012A-A board:
- temperature raw/scale/offset read correctly,
- voltage channels remain sane after temperature reads,
- sampling_frequency 1x/2x switching works,
- pyadi-iio LTC2499 validation passed,
- hardware-in-the-loop M2K validation passed.

Changes in v4:
- The channel table is no longer copied and patched at runtime: two
  static const tables, one selected in probe.
- struct ltc2497_chip_info has its booleans last.
- Commit messages and code comments cut back.
- Naming settled on speed_2x / has_speed_mode.

Per-patch changelogs are under the --- of each patch.

v3: https://lore.kernel.org/r/20260902064415.132588-1-andrei.stancovici@analog.com

Andrei Stancovici (3):
  dt-bindings: iio: adc: lltc,ltc2497: add LTC2499 to title
  iio: adc: ltc2497: add LTC2499 internal temperature channel
  iio: adc: ltc2497: add 2x conversion speed mode

 .../bindings/iio/adc/lltc,ltc2497.yaml        |   2 +-
 drivers/iio/adc/ltc2497-core.c                | 298 +++++++++++++++---
 drivers/iio/adc/ltc2497.c                     |  42 +++
 drivers/iio/adc/ltc2497.h                     |  31 +-
 4 files changed, 320 insertions(+), 53 deletions(-)


base-commit: 36c12dbda81c284d72f3c64689461647497b643b
-- 
2.43.0


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

end of thread, other threads:[~2026-09-09 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-09  8:27 [PATCH v4 0/3] iio: adc: add LTC2499 features support Andrei Stancovici
2026-09-09  8:27 ` [PATCH v4 1/3] dt-bindings: iio: adc: lltc,ltc2497: add LTC2499 to title Andrei Stancovici
2026-09-09  8:32   ` sashiko-bot
2026-09-09  8:27 ` [PATCH v4 2/3] iio: adc: ltc2497: add LTC2499 internal temperature channel Andrei Stancovici
2026-09-09  8:39   ` sashiko-bot
2026-09-09  8:27 ` [PATCH v4 3/3] iio: adc: ltc2497: add 2x conversion speed mode Andrei Stancovici
2026-09-09 14:04   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox