iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
authorPaul Cercueil <paul.cercueil@analog.com>
Tue, 5 Apr 2016 07:46:19 +0000 (09:46 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 10 Apr 2016 13:29:06 +0000 (14:29 +0100)
commit56ca9db862bf3d78e279d424b3434d66617c27ae
tree17bb8afecced84e47b38c468eae026d306090d95
parent5ea9274b8613f87120bfa6b0c0abc384c26cefb9
iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs

This patch adds support for the AD5592R (spi) and AD5593R (i2c)
ADC/DAC/GPIO devices.

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/dac/ad5592r.txt [new file with mode: 0644]
drivers/iio/dac/Kconfig
drivers/iio/dac/Makefile
drivers/iio/dac/ad5592r-base.c [new file with mode: 0644]
drivers/iio/dac/ad5592r-base.h [new file with mode: 0644]
drivers/iio/dac/ad5592r.c [new file with mode: 0644]
drivers/iio/dac/ad5593r.c [new file with mode: 0644]
include/dt-bindings/iio/adi,ad5592r.h [new file with mode: 0644]