Re: [U-Boot] [PATCH] NET: Move MDIO regs out of TSEC Space

2009-10-28 Thread Kumar Gopalpet-B05799
-Original Message- From: Phillips Kim-R1AAHA Sent: Wednesday, October 28, 2009 2:24 AM To: Kumar Gopalpet-B05799 Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] NET: Move MDIO regs out of TSEC Space On Sat, 24 Oct 2009 23:39:36 +0530 Sandeep Gopalpet sandeep.ku...@freescale.com

Re: [U-Boot] [PATCH] NET: Move MDIO regs out of TSEC Space

2009-10-27 Thread Kim Phillips
On Sat, 24 Oct 2009 23:39:36 +0530 Sandeep Gopalpet sandeep.ku...@freescale.com wrote: @@ -306,12 +307,11 @@ static int init_phy(struct eth_device *dev) { struct tsec_private *priv = (struct tsec_private *)dev-priv; struct phy_info *curphy; - volatile tsec_t *phyregs =

[U-Boot] [PATCH] NET: Move MDIO regs out of TSEC Space

2009-10-24 Thread Sandeep Gopalpet
Moved the mdio regs out of the tsec structure,and provided different offsets for tsec base and mdio base so that provision for etsec2.0 can be provided. This patch helps in providing the support for etsec2.0 In etsec2.0, the MDIO register space and the etsec reg space are different. Also, moved