Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-09-22 Thread Wolfgang Ocker
On Mon, 2008-09-22 at 14:59 +0200, Stefan Roese wrote: > This commit: > > 78d78236896d62bb8ca7302af38d8f1493eb2651 > > ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY > > This patch adds GPCS, SGMII and M88E1112 PHY support > for the AMCC PPC460GT/EX processors. > >

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-09-22 Thread Stefan Roese
Hi Wolfgang, On Tuesday 26 August 2008, Wolfgang Ocker wrote: > This patch allows a managed switch like the 88E6083 to be directly > connected to a 4xx using PHY mode. > > It avoids waiting for a link (it's always there) and uses fixed values > for speed and duplex mode since both settings are har

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Ben Warren
Wolfgang Ocker wrote: > Hi Wolfgang! > > On Tue, 2008-08-26 at 20:52 +0200, Wolfgang Denk wrote: > >> In message <[EMAIL PROTECTED]> you wrote: >> >>> This patch allows a managed switch like the 88E6083 to be directly >>> connected to a 4xx using PHY mode. >>> >>> It avoids waiting for a li

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
Hello Grant! On Tue, 2008-08-26 at 12:12 -0700, Grant Erickson wrote: > Are ports 8/9 truly "unmanaged" or are they like ports 4/5 on the M88E6061 > in which the ports have MDIO/MII interfaces but do not follow IEEE register > conventions? > If the former, then I think it is better to just pull t

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
Hi Wolfgang! On Tue, 2008-08-26 at 20:52 +0200, Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: > > This patch allows a managed switch like the 88E6083 to be directly > > connected to a 4xx using PHY mode. > > > > It avoids waiting for a link (it's always there) and uses fixed va

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Grant Erickson
On 8/26/08 11:11 AM, Wolfgang Ocker wrote: > This patch allows a managed switch like the 88E6083 to be directly > connected to a 4xx using PHY mode. > > It avoids waiting for a link (it's always there) and uses fixed values > for speed and duplex mode since both settings are hardware controlled. >

Re: [U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Denk
Dear Wolfgang Ocker, In message <[EMAIL PROTECTED]> you wrote: > This patch allows a managed switch like the 88E6083 to be directly > connected to a 4xx using PHY mode. > > It avoids waiting for a link (it's always there) and uses fixed values > for speed and duplex mode since both settings are h

[U-Boot] [PATCH] ppc4xx - allow usage of fixed/unmanaged PHYs

2008-08-26 Thread Wolfgang Ocker
This patch allows a managed switch like the 88E6083 to be directly connected to a 4xx using PHY mode. It avoids waiting for a link (it's always there) and uses fixed values for speed and duplex mode since both settings are hardware controlled. Should I use "FIXED" instead of "UNMANAGED" (so calle