aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth_mii.h
diff options
context:
space:
mode:
authorKim Phillips <kim.phillips@freescale.com>2007-05-11 18:25:07 -0500
committerJeff Garzik <jeff@garzik.org>2007-05-15 17:44:40 -0400
commit4e19b5c193454ade8d86468077078f680d121979 (patch)
treee7550524011f27cf8e13a0aefd65603f3d78c428 /drivers/net/ucc_geth_mii.h
parentsmc911x: fix compilation breakage (diff)
downloadlinux-dev-4e19b5c193454ade8d86468077078f680d121979.tar.xz
linux-dev-4e19b5c193454ade8d86468077078f680d121979.zip
ucc_geth: eliminate max-speed, change interface-type to phy-connection-type
It was agreed that phy-connection-type was a better name for the interface-type property, so this patch renames it. Also, the max-speed property name was determined too generic, and is therefore eliminated in favour of phy-connection-type derivation logic. includes corrections to copyright text. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to '')
-rw-r--r--drivers/net/ucc_geth_mii.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/ucc_geth_mii.h b/drivers/net/ucc_geth_mii.h
index 98430fe0bfc6..d83437039919 100644
--- a/drivers/net/ucc_geth_mii.h
+++ b/drivers/net/ucc_geth_mii.h
@@ -1,13 +1,13 @@
/*
* drivers/net/ucc_geth_mii.h
*
- * Gianfar Ethernet Driver -- MII Management Bus Implementation
- * Driver for the MDIO bus controller in the Gianfar register space
+ * QE UCC Gigabit Ethernet Driver -- MII Management Bus Implementation
+ * Provides Bus interface for MII Management regs in the UCC register space
*
- * Author: Andy Fleming
- * Maintainer: Kumar Gala
+ * Copyright (C) 2007 Freescale Semiconductor, Inc.
*
- * Copyright (c) 2002-2004 Freescale Semiconductor, Inc.
+ * Authors: Li Yang <leoli@freescale.com>
+ * Kim Phillips <kim.phillips@freescale.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the