devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: linux-iio@vger.kernel.org, Rob Herring <robh+dt@kernel.org>
Cc: Lars-Peter Clausen <lars@metafoo.de>,
	devicetree@vger.kernel.org,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>
Subject: Re: [PATCH v4 0/2] iio:adc:ad7476: Regulator support and binding doc
Date: Tue, 27 Apr 2021 18:00:50 +0100	[thread overview]
Message-ID: <20210427180050.5c6a9d76@jic23-huawei> (raw)
In-Reply-To: <20210425163154.73209-1-jic23@kernel.org>

On Sun, 25 Apr 2021 17:31:52 +0100
Jonathan Cameron <jic23@kernel.org> wrote:

> From: Jonathan Cameron <Jonathan.Cameron@huawei.com>
> 
> This driver supports a whole load of devices with a range of different
> power supply connections.
> 
> Lars-Peter Clausen pointed out v1 did not handle the the ad7091r which
> an internal voltage reference, but that can be over-driven on the vref_in /
> vref_out pin.  The v2 handles that device properly.  I also realized that
> I'd the binding was more restrictive for devices with internal references
> than it needed to be (required vcc-supply) so I've relaxed that in
> the updated bindings.  Also reorganized the big allOf block in the
> binding doc to put all the constraints on reference voltage first.
> 
> v3 incorporates Lars' suggestion to set the regulator pointer to null
> as a way to indicate that we should definitely use the internal reference.
> 
> v4 fixes case of errors on the devm_regulator_get_optional() that are about
> something different than -ENODEV which signifies the regulator isn't
> specified.
Series applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to poke at it and see what I missed.

Thanks,

Jonathan
> 
> Jonathan Cameron (2):
>   iio:adc:ad7476: Handle the different regulators used by various parts.
>   dt-bindings:iio:adc:adi,ad7476: Add missing binding document
> 
>  .../bindings/iio/adc/adi,ad7476.yaml          | 174 ++++++++++++++++++
>  drivers/iio/adc/ad7476.c                      | 118 ++++++++++--
>  2 files changed, 277 insertions(+), 15 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7476.yaml
> 


      parent reply	other threads:[~2021-04-27 17:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-25 16:31 [PATCH v4 0/2] iio:adc:ad7476: Regulator support and binding doc Jonathan Cameron
2021-04-25 16:31 ` [PATCH v4 1/2] iio:adc:ad7476: Handle the different regulators used by various parts Jonathan Cameron
2021-04-25 16:39   ` Lars-Peter Clausen
2021-04-25 16:31 ` [PATCH v4 2/2] dt-bindings:iio:adc:adi,ad7476: Add missing binding document Jonathan Cameron
2021-04-27 17:00 ` Jonathan Cameron [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=20210427180050.5c6a9d76@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=devicetree@vger.kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@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).