[PATCH v2 0/2] Add support for additional AD717x models

From: Dumitru Ceclan
Date: Wed Feb 28 2024 - 08:56:50 EST


This patch series adds support for the Analog Devices AD7172-2, AD7175-8,
AD7177-2 ADCs within the AD7173 driver.

Datasheets:
https://www.analog.com/media/en/technical-documentation/data-sheets/AD7172-4.pdf
https://www.analog.com/media/en/technical-documentation/data-sheets/AD7175-8.pdf
https://www.analog.com/media/en/technical-documentation/data-sheets/AD7177-2.pdf

V1->V2
dt-bindings: adc: ad7173: add support for additional models:
- Remove bindings descriptions update as already included in latest AD7173 bindings
- Remove default: false for adi,reference-select
iio: adc: ad7173: add support for additional models:
- Add period to commit message
- AD717X -> AD717x
- Fix typo
- Reformat supported devices list
- Reorder device ID's by value
- Use correct comment style
- Add missing space

Dumitru Ceclan (2):
dt-bindings: adc: ad7173: add support for additional models
iio: adc: ad7173: add support for additional models

.../bindings/iio/adc/adi,ad7173.yaml | 39 ++++++++-
drivers/iio/adc/ad7173.c | 82 +++++++++++++++++--
2 files changed, 110 insertions(+), 11 deletions(-)

--
2.43.0