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

Liam Beguin posted 3 patches 2 years, 3 months ago
There is a newer version of this series
.../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(+)
[PATCH 0/3] iio: adc: add LTC2309 support
Posted by Liam Beguin 2 years, 3 months ago
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@gmail.com>
---
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@gmail.com>