summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPeter Rosin <peda@axentia.se>2016-11-08 06:58:56 -0500
committerJonathan Cameron <jic23@kernel.org>2016-11-13 08:07:15 -0500
commit7fde1484af21f9668e9575bd8a119ebc4fe6fe42 (patch)
tree99e62de525a9976f355f5916bdcad5c6a0bfba64 /MAINTAINERS
parented13134ba8c021d484d712a54c285da312567b39 (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--MAINTAINERS2
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
6123M: Peter Rosin <peda@axentia.se> 6123M: Peter Rosin <peda@axentia.se>
6124L: linux-iio@vger.kernel.org 6124L: linux-iio@vger.kernel.org
6125S: Maintained 6125S: Maintained
6126F: Documentation/ABI/testing/sysfs-bus-iio-dac-dpot-dac
6126F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt 6127F: Documentation/devicetree/bindings/iio/dac/dpot-dac.txt
6128F: drivers/iio/dac/dpot-dac.c
6127 6129
6128IIO SUBSYSTEM AND DRIVERS 6130IIO SUBSYSTEM AND DRIVERS
6129M: Jonathan Cameron <jic23@kernel.org> 6131M: Jonathan Cameron <jic23@kernel.org>