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

2009-10-31 Thread Kumar Gala
On Oct 30, 2009, at 2:05 PM, Sandeep Gopalpet wrote: > 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 re

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

2009-10-30 Thread Kim Phillips
On Sat, 31 Oct 2009 00:35:04 +0530 Sandeep Gopalpet wrote: > 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

[U-Boot] [PATCH v4 1/2] NET: Move MDIO regs out of TSEC Space

2009-10-30 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 t