Home
last modified time | relevance | path

Searched hist:c59c085731571d8e04344f815fd3a25bb0f69ae1 (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/board/LaCie/common/
H A Dcommon.hc59c085731571d8e04344f815fd3a25bb0f69ae1 Tue Jun 05 13:16:00 UTC 2012 Simon Guinot <simon.guinot@sequanux.org> ARM: don't probe PHY address for LaCie boards

The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
H A Dcommon.cc59c085731571d8e04344f815fd3a25bb0f69ae1 Tue Jun 05 13:16:00 UTC 2012 Simon Guinot <simon.guinot@sequanux.org> ARM: don't probe PHY address for LaCie boards

The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
/rk3399_rockchip-uboot/board/LaCie/edminiv2/
H A Dedminiv2.cc59c085731571d8e04344f815fd3a25bb0f69ae1 Tue Jun 05 13:16:00 UTC 2012 Simon Guinot <simon.guinot@sequanux.org> ARM: don't probe PHY address for LaCie boards

The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
/rk3399_rockchip-uboot/board/LaCie/net2big_v2/
H A Dnet2big_v2.cc59c085731571d8e04344f815fd3a25bb0f69ae1 Tue Jun 05 13:16:00 UTC 2012 Simon Guinot <simon.guinot@sequanux.org> ARM: don't probe PHY address for LaCie boards

The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>
/rk3399_rockchip-uboot/board/LaCie/netspace_v2/
H A Dnetspace_v2.cc59c085731571d8e04344f815fd3a25bb0f69ae1 Tue Jun 05 13:16:00 UTC 2012 Simon Guinot <simon.guinot@sequanux.org> ARM: don't probe PHY address for LaCie boards

The command miiphy_read(name, 0xEE, 0xEE, (u16 *) &devadr) always
returns 8 for the PHY address. It is the reset value for the PHY
Address Register. Obviously, this default value could be incorrect.
Moreover, as the PHY address is well known, there is no need to
auto-detect it.

Now, the PHY address must given as a parameter to the PHY initialization
function. Additionally this patch also fixes some aesthetic issues.

Signed-off-by: Simon Guinot <simon.guinot@sequanux.org>