[PATCH] PHY: Add support for configuring the PHY connection interface
authorAndy Fleming <afleming@freescale.com>
Fri, 1 Dec 2006 18:01:06 +0000 (12:01 -0600)
committerJeff Garzik <jeff@garzik.org>
Sat, 2 Dec 2006 05:33:11 +0000 (00:33 -0500)
commite8a2b6a4207332a2d59628a12cece9e8c1d769e4
tree31028a18413517ed3024450c20cd2e919441b437
parentcabdfb373ae74036225826ce260c16a8e260eb0b
[PATCH] PHY: Add support for configuring the PHY connection interface

Most PHYs connect to an ethernet controller over a GMII or MII
interface.  However, a growing number are connected over
different interfaces, such as RGMII or SGMII.

The ethernet driver will tell the PHY what type of connection it
is by setting it manually, or passing it in through phy_connect
(or phy_attach).

Changes include:
* Updates to documentation
* Updates to PHY Lib consumers
* Changes to PHY Lib to add interface support
* Some minor changes to whitespace in phy.h
* gianfar driver now detects interface and passes appropriate
  value to PHY Lib
Signed-off-by: Andrew Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Documentation/networking/phy.txt
drivers/net/au1000_eth.c
drivers/net/fs_enet/fs_enet-main.c
drivers/net/gianfar.c
drivers/net/gianfar.h
drivers/net/phy/phy_device.c
include/linux/phy.h