Re: [U-Boot] [PATCH] net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop

2010-02-06 Thread Ben Warren
Stefan, On 2/2/2010 4:43 AM, Stefan Roese wrote: This patch fixes a problem I've notived on a buggy PPC4xx system. This system has problems with the PHY MDIO communication and seemed to be stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU didn't crash, but only hung in

[U-Boot] [PATCH] net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop

2010-02-02 Thread Stefan Roese
This patch fixes a problem I've notived on a buggy PPC4xx system. This system has problems with the PHY MDIO communication and seemed to be stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU didn't crash, but only hung in this counting loop for about 2 minutes. This patch now

Re: [U-Boot] [PATCH] net: Use 0.5 sec timeout in miiphy_reset() instead of counting loop

2010-02-02 Thread Ladislav Michl
On Tue, Feb 02, 2010 at 01:43:48PM +0100, Stefan Roese wrote: This patch fixes a problem I've notived on a buggy PPC4xx system. This system has problems with the PHY MDIO communication and seemed to be stuck/crashed in miiphy_reset(). But degugging revealed, that the CPU didn't crash, but only