Hello Introduce the TI DAC8771. The DAC8771 is a single channel, precision, fully integrated 16-bit digital to analog converter (DAC) with adaptive power management, and is designed to meet the requirements of industrial control applications. Dan Dan Murphy (2): dt-binding: iio: dac8771: Add TI DAC8771 binding iio: dac: Introduce the TI DAC8771 DAC driver .../bindings/iio/dac/ti,dac8771.yaml | 89 ++++ drivers/iio/dac/Kconfig | 7 + drivers/iio/dac/Makefile | 1 + drivers/iio/dac/ti-dac8771.c | 499 ++++++++++++++++++ 4 files changed, 596 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/dac/ti,dac8771.yaml create mode 100644 drivers/iio/dac/ti-dac8771.c -- 2.23.0