linux/drivers/net/phy
Andy Fleming 9d9326d3bc phy: Change mii_bus id field to a string
Having the id field be an int was making more complex bus topologies
excessively difficult.  For now, just convert it to a string, and
change all instances of "bus->id = val" to
snprintf(id, MII_BUS_ID_LEN, "%x", val).

Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-16 20:09:35 -04:00
..
broadcom.c phy/broadcom: add support for BCM5481 PHY 2008-03-26 00:19:56 -04:00
cicada.c
davicom.c dm9161: add configuration for MII/RMII 2008-03-05 06:26:56 -05:00
fixed.c phy: Change mii_bus id field to a string 2008-04-16 20:09:35 -04:00
icplus.c
Kconfig FIXED_PHY must depend on PHYLIB=y 2008-03-05 06:34:34 -05:00
lxt.c
Makefile
marvell.c net: marvell.c fix sparse shadowed variable warning 2008-04-04 17:26:15 -04:00
mdio_bus.c
mdio-bitbang.c
phy_device.c
phy.c
qsemi.c
realtek.c
smsc.c
vitesse.c