From: Rob Herring <robh@kernel.org>
To: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
Cc: jic23@kernel.org, dragos.bogdan@analog.com,
alexandru.ardelean@analog.com, linux-kernel@vger.kernel.org,
linux-iio@vger.kernel.org, devicetree@vger.kernel.org,
kernel-usp@googlegroups.com
Subject: Re: [PATCH v2 1/2] dt-bindings: iio: adc: ad7292: fix channel constraint
Date: Wed, 4 Dec 2019 12:57:53 -0600 [thread overview]
Message-ID: <20191204185753.GA19409@bogus> (raw)
In-Reply-To: <20191204155918.5ot4tplceqjeul6a@smtp.gmail.com>
On Wed, Dec 04, 2019 at 12:59:23PM -0300, Marcelo Schmitt wrote:
> Change items property of AD7292 channels to correctly constrain their
> quantity.
>
> Signed-off-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com>
> ---
> Changelog V2
> - Shortened the message to make it closer to 50 columns.
>
> Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
I think Jonathan already applied this series.
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
> index b68be3aaf587..18f1032b86f3 100644
> --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7292.yaml
> @@ -53,7 +53,8 @@ patternProperties:
> description: |
> The channel number. It can have up to 8 channels numbered from 0 to 7.
> items:
> - maximum: 7
> + - minimum: 0
> + maximum: 7
>
> diff-channels:
> description: see Documentation/devicetree/bindings/iio/adc/adc.txt
> --
> 2.23.0
>
next prev parent reply other threads:[~2019-12-04 18:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-04 15:59 [PATCH v2 1/2] dt-bindings: iio: adc: ad7292: fix channel constraint Marcelo Schmitt
2019-12-04 18:57 ` Rob Herring [this message]
2019-12-04 21:59 ` Marcelo Schmitt
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=20191204185753.GA19409@bogus \
--to=robh@kernel.org \
--cc=alexandru.ardelean@analog.com \
--cc=devicetree@vger.kernel.org \
--cc=dragos.bogdan@analog.com \
--cc=jic23@kernel.org \
--cc=kernel-usp@googlegroups.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.schmitt1@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.