diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2017-03-29 11:42:58 +0200 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-04-02 11:56:59 +0200 |
commit | bc82222fcca1ec3702caf98eb4a3ab0edfa6f789 (patch) | |
tree | 23b0ab709f2634439994372284928e095541ee40 /MAINTAINERS | |
parent | staging: iio: ad9832: use 4-digit octal permissions (diff) | |
download | linux-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.tar.xz linux-bc82222fcca1ec3702caf98eb4a3ab0edfa6f789.zip |
iio:adc: Driver for Linear Technology LTC2497 ADC
This patch adds support for the Analog Devices / Linear Technology
LTC2497 ADCs. The LTC2497 is a 16-channel (eight differential),
16-bit, high precision, delta-sigma ADC with an automatic, differential,
input current cancellation front end and a 2-wire, I2C interface.
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a7d6f9a4c951..173043cc582f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -813,6 +813,7 @@ W: http://wiki.analog.com/ W: http://ez.analog.com/community/linux-device-drivers S: Supported F: drivers/iio/*/ad* +F: drivers/iio/adc/ltc2497* X: drivers/iio/*/adjd* F: drivers/staging/iio/*/ad* F: drivers/staging/iio/trigger/iio-trig-bfin-timer.c |