diff options
author | Peter Rosin <peda@axentia.se> | 2016-11-08 06:58:58 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-13 08:07:17 -0500 |
commit | b475f80b354a1915fda1b34070d712b825b60543 (patch) | |
tree | 02777a8c1349ace429f1dfa3e58e15661fed1eb5 /MAINTAINERS | |
parent | e778aa142ab0666fa8af789a3bbabfb3334e6ff5 (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-- | MAINTAINERS | 2 |
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 | |||
6131 | M: Peter Rosin <peda@axentia.se> | 6131 | M: Peter Rosin <peda@axentia.se> |
6132 | L: linux-iio@vger.kernel.org | 6132 | L: linux-iio@vger.kernel.org |
6133 | S: Maintained | 6133 | S: Maintained |
6134 | F: Documentation/ABI/testing/sysfs-bus-iio-adc-envelope-detector | ||
6134 | F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt | 6135 | F: Documentation/devicetree/bindings/iio/adc/envelope-detector.txt |
6136 | F: drivers/iio/adc/envelope-detector.c | ||
6135 | 6137 | ||
6136 | IIO SUBSYSTEM AND DRIVERS | 6138 | IIO SUBSYSTEM AND DRIVERS |
6137 | M: Jonathan Cameron <jic23@kernel.org> | 6139 | M: Jonathan Cameron <jic23@kernel.org> |