diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2016-07-12 09:33:14 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-07-24 19:58:43 +0100 |
commit | 3b8df5fd526e70e8c89e47e3fcb253b80f6192f6 (patch) | |
tree | b3bf616d827264c64169360d141ac354db064988 /MAINTAINERS | |
parent | d02ec00d00a5eb5e0ca8ef6ddf0a3774adb52b6a (diff) | |
download | blackbird-op-linux-3b8df5fd526e70e8c89e47e3fcb253b80f6192f6.tar.gz blackbird-op-linux-3b8df5fd526e70e8c89e47e3fcb253b80f6192f6.zip |
iio: Add IIO support for the Measurement Computing CIO-DAC family
The Measurement Computing CIO-DAC is a family of 16-bit and 12-bit
analog output devices. The analog outputs are from AD660BN/AD7237
converters with each output buffered by an OP-27. Voltage ranges are
configured via physical jumpers on the device.
This driver does not support the devices' simulataneous update mode; the
XFER jumper option should be deselected for all analog output channels.
This driver provides IIO support for the Measurement Computing CIO-DAC
family: CIO-DAC16, CIO-DAC08, and PC104-DAC06. The base port addresses
for the devices may be configured via the base array module parameter.
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 345e75744439..b5c802dcf516 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7318,6 +7318,12 @@ L: linux-iio@vger.kernel.org S: Maintained F: drivers/iio/potentiometer/mcp4531.c +MEASUREMENT COMPUTING CIO-DAC IIO DRIVER +M: William Breathitt Gray <vilhelm.gray@gmail.com> +L: linux-iio@vger.kernel.org +S: Maintained +F: drivers/iio/dac/cio-dac.c + MEDIA DRIVERS FOR RENESAS - VSP1 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> L: linux-media@vger.kernel.org |