From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 20 Jul 2009 23:52:06 -0700 Subject: [U-Boot] [PATCH 4/6] net: phy: bugfixes: mv88E61xx multichip addressing support In-Reply-To: <1247758084-12296-4-git-send-email-prafulla@marvell.com> References: <1247758084-12296-1-git-send-email-prafulla@marvell.com> <1247758084-12296-2-git-send-email-prafulla@marvell.com> <1247758084-12296-3-git-send-email-prafulla@marvell.com> <1247758084-12296-4-git-send-email-prafulla@marvell.com> Message-ID: <4A656596.10708@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Prafulla, Prafulla Wadaskar wrote: > With these fixes, this driver works properly for multi chip > addressging mode > > Bugfixes: > 1. Build error fixed for function mv88e61xx_busychk_multic-fixed > 2. PHY dev address error detection- fixed > 3. wrong busy bit was refered in function mv88e61xx_busychk -fixed > 4. invalid data read ptr was refered for RD_PHY in case of > multichip addressing mode -fixed > > The Multichip Address mode is tested with RD6281A board having > MV88E6165 switch on it > > Signed-off-by: Prafulla Wadaskar > --- Applied to net repo. thanks, Ben