[PATCH 0/3] Add LTC2495 support

Yusuf Alper Bilgin posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
.../devicetree/bindings/iio/adc/lltc,ltc2497.yaml  |   3 +
drivers/iio/adc/ltc2496.c                          |   1 +
drivers/iio/adc/ltc2497-core.c                     | 100 +++++++++++++++++----
drivers/iio/adc/ltc2497.c                          |  40 ++++++++-
drivers/iio/adc/ltc2497.h                          |   9 +-
5 files changed, 128 insertions(+), 25 deletions(-)
[PATCH 0/3] Add LTC2495 support
Posted by Yusuf Alper Bilgin 1 month, 3 weeks ago
Hi Maintainers,

This patch series extends the existing LTC2497 driver to add support for
LTC2495 ADC.

In addition to supporting the LTC2495, this series also enables the
reading of the internal temperature sensor channel for both the newly
added LTC2495 and the already supported LTC2499.

Please consider these patches for inclusion.

Thanks and best regards,

Yusuf Alper Bilgin

Signed-off-by: Yusuf Alper Bilgin <y.alperbilgin@gmail.com>
---
Yusuf Alper Bilgin (3):
      dt-bindings: iio: adc: ltc2497: add docs for LTC2495
      iio: adc: ltc2497: add support for LTC2495
      iio: adc: ltc2497: add temperature sensor support

 .../devicetree/bindings/iio/adc/lltc,ltc2497.yaml  |   3 +
 drivers/iio/adc/ltc2496.c                          |   1 +
 drivers/iio/adc/ltc2497-core.c                     | 100 +++++++++++++++++----
 drivers/iio/adc/ltc2497.c                          |  40 ++++++++-
 drivers/iio/adc/ltc2497.h                          |   9 +-
 5 files changed, 128 insertions(+), 25 deletions(-)
---
base-commit: acbbb5a20971089064ca6b271dd251e629be8d4d
change-id: 20250811-ltc2495-572817c13fd3

Best regards,
-- 
Yusuf Alper Bilgin <y.alperbilgin@gmail.com>