Extend ADS 1100 driver to support ADS1110, which is a pin-to-pin
compatible device with higher resolution. This patch also updates the
device tree bindings and Kconfig description to reflect the new
supported device.
Signed-off-by: jszczudlo <jakubszczudlo40@gmail.com>
---
jszczudlo (3):
dt-bindings: iio: adc: Update title and enum
iio: adc: Update Kconfig description for TI_ADS1100
iio: adc: Add ti-ads1110 support to ti-ads1100 driver
.../bindings/iio/adc/ti,ads1100.yaml | 3 +-
drivers/iio/adc/Kconfig | 6 +-
drivers/iio/adc/ti-ads1100.c | 165 +++++++++++++-----
3 files changed, 131 insertions(+), 43 deletions(-)
--
2.47.3