summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2016-11-08 06:58:58 -0500
committerJonathan Cameron <jic23@kernel.org>2016-11-13 08:07:17 -0500
commitb475f80b354a1915fda1b34070d712b825b60543 (patch)
tree02777a8c1349ace429f1dfa3e58e15661fed1eb5 /MAINTAINERS
parente778aa142ab0666fa8af789a3bbabfb3334e6ff5 (diff)
iio: envelope-detector: ADC driver based on a DAC and a comparator
The DAC is used to find the peak level of an alternating voltage input signal by a binary search using the output of a comparator wired to an interrupt pin. Like so: _ | \ input +------>-------|+ \ | \ .-------. | }---. | | | / | | dac|-->--|- / | | | |_/ | | | | | | | | irq|------<-------' | | '-------' Signed-off-by: Peter Rosin <peda@axentia.se> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 76c3124fd62f..0393f1f1bee7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6131,7 +6131,9 @@ IIO ENVELOPE DETECTOR
6131M: Peter Rosin <peda@axentia.se> 6131M: Peter Rosin <peda@axentia.se>
6132L: linux-iio@vger.kernel.org 6132L: linux-iio@vger.kernel.org
6133S: Maintained 6133S: Maintained
6134F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector
6134F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt 6135F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt
6136F: drivers/iio/adc/envelope-detector.c
6135 6137
6136IIO SUBSYSTEM AND DRIVERS 6138IIO SUBSYSTEM AND DRIVERS
6137M: Jonathan Cameron <jic23@kernel.org> 6139M: Jonathan Cameron <jic23@kernel.org>