linux/drivers/net/fs_enet
Andy Fleming e8a2b6a420 [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>
2006-12-02 00:33:11 -05:00
..
Kconfig Add fs_enet ethernet network driver, for several embedded platforms. 2005-10-28 16:25:58 -04:00
Makefile [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
fec.h [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
fs_enet-main.c [PATCH] PHY: Add support for configuring the PHY connection interface 2006-12-02 00:33:11 -05:00
fs_enet.h [PATCH] Move valid_dma_direction() from x86_64 to generic code 2006-09-29 09:18:10 -07:00
mac-fcc.c [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
mac-fec.c [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
mac-scc.c [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
mii-bitbang.c [PATCH] FS_ENET: use PAL for mii management 2006-08-19 17:44:31 -04:00
mii-fec.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00