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]
Date:	Wed, 17 Sep 2014 07:25:38 +0200
From:	Michal Simek <michal.simek@...inx.com>
To:	Soren Brinkmann <soren.brinkmann@...inx.com>,
	Michal Simek <michal.simek@...inx.com>
CC:	<linux-arm-kernel@...ts.infradead.org>,
	<linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>
Subject: Re: [PATCH] ARM: zynq: DT: Fix GEM register area size

On 09/16/2014 05:08 PM, Soren Brinkmann wrote:
> The size of the GEM's register area is only 0x1000 bytes.
> 
> Signed-off-by: Soren Brinkmann <soren.brinkmann@...inx.com>
> ---
>  arch/arm/boot/dts/zynq-7000.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/zynq-7000.dtsi b/arch/arm/boot/dts/zynq-7000.dtsi
> index 6cc83d4c6c76..3eb12f25e669 100644
> --- a/arch/arm/boot/dts/zynq-7000.dtsi
> +++ b/arch/arm/boot/dts/zynq-7000.dtsi
> @@ -190,7 +190,7 @@
>  
>  		gem0: ethernet@...0b000 {
>  			compatible = "cdns,gem";
> -			reg = <0xe000b000 0x4000>;
> +			reg = <0xe000b000 0x1000>;
>  			status = "disabled";
>  			interrupts = <0 22 4>;
>  			clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
> @@ -199,7 +199,7 @@
>  
>  		gem1: ethernet@...0c000 {
>  			compatible = "cdns,gem";
> -			reg = <0xe000c000 0x4000>;
> +			reg = <0xe000c000 0x1000>;
>  			status = "disabled";
>  			interrupts = <0 45 4>;
>  			clocks = <&clkc 31>, <&clkc 31>, <&clkc 14>;
> 

Applied.

Thanks,
Michal


Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ