From: Ciprian Regus <ciprian.regus@analog.com>
To: <jic23@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>,
<robh+dt@kernel.org>, <andriy.shevchenko@linux.intel.com>,
<linux-kernel@vger.kernel.org>, <linux-iio@vger.kernel.org>,
<devicetree@vger.kernel.org>
Cc: Ciprian Regus <ciprian.regus@analog.com>
Subject: [PATCH 0/2] Add support for the AD5754 DAC
Date: Tue, 4 Oct 2022 10:18:23 +0300 [thread overview]
Message-ID: <20221004071825.791307-1-ciprian.regus@analog.com> (raw)
These patches implement support for the AD5754 DAC (both dual
and quad channel variants).
The AD5724/AD5734/AD5754 are quad, 12-/14-/16-bit, serial
input, voltage output DACs. The devices operate from single-
supply voltages from +4.5 V up to +16.5 V or dual-supply
voltages from ±4.5 V up to ±16.5 V. The input coding is
user-selectable twos complement or offset binary for a bipolar
output (depending on the state of Pin BIN/2sComp), and straight
binary for a unipolar output.
Ciprian Regus (2):
dt-bindings: iio: dac: add adi,ad5754.yaml
drivers: iio: dac: Add AD5754 DAC driver
.../bindings/iio/dac/adi,ad5754.yaml | 173 +++++
MAINTAINERS | 8 +
drivers/iio/dac/Kconfig | 12 +
drivers/iio/dac/Makefile | 1 +
drivers/iio/dac/ad5754.c | 668 ++++++++++++++++++
5 files changed, 862 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad5754.yaml
create mode 100644 drivers/iio/dac/ad5754.c
--
2.30.2
next reply other threads:[~2022-10-04 7:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-04 7:18 Ciprian Regus [this message]
2022-10-04 7:18 ` [PATCH 1/2] dt-bindings: iio: dac: add adi,ad5754.yaml Ciprian Regus
2022-10-04 11:26 ` Krzysztof Kozlowski
2022-10-04 7:18 ` [PATCH 2/2] drivers: iio: dac: Add AD5754 DAC driver Ciprian Regus
2022-10-04 8:40 ` Marcus Folkesson
2022-10-04 8:50 ` Andy Shevchenko
2022-10-09 17:09 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221004071825.791307-1-ciprian.regus@analog.com \
--to=ciprian.regus@analog.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=devicetree@vger.kernel.org \
--cc=jic23@kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox