Adding support for max11205 16-bit single-channel ultra-low power delta-sigma adc. The MAX11205 is compatible with the 2-wire interface and uses SCLK and RDY/DOUT for serial communica- tions. In this mode, all controls are implemented by tim- ing the high or low phase of the SCLK. The 2-wire serial interface only allows for data to be read out through the RDY/DOUT output. Ramona Bolboaca (2): bindings: iio: adc: Add max11205 documentation file iio: adc: add max11205 adc driver .../bindings/iio/adc/maxim,max11205.yaml | 65 ++++++ MAINTAINERS | 8 + drivers/iio/adc/Kconfig | 14 ++ drivers/iio/adc/Makefile | 1 + drivers/iio/adc/max11205.c | 192 ++++++++++++++++++ 5 files changed, 280 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/adc/maxim,max11205.yaml create mode 100644 drivers/iio/adc/max11205.c -- 2.25.1