]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: dac: support the ad8460 Waveform DAC
authorMariel Tinaco <Mariel.Tinaco@analog.com>
Thu, 12 Sep 2024 09:54:35 +0000 (17:54 +0800)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 30 Sep 2024 08:21:03 +0000 (09:21 +0100)
commita976ef24c62540d6dd166a93e474684ae5463455
tree4abc49b52e6ae4bb787d0eebe78095f75f429dbd
parente3a2d565d28f1ad902a03d82cd07426e157a35e4
iio: dac: support the ad8460 Waveform DAC

The AD8460 is a “bits in, power out” high voltage, high-power,
high-speed driver optimized for large output current (up to ±1 A)
and high slew rate (up to ±1800 V/μs) at high voltage (up to ±40 V)
into capacitive loads.

A digital engine implements user-configurable features: modes for
digital input, programmable supply current, and fault monitoring
and programmable protection settings for output current,
output voltage, and junction temperature. The AD8460 operates on
high voltage dual supplies up to ±55 V and a single low voltage
supply of 5 V.

Signed-off-by: Mariel Tinaco <Mariel.Tinaco@analog.com>
Link: https://patch.msgid.link/20240912095435.18639-3-Mariel.Tinaco@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/dac/Kconfig
drivers/iio/dac/Makefile
drivers/iio/dac/ad8460.c [new file with mode: 0644]