This patch adds a PHY Abstraction Layer to the Linux Kernel, enabling
ethernet drivers to remain as ignorant as is reasonable of the connected PHY's design and operation details. Signed-off-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Showing
This diff is collapsed.
drivers/net/phy/Kconfig
0 → 100644
drivers/net/phy/Makefile
0 → 100644
drivers/net/phy/cicada.c
0 → 100644
drivers/net/phy/davicom.c
0 → 100644
drivers/net/phy/lxt.c
0 → 100644
drivers/net/phy/marvell.c
0 → 100644
drivers/net/phy/mdio_bus.c
0 → 100644
drivers/net/phy/phy.c
0 → 100644
This diff is collapsed.
drivers/net/phy/phy.c.orig
0 → 100644
This diff is collapsed.
drivers/net/phy/phy_device.c
0 → 100644
This diff is collapsed.
drivers/net/phy/qsemi.c
0 → 100644
include/linux/phy.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment