summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorStefan Popa <stefan.popa@analog.com>2018-11-13 06:21:32 -0500
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-11-17 11:41:09 -0500
commitb3af341bbd9662c672d596427ad23973584221d3 (patch)
tree023af9b6291897d574d3efb461c038ab4bbd2c5a /MAINTAINERS
parent90c430d32c5fa08363b3db402df1b937901dd5b3 (diff)
iio: adc: Add ad7124 support
The ad7124-4 and ad7124-8 are a family of 4 and 8 channel sigma-delta ADCs with 24-bit precision and reference. Three power modes are available which in turn affect the output data rate: * Full power: 9.38 SPS to 19,200 SPS * Mid power: 2.34 SPS to 4800 SPS * Low power: 1.17 SPS to 2400 SPS The ad7124-4 can be configured to have four differential inputs, while ad7124-8 can have 8. Moreover, ad7124 also supports per channel configuration. Each configuration consists of gain, reference source, output data rate and bipolar/unipolar configuration. Datasheets: Link: http://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-4.pdf Link: http://www.analog.com/media/en/technical-documentation/data-sheets/ad7124-8.pdf Signed-off-by: Stefan Popa <stefan.popa@analog.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 6689f6feb52d..457f29b863e5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -839,6 +839,13 @@ S: Supported
839F: drivers/iio/dac/ad5758.c 839F: drivers/iio/dac/ad5758.c
840F: Documentation/devicetree/bindings/iio/dac/ad5758.txt 840F: Documentation/devicetree/bindings/iio/dac/ad5758.txt
841 841
842ANALOG DEVICES INC AD7124 DRIVER
843M: Stefan Popa <stefan.popa@analog.com>
844L: linux-iio@vger.kernel.org
845W: http://ez.analog.com/community/linux-device-drivers
846S: Supported
847F: drivers/iio/adc/ad7124.c
848
842ANALOG DEVICES INC AD9389B DRIVER 849ANALOG DEVICES INC AD9389B DRIVER
843M: Hans Verkuil <hans.verkuil@cisco.com> 850M: Hans Verkuil <hans.verkuil@cisco.com>
844L: linux-media@vger.kernel.org 851L: linux-media@vger.kernel.org