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] [day] [month] [year] [list]
Message-ID: <20181208110917.2dfc438f@archlinux>
Date:   Sat, 8 Dec 2018 11:09:17 +0000
From:   Jonathan Cameron <jic23@...nel.org>
To:     Lubomir Rintel <lkundrak@...sk>
Cc:     Hartmut Knaack <knaack.h@....de>,
        Lars-Peter Clausen <lars@...afoo.de>,
        Peter Meerwald-Stadler <pmeerw@...erw.net>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>, linux-iio@...r.kernel.org,
        devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: iio: accel: use a generic node name for
 lis302

On Mon,  3 Dec 2018 12:47:40 +0100
Lubomir Rintel <lkundrak@...sk> wrote:

> The example should follow the practice or using a generic node name
> instead of the precise programming model, as recommended by the DTSpec.
> 
> Signed-off-by: Lubomir Rintel <lkundrak@...sk>
Applied to the togreg branch of iio.git and pushed out as testing
to be largely ignored.

Thanks,

Jonathan

> ---
>  Documentation/devicetree/bindings/iio/accel/lis302.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/iio/accel/lis302.txt b/Documentation/devicetree/bindings/iio/accel/lis302.txt
> index dfdce67826ba..764e28ec1a0a 100644
> --- a/Documentation/devicetree/bindings/iio/accel/lis302.txt
> +++ b/Documentation/devicetree/bindings/iio/accel/lis302.txt
> @@ -64,7 +64,7 @@ Optional properties for all bus drivers:
>  
>  Example for a SPI device node:
>  
> -	lis302@0 {
> +	accelerometer@0 {
>  		compatible = "st,lis302dl-spi";
>  		reg = <0>;
>  		spi-max-frequency = <1000000>;
> @@ -89,7 +89,7 @@ Example for a SPI device node:
>  
>  Example for a I2C device node:
>  
> -	lis331dlh: lis331dlh@18 {
> +	lis331dlh: accelerometer@18 {
>  		compatible = "st,lis331dlh", "st,lis3lv02d";
>  		reg = <0x18>;
>  		Vdd-supply = <&lis3_reg>;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ