Re: [U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-10-11 Thread Ben Warren
Hi Ilya, On 8/19/2010 2:09 AM, Ilya Yanok wrote: > Some boards need their board-specific PHY quirks to be called > to PHY to work normally. As mpc5xxx_fec driver uses on demand > PHY initialization and can even reinit PHY during normal operation > we can't count on reset_phy() call from arch//li

Re: [U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-09-28 Thread Wolfgang Denk
Dear Ben, ping again... In message <20100913093325.a8a84152...@gemini.denx.de> I wrote: > Dear Ben, > > In message <1282208946-18823-1-git-send-email-ya...@emcraft.com> Ilya Yanok > wrote: > > Some boards need their board-specific PHY quirks to be called > > to PHY to work normally. As mpc5xxx_

Re: [U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-09-13 Thread Wolfgang Denk
Dear Ben, In message <1282208946-18823-1-git-send-email-ya...@emcraft.com> Ilya Yanok wrote: > Some boards need their board-specific PHY quirks to be called > to PHY to work normally. As mpc5xxx_fec driver uses on demand > PHY initialization and can even reinit PHY during normal operation > we ca

[U-Boot] [PATCH] mpc5xxx_fec: add call to reset_phy() after PHY initialization

2010-08-19 Thread Ilya Yanok
Some boards need their board-specific PHY quirks to be called to PHY to work normally. As mpc5xxx_fec driver uses on demand PHY initialization and can even reinit PHY during normal operation we can't count on reset_phy() call from arch//lib/board.c (it is most likely called _before_ we init the PHY