]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0e0167fa4cb5355824f8f0b8ffaadb026ea82a2d
tree31028a18413517ed3024450c20cd2e919441b437
parentb12abce5d897d9653c6e21fe05168cbdc3ba40f4
[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