diff options
author | Peter Rosin <peda@axentia.se> | 2016-11-08 06:58:56 -0500 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-11-13 08:07:15 -0500 |
commit | 7fde1484af21f9668e9575bd8a119ebc4fe6fe42 (patch) | |
tree | 99e62de525a9976f355f5916bdcad5c6a0bfba64 /MAINTAINERS | |
parent | ed13134ba8c021d484d712a54c285da312567b39 (diff) |
iio: dpot-dac: DAC driver based on a digital potentiometer
It is assumed that the dpot is used as a voltage divider between the
current dpot wiper setting and the maximum resistance of the dpot. The
divided voltage is provided by a vref regulator.
.------.
.-----------. | |
| vref |--' .---.
| regulator |--. | |
'-----------' | | d |
| | p |
| | o | wiper
| | t |<---------+
| | |
| '---' dac output voltage
| |
'------+------------+
Signed-off-by: Peter Rosin <peda@axentia.se>
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 0de06732159d..e63719d53658 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -6123,7 +6123,9 @@ IIO DIGITAL POTENTIOMETER DAC | |||
6123 | M: Peter Rosin <peda@axentia.se> | 6123 | M: Peter Rosin <peda@axentia.se> |
6124 | L: linux-iio@vger.kernel.org | 6124 | L: linux-iio@vger.kernel.org |
6125 | S: Maintained | 6125 | S: Maintained |
6126 | F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac | ||
6126 | F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt | 6127 | F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt |
6128 | F: drivers/iio/dac/dpot-dac.c | ||
6127 | 6129 | ||
6128 | IIO SUBSYSTEM AND DRIVERS | 6130 | IIO SUBSYSTEM AND DRIVERS |
6129 | M: Jonathan Cameron <jic23@kernel.org> | 6131 | M: Jonathan Cameron <jic23@kernel.org> |