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:	Tue, 20 Jan 2015 19:15:36 +0800
From:	Shawn Guo <shawn.guo@...aro.org>
To:	Fugang Duan <b38611@...escale.com>, davem@...emloft.net
Cc:	netdev@...r.kernel.org, s.hauer@...gutronix.de, stefan@...er.ch,
	linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH net-next v2 1/1] ARM: dts: imx6sx: correct i.MX6sx sdb
 board enet phy address

On Tue, Jan 20, 2015 at 04:48:17PM +0800, Fugang Duan wrote:
> The commit (3d125f9c91c5) cause i.MX6SX sdb enet cannot work. The cause is
> the commit add mdio node with un-correct phy address.
> 
> The patch just correct i.MX6sx sdb board enet phy address.
> 
> V2:
> * As Shawn's suggestion that unit-address should match 'reg' property, so
>   update ethernet-phy unit-address.
> 
> Acked-by: Stefan Agner <stefan@...er.ch>
> Signed-off-by: Fugang Duan <B38611@...escale.com>

Acked-by: Shawn Guo <shawn.guo@...aro.org>

David,

I assume that you will send this fix for 3.19, since commit 3d125f9c91c5
was sent via your tree.  Otherwise, let me know and I will manage to
send it via arm-soc tree.

Shawn

> ---
>  arch/arm/boot/dts/imx6sx-sdb.dts |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6sx-sdb.dts b/arch/arm/boot/dts/imx6sx-sdb.dts
> index 8c1febd..c108bb4 100644
> --- a/arch/arm/boot/dts/imx6sx-sdb.dts
> +++ b/arch/arm/boot/dts/imx6sx-sdb.dts
> @@ -166,12 +166,12 @@
>  		#address-cells = <1>;
>  		#size-cells = <0>;
>  
> -		ethphy1: ethernet-phy@0 {
> -			reg = <0>;
> +		ethphy1: ethernet-phy@1 {
> +			reg = <1>;
>  		};
>  
> -		ethphy2: ethernet-phy@1 {
> -			reg = <1>;
> +		ethphy2: ethernet-phy@2 {
> +			reg = <2>;
>  		};
>  	};
>  };
> -- 
> 1.7.8
> 
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ