From: Rob Herring <robh@kernel.org>
To: michael.hennerich@analog.com
Cc: jic23@kernel.org, linus.walleij@linaro.org, gnurou@gmail.com,
lars@metafoo.de, knaack.h@gmx.de, paul.cercueil@analog.com,
pawel.moll@arm.com, mark.rutland@arm.com,
ijc+devicetree@hellion.org.uk, linux-iio@vger.kernel.org,
devicetree@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: Re: [PATCH v4] iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs
Date: Thu, 17 Mar 2016 09:58:37 -0500 [thread overview]
Message-ID: <20160317145837.GA24226@rob-hp-laptop> (raw)
In-Reply-To: <1457354915-30831-1-git-send-email-michael.hennerich@analog.com>
On Mon, Mar 07, 2016 at 01:48:35PM +0100, michael.hennerich@analog.com wrote:
> From: Paul Cercueil <paul.cercueil@analog.com>
>
> This patch adds support for the AD5592R (spi) and AD5593R (i2c)
> ADC/DAC devices.
>
> Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
>
> Changes since v1:
> * Fix mutex usage
> * Remove unnecessary NULL pointer guards
> * Add comment explaining the invalid data read
> * AD5593R Remove surplus adc readback
>
> Changes since v2:
> * Use child nodes to describe channels
> * Fix probe return and driver remove path
> * Move locking closer to where its used
> * Remove WARN_ON but return error
> * Remove OPEN DRAIN configuration option
>
> Changes since v3:
> * Documentation: Add missing vendor prefixes in the examples
> * Minor function reordering in remove() to match the reverse of probe()
>
> ---
> .../devicetree/bindings/iio/dac/ad5592r.txt | 143 +++++
Acked-by: Rob Herring <robh@kernel.org>
> drivers/iio/dac/Kconfig | 27 +
> drivers/iio/dac/Makefile | 3 +
> drivers/iio/dac/ad5592r-base.c | 702 +++++++++++++++++++++
> drivers/iio/dac/ad5592r-base.h | 78 +++
> drivers/iio/dac/ad5592r.c | 164 +++++
> drivers/iio/dac/ad5593r.c | 131 ++++
> include/dt-bindings/iio/adi,ad5592r.h | 16 +
> 8 files changed, 1264 insertions(+)
prev parent reply other threads:[~2016-03-17 14:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-07 12:48 [PATCH v4] iio: dac: Add support for the AD5592R/AD5593R ADCs/DACs michael.hennerich
[not found] ` <1457354915-30831-1-git-send-email-michael.hennerich-OyLXuOCK7orQT0dZR+AlfA@public.gmane.org>
2016-03-12 11:29 ` Jonathan Cameron
2016-03-17 14:58 ` Rob Herring [this message]
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=20160317145837.GA24226@rob-hp-laptop \
--to=robh@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=gnurou@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=michael.hennerich@analog.com \
--cc=paul.cercueil@analog.com \
--cc=pawel.moll@arm.com \
/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