RE: [PATCH] ucc_geth.c, make PHY device optional.
From: Li Yang-r58472 <hidden>
Date: 2007-07-03 03:40:55
Also in:
linuxppc-dev
From: Li Yang-r58472 <hidden>
Date: 2007-07-03 03:40:55
Also in:
linuxppc-dev
-----Original Message----- From: netdev-owner@vger.kernel.org
[mailto:netdev-owner@vger.kernel.org] On
Behalf Of Joakim Tjernlund Sent: Tuesday, July 03, 2007 8:52 AM To: 'linuxppc-dev Development'; 'Netdev'; Li Yang-r58472 Subject: [PATCH] ucc_geth.c, make PHY device optional.quoted
This patch makes the PHY optional for ucc_geth.c ethernet driver. This is useful to support a direct mii to mii connection to, for
example,
quoted
a onboard swicth. Signed-off-by: Joakim Tjernlund <redacted>----
Hi Joakim, I'm wondering if we really need to have the option to disable phylib. Actually we have made phylib selected by default for ucc_geth. Many L2 switch chips have the capacity to be controlled. Therefore they can be managed as a phy device. For the MII interface which is not configurable, shouldn't we use the fixed phy support from Vitaly? - Leo