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, 11 Oct 2017 08:44:48 -0700
From:   Tony Lindgren <tony@...mide.com>
To:     Kishon Vijay Abraham I <kishon@...com>
Cc:     Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Russell King <linux@...linux.org.uk>,
        linux-omap@...r.kernel.org, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
        nsekhar@...com, Ravikumar Kattekola <rk@...com>
Subject: Re: [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file

* Kishon Vijay Abraham I <kishon@...com> [171011 01:06]:
> From: Ravikumar Kattekola <rk@...com>
> 
> Move the pcie_rc node to common file so that it can be
> used by dra76-evm as well.
> 
> Signed-off-by: Ravikumar Kattekola <rk@...com>
> Signed-off-by: Kishon Vijay Abraham I <kishon@...com>
> Signed-off-by: Sekhar Nori <nsekhar@...com>

Can you please resend this with your Signed-off-by also
since you're the one sending it out?

Regards,

Tony

>  arch/arm/boot/dts/dra7-evm-common.dtsi | 4 ++++
>  arch/arm/boot/dts/dra7-evm.dts         | 4 ----
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi
> index 343e95f9a001..e088bb93636a 100644
> --- a/arch/arm/boot/dts/dra7-evm-common.dtsi
> +++ b/arch/arm/boot/dts/dra7-evm-common.dtsi
> @@ -256,3 +256,7 @@
>  		status = "okay";
>  	};
>  };
> +
> +&pcie1_rc {
> +	status = "okay";
> +};
> diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts
> index aa426dabb6c3..ef9c90daa74b 100644
> --- a/arch/arm/boot/dts/dra7-evm.dts
> +++ b/arch/arm/boot/dts/dra7-evm.dts
> @@ -497,7 +497,3 @@
>  	pinctrl-1 = <&dcan1_pins_sleep>;
>  	pinctrl-2 = <&dcan1_pins_default>;
>  };
> -
> -&pcie1_rc {
> -	status = "okay";
> -};
> -- 
> 2.11.0
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ