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:   Fri, 23 Sep 2016 10:10:08 -0500
From:   Rob Herring <robh@...nel.org>
To:     Peter Griffin <peter.griffin@...aro.org>
Cc:     linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        kernel@...inux.com, patrice.chotard@...com,
        devicetree@...r.kernel.org, lee.jones@...aro.org,
        p.zabel@...gutronix.de
Subject: Re: [PATCH 12/19] reset: sti: Remove obsolete platforms from dt
 binding doc.

On Wed, Sep 14, 2016 at 02:27:50PM +0100, Peter Griffin wrote:
> STiH415/6 SoC support is being removed from the kernel.
> This patch updates the sti dt powerdown bindings and
> removes references to these obsolete platforms.
> 
> Signed-off-by: Peter Griffin <peter.griffin@...aro.org>
> Cc: <p.zabel@...gutronix.de>
> Cc: <robh+dt@...nel.org>
> ---
>  Documentation/devicetree/bindings/reset/st,sti-powerdown.txt | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
> index 1cfd21d..9252713 100644
> --- a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
> +++ b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
> @@ -16,15 +16,14 @@ Please refer to reset.txt in this directory for common reset
>  controller binding usage.
>  
>  Required properties:
> -- compatible: Should be "st,<chip>-powerdown"
> -	ex: "st,stih415-powerdown", "st,stih416-powerdown"
> +- compatible: Should be "st,stih407-powerdown"
>  - #reset-cells: 1, see below
>  
>  example:
>  
>  	powerdown: powerdown-controller {
> +		compatible = "st,stih407-powerdown";
>  		#reset-cells = <1>;
> -		compatible = "st,stih415-powerdown";
>  	};
>  
>  
> @@ -37,11 +36,10 @@ index specifying which channel to use, as described in reset.txt
>  
>  example:
>  
> -	usb1: usb@...00000 {
> -		resets	= <&powerdown STIH41X_USB1_POWERDOWN>;
> +	st_dwc3: dwc3@...4000 {

usb@ was correct here. With that,

Acked-by: Rob Herring <robh@...nel.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ