diff options
author | Nuno Sá <nuno.sa@analog.com> | 2022-02-25 14:01:27 +0100 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-03-01 23:13:53 +0100 |
commit | 832cb9eeb9312dd2e14133681d3920b773ef1eac (patch) | |
tree | 949430091404b6a2e46c004b0310e2ad074f5bf1 /MAINTAINERS | |
parent | dt-bindings: iio: afe: add bindings for temperature transducers (diff) | |
download | linux-832cb9eeb9312dd2e14133681d3920b773ef1eac.tar.xz linux-832cb9eeb9312dd2e14133681d3920b773ef1eac.zip |
iio: dac: add support for ltc2688
The LTC2688 is a 16 channel, 16 bit, +-15V DAC with an integrated
precision reference. It is guaranteed monotonic and has built in
rail-to-rail output buffers that can source or sink up to 20 mA.
Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20220225130129.69-2-nuno.sa@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 22296c5f24de..7f2e55a5ed2f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11317,6 +11317,13 @@ S: Maintained F: Documentation/devicetree/bindings/iio/dac/lltc,ltc1660.yaml F: drivers/iio/dac/ltc1660.c +LTC2688 IIO DAC DRIVER +M: Nuno Sá <nuno.sa@analog.com> +L: linux-iio@vger.kernel.org +S: Supported +W: http://ez.analog.com/community/linux-device-drivers +F: drivers/iio/dac/ltc2688.c + LTC2947 HARDWARE MONITOR DRIVER M: Nuno Sá <nuno.sa@analog.com> L: linux-hwmon@vger.kernel.org |