From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kim Phillips Date: Tue, 25 Mar 2008 19:26:10 -0500 Subject: [U-Boot-Users] [PATCH 7/7] tsec: fix link detection for the RTL8211B PHY In-Reply-To: <20080314202030.GG22581@localhost.localdomain> References: <20080314202030.GG22581@localhost.localdomain> Message-ID: <20080325192610.87a6db60.kim.phillips@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 14 Mar 2008 23:20:30 +0300 Anton Vorontsov wrote: > RTL8211B sets link state register after autonegotiation complete, > so with bootdelay=0 RTL8211B will report lack of the link. > > To fix this, we should wait for aneg to complete, even if the > link is currently down. > > Signed-off-by: Anton Vorontsov > --- > drivers/net/tsec.c | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) applied. Ben: Anton sent this to me and I didn't see you comment; let me know if I'm impeding on your space here; or e.g. whether you'd rather I wait for your ack. Kim