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]
Message-ID: <1007451d-fc3c-fdc6-f814-014673e7f1f4@axentia.se>
Date:   Thu, 6 Dec 2018 10:35:30 +0000
From:   Peter Rosin <peda@...ntia.se>
To:     Bartosz Golaszewski <brgl@...ev.pl>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Wolfram Sang <wsa@...-dreams.de>
CC:     "linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Thierry Reding <thierry.reding@...il.com>
Subject: Re: [PATCH] dt-bindings: i2c: use correct vendor prefix for atmel's
 at24 EEPROMs

On 2018-12-06 10:45, Bartosz Golaszewski wrote:
> This is a follow-up to Thierry's patch which missed a few occurences.
> 
> Cc: Thierry Reding <thierry.reding@...il.com>
> Signed-off-by: Bartosz Golaszewski <brgl@...ev.pl>

Acked-by: Peter Rosin <peda@...ntia.se>

Wolfram, you can take this one as well, of course.

Cheers,
Peter

> ---
>  Documentation/devicetree/bindings/i2c/i2c-at91.txt        | 2 +-
>  Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-at91.txt b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> index ef973a0343c7..b7cec17c3daf 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-at91.txt
> @@ -33,7 +33,7 @@ i2c0: i2c@...84000 {
>  	clock-frequency = <400000>;
>  
>  	24c512@50 {
> -		compatible = "24c512";
> +		compatible = "atmel,24c512";
>  		reg = <0x50>;
>  		pagesize = <128>;
>  	}
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> index c661b9083ec6..8b1e49cdce3f 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-ltc4306.txt
> @@ -54,7 +54,7 @@ Example:
>  			reg = <1>;
>  
>  			eeprom@50 {
> -				compatible = "at,24c02";
> +				compatible = "atmel,24c02";
>  				reg = <0x50>;
>  			};
>  		};
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ