From: Jonathan Cameron <jic23@kernel.org>
To: Antoniu Miclaus <antoniu.miclaus@analog.com>
Cc: <robh+dt@kernel.org>, <linux-iio@vger.kernel.org>,
<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/2] Add support for AD7293 Power Amplifier
Date: Sat, 13 Nov 2021 18:17:38 +0000 [thread overview]
Message-ID: <20211113181738.2ee8e043@jic23-huawei> (raw)
In-Reply-To: <20211105112930.122017-1-antoniu.miclaus@analog.com>
On Fri, 5 Nov 2021 13:29:27 +0200
Antoniu Miclaus <antoniu.miclaus@analog.com> wrote:
> The AD7293 is a Power Amplifier drain current controller containing
> functionality for general-purpose monitoring and control of
> current, voltage, and temperature, integrated into a single chip
> solution with an SPI-compatible interface.
>
> Datasheet:
> https://www.analog.com/media/en/technical-documentation/data-sheets/AD7293.pdf
Wrong cover letter. This had me rather confused for a few moments as I had
two copies of this in my inbox with different patches underneath!
>
> This series of patches provide an initial implementation of the
> driver with access from the userspace to the:
> - ADC channels (read raw values, set range, set offset)
> - DAC channels (set code, set offset)
> - Temperature sensing (read raw values, set offset)
> - Current sensing (read raw, set offset, set gain)
>
> Antoniu Miclaus (2):
> iio:amplifiers:ad7293: add support for AD7293
> dt-bindings:iio:amplifiers: add ad7293 doc
>
> .../bindings/iio/amplifiers/adi,ad7293.yaml | 49 ++
> drivers/iio/amplifiers/Kconfig | 11 +
> drivers/iio/amplifiers/Makefile | 1 +
> drivers/iio/amplifiers/ad7293.c | 794 ++++++++++++++++++
> 4 files changed, 855 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/amplifiers/adi,ad7293.yaml
> create mode 100644 drivers/iio/amplifiers/ad7293.c
>
next prev parent reply other threads:[~2021-11-13 18:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-05 11:29 [PATCH 0/2] Add support for AD7293 Power Amplifier Antoniu Miclaus
2021-11-05 11:29 ` [PATCH v4 1/3] iio: frequency: admv1013: add support for ADMV1013 Antoniu Miclaus
2021-11-14 15:58 ` Jonathan Cameron
2021-11-05 11:29 ` [PATCH v4 2/3] dt-bindings: iio: frequency: add admv1013 doc Antoniu Miclaus
2021-11-12 22:38 ` Rob Herring
2021-11-14 15:50 ` Jonathan Cameron
2021-11-05 11:29 ` [PATCH v4 3/3] Documentation:ABI:testing:admv1013: add ABI docs Antoniu Miclaus
2021-11-14 15:58 ` Jonathan Cameron
2021-11-13 18:17 ` Jonathan Cameron [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-02 13:59 [PATCH 0/2] Add support for AD7293 Power Amplifier Antoniu Miclaus
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=20211113181738.2ee8e043@jic23-huawei \
--to=jic23@kernel.org \
--cc=antoniu.miclaus@analog.com \
--cc=devicetree@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).