| From: |
| Ramona Bolboaca <ramona.bolboaca-AT-analog.com> |
| To: |
| <jic23-AT-kernel.org>, <robh+dt-AT-kernel.org>, <krzysztof.kozlowski+dt-AT-linaro.org>, <linux-iio-AT-vger.kernel.org>, <devicetree-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org> |
| Subject: |
| [PATCH 0/2] iio: adc: add max11205 adc driver |
| Date: |
| Wed, 24 Aug 2022 15:52:01 +0300 |
| Message-ID: |
| <20220824125203.685287-1-ramona.bolboaca@analog.com> |
| Cc: |
| Ramona Bolboaca <ramona.bolboaca-AT-analog.com> |
| Archive-link: |
| Article |
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