lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 4 Dec 2019 12:57:53 -0600
From:   Rob Herring <robh@...nel.org>
To:     Marcelo Schmitt <marcelo.schmitt1@...il.com>
Cc:     jic23@...nel.org, dragos.bogdan@...log.com,
        alexandru.ardelean@...log.com, linux-kernel@...r.kernel.org,
        linux-iio@...r.kernel.org, devicetree@...r.kernel.org,
        kernel-usp@...glegroups.com
Subject: Re: [PATCH v2 1/2] dt-bindings: iio: adc: ad7292: fix channel
 constraint

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@...il.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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ