diff options
author | Stefan Popa <stefan.popa@analog.com> | 2018-07-04 10:32:03 -0400 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-07-07 13:16:32 -0400 |
commit | 28d1a7ac2a0d9589e04dd36a83f242b3e14da1eb (patch) | |
tree | 2aba48a95256b50327594be77c9c404d0ac0fa2c /MAINTAINERS | |
parent | e161ef7c3c376f6807cdef7e8a2804b964dd7584 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a21cadbf39e7..728ae34b7b32 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -796,6 +796,13 @@ M: Michael Hanselmann <linux-kernel@hansmi.ch> | |||
796 | S: Supported | 796 | S: Supported |
797 | F: drivers/macintosh/ams/ | 797 | F: drivers/macintosh/ams/ |
798 | 798 | ||
799 | ANALOG DEVICES INC AD5758 DRIVER | ||
800 | M: Stefan Popa <stefan.popa@analog.com> | ||
801 | L: linux-iio@vger.kernel.org | ||
802 | W: http://ez.analog.com/community/linux-device-drivers | ||
803 | S: Supported | ||
804 | F: drivers/iio/dac/ad5758.c | ||
805 | |||
799 | ANALOG DEVICES INC AD5686 DRIVER | 806 | ANALOG DEVICES INC AD5686 DRIVER |
800 | M: Stefan Popa <stefan.popa@analog.com> | 807 | M: Stefan Popa <stefan.popa@analog.com> |
801 | L: linux-pm@vger.kernel.org | 808 | L: linux-pm@vger.kernel.org |