From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sat, 06 Feb 2010 23:04:36 -0800 Subject: [U-Boot] [PATCH] NET: kirkwood-egiga smi access fix In-Reply-To: <1263879547-17592-1-git-send-email-gores@marvell.com> References: <1263879547-17592-1-git-send-email-gores@marvell.com> Message-ID: <4B6E6604.8000501@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 Siddarth, On 1/18/2010 9:39 PM, Siddarth Gore wrote: > Although the datasheet mentions seperate smi registers for each > port, using Port 1 smi register to access ethernet phys does not > work. Hence only Port 0 smi register should be used to access all > devices connected to the smi bus. This behavior is consistant with > the mv643xx driver in the linux kernel. > > Signed-off-by: Siddarth Gore > Acked-by: Prafulla Wadaskar > --- > drivers/net/kirkwood_egiga.c | 13 +++++++------ > 1 files changed, 7 insertions(+), 6 deletions(-) > Applied to net repo. thanks, Ben