[PATCH 0/3] iio: adc: add LTC2309 support

From: Liam Beguin
Date: Thu Aug 24 2023 - 12:56:57 EST


The LTC2309 is an 8-Channel, 12-Bit SAR ADC with an I2C Interface.

This implements support for all single-ended and differential channels,
in unipolar mode only.

Signed-off-by: Liam Beguin <liambeguin@xxxxxxxxx>
---
Liam Beguin (3):
iio: adc: add ltc2309 support
iio: adc: ltc2309: switch to new .probe()
dt-bindings: iio: adc: add lltc,ltc2309 bindings

.../devicetree/bindings/iio/adc/lltc,ltc2309.yaml | 52 +++++
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/ltc2309.c | 231 +++++++++++++++++++++
4 files changed, 294 insertions(+)
---
base-commit: a5e505a99ca748583dbe558b691be1b26f05d678
change-id: 20230823-ltc2309-1945e1e94931

Best regards,
--
Liam Beguin <liambeguin@xxxxxxxxx>