From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Liu Date: Mon, 14 Jan 2008 15:32:08 +0800 Subject: [U-Boot-Users] [PATCH 2/4] TSEC: Add the support for RealTekRTL8211B PHY In-Reply-To: <58A20A281BAF1047B4EAE68DE5C0BDC2C0E2D6@zch01exm21.fsl.freescale.net> References: <1200048328.4481.5.camel@localhost.localdomain> <2acbd3e40801111154t79a49aascb1ae0c4aed21959@mail.gmail.com> <58A20A281BAF1047B4EAE68DE5C0BDC2C0E2D6@zch01exm21.fsl.freescale.net> Message-ID: <1200295928.3652.0.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2008-01-12 at 10:21 +0800, Liu Dave wrote: > > I'd prefer if we didn't unnecessarily proliferate phy-specific > status > > code. Does the generic mii_parse_sr() function not work for the > > RTL8211B? If so, this is fine. Otherwise, let's not have 10 > > different versions of the same code, just because many PHYs have > their > > own non-standard registers. > > I will try to the generic mii_parse_sr in next week. not work for RTL8211B, please add the specific code to tsec.c Thanks, Dave