iio: dac: Add AD5758 support
authorStefan Popa <stefan.popa@analog.com>
Wed, 4 Jul 2018 14:32:03 +0000 (17:32 +0300)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 7 Jul 2018 17:16:32 +0000 (18:16 +0100)
commit28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb
tree2aba48a95256b50327594be77c9c404d0ac0fa2c
parente161ef7c3c376f6807cdef7e8a2804b964dd7584
iio: dac: Add AD5758 support

The AD5758 is a single channel DAC with 16-bit precision which uses the
SPI interface that operates at clock rates up to 50MHz.

The output can be configured as voltage or current and is available on a
single terminal.

Datasheet:
http://www.analog.com/media/en/technical-documentation/data-sheets/ad5758.pdf

Signed-off-by: Stefan Popa <stefan.popa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/dac/Kconfig
drivers/iio/dac/Makefile
drivers/iio/dac/ad5758.c [new file with mode: 0644]