linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for LTC2499 ADC
@ 2022-08-22 12:51 Ciprian Regus
  2022-08-22 12:51 ` [PATCH 1/3] dt-bindings: iio: adc: Add docs for LTC2499 Ciprian Regus
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Ciprian Regus @ 2022-08-22 12:51 UTC (permalink / raw)
  To: jic23, krzysztof.kozlowski+dt, robh+dt, linux-iio, devicetree,
	linux-kernel
  Cc: u.kleine-koenig, Ciprian Regus

The LTC2499 is a 16-channel (eight differential), 24-bit,
ADC with Easy Drive technology and a 2-wire, I2C interface.

This adds support for the LTC2499 ADC by extending the LTC2497
driver.

Note: This fix is required to be applied first:
https://patchwork.kernel.org/project/linux-iio/patch/20220815091647.1523532-1-dzagorui@cisco.com

Ciprian Regus (3):
  dt-bindings: iio: adc: Add docs for LTC2499
  drivers: iio: adc: LTC2499 support
  drivers: iio: adc: Rename the LTC249x iio device

 .../bindings/iio/adc/lltc,ltc2497.yaml        |  6 +++-
 MAINTAINERS                                   |  1 +
 drivers/iio/adc/ltc2496.c                     |  9 ++++-
 drivers/iio/adc/ltc2497-core.c                |  4 +--
 drivers/iio/adc/ltc2497.c                     | 36 ++++++++++++++++---
 drivers/iio/adc/ltc2497.h                     | 14 +++++++-
 6 files changed, 60 insertions(+), 10 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-08-29 17:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-22 12:51 [PATCH 0/3] Add support for LTC2499 ADC Ciprian Regus
2022-08-22 12:51 ` [PATCH 1/3] dt-bindings: iio: adc: Add docs for LTC2499 Ciprian Regus
2022-08-22 19:24   ` Jonathan Cameron
2022-08-22 19:39     ` Jonathan Cameron
2022-08-22 19:40   ` Rob Herring
2022-08-22 12:51 ` [PATCH 2/3] drivers: iio: adc: LTC2499 support Ciprian Regus
2022-08-22 19:37   ` Jonathan Cameron
2022-08-23 15:21     ` Andy Shevchenko
2022-08-24 12:15       ` Jonathan Cameron
2022-08-29  6:30       ` Regus, Ciprian
2022-08-29 16:47         ` Jonathan Cameron
2022-08-22 12:51 ` [PATCH 3/3] drivers: iio: adc: Rename the LTC249x iio device Ciprian Regus
2022-08-22 14:08   ` Lars-Peter Clausen
2022-08-22 19:17     ` Jonathan Cameron
2022-08-29  6:13     ` Regus, Ciprian
2022-08-29 16:03       ` Jonathan Cameron
2022-08-23 11:09   ` Krzysztof Kozlowski

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