diff options
author | Marcelo Schmitt <marcelo.schmitt1@gmail.com> | 2019-11-08 14:56:50 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-11-10 18:09:36 +0100 |
commit | 506d2e317a0a02631a74bbc4c508334c29e26eae (patch) | |
tree | de1590af2f27777587d32e2cab6e1a20cb74a176 /MAINTAINERS | |
parent | dt-bindings: iio: adc: Add dt-schema for AD7292 (diff) | |
download | linux-506d2e317a0a02631a74bbc4c508334c29e26eae.tar.xz linux-506d2e317a0a02631a74bbc4c508334c29e26eae.zip |
iio: adc: Add driver support for AD7292
The AD7292 is a 10-bit monitor and control system with ADC, DACs,
temperature sensor, and GPIOs.
Configure AD7292 devices in direct access mode, enabling single-ended
ADC readings.
Datasheet:
Link: https://www.analog.com/media/en/technical-documentation/data-sheets/ad7292.pdf
Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aed4c1cad9f9..d5ea4e4a4598 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -906,6 +906,7 @@ M: Marcelo Schmitt <marcelo.schmitt1@gmail.com> L: linux-iio@vger.kernel.org W: http://ez.analog.com/community/linux-device-drivers S: Supported +F: drivers/iio/adc/ad7292.c F: Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml ANALOG DEVICES INC AD7606 DRIVER |