aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/phy.txt
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2012-01-27 13:36:01 +0000
committerDavid S. Miller <davem@davemloft.net>2012-01-30 12:54:40 -0500
commit3396c7823efb3a5b8630388c464e1034ea031ced (patch)
tree35a61f96c9c4fe1a2e191b78d93e6cdaa1e95596 /Documentation/networking/phy.txt
parentMerge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux (diff)
downloadlinux-dev-3396c7823efb3a5b8630388c464e1034ea031ced.tar.xz
linux-dev-3396c7823efb3a5b8630388c464e1034ea031ced.zip
drivers/net: fix up stale paths from driver reorg
The reorganization of the driver layout in drivers/net left behind some stale paths in comments and in Kconfig help text. Bring them up to date. No actual change to any code takes place here. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> CC: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/phy.txt')
-rw-r--r--Documentation/networking/phy.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/networking/phy.txt b/Documentation/networking/phy.txt
index 9eb1ba52013d..95e5f5985a2a 100644
--- a/Documentation/networking/phy.txt
+++ b/Documentation/networking/phy.txt
@@ -62,7 +62,8 @@ The MDIO bus
5) The bus must also be declared somewhere as a device, and registered.
As an example for how one driver implemented an mdio bus driver, see
- drivers/net/gianfar_mii.c and arch/ppc/syslib/mpc85xx_devices.c
+ drivers/net/ethernet/freescale/fsl_pq_mdio.c and an associated DTS file
+ for one of the users. (e.g. "git grep fsl,.*-mdio arch/powerpc/boot/dts/")
Connecting to a PHY