[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191217140731.30504-1-dmurphy@ti.com>
Date: Tue, 17 Dec 2019 08:07:29 -0600
From: Dan Murphy <dmurphy@...com>
To: <jic23@...nel.org>, <linux-iio@...r.kernel.org>
CC: <knaack.h@....de>, <lars@...afoo.de>, <pmeerw@...erw.net>,
<linux-kernel@...r.kernel.org>, Dan Murphy <dmurphy@...com>
Subject: [PATCH 0/2] Texas Instruments DAC8771
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
Powered by blists - more mailing lists