From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Tue, 10 Aug 2010 16:23:19 -0400 Subject: [U-Boot] [PATCH] UEC PHY: Speed up initial PHY neg. In-Reply-To: <1281451009-26015-1-git-send-email-Joakim.Tjernlund@transmode.se> References: <1281451009-26015-1-git-send-email-Joakim.Tjernlund@transmode.se> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Aug 10, 2010 at 10:36 AM, Joakim Tjernlund wrote: > Instead of always performing an autoneg, check if the PHY > already has a link and if it matches one of the requested > modes. Initially only 100MbFD is optimized this way. wish the common net/miiphy layer had similar functionality ... -mike