projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
169a3e6
)
gianfar: Update Marvell PHY name
author
Kumar Gala
<kumar.gala@freescale.com>
Sun, 26 Jun 2005 21:58:51 +0000
(17:58 -0400)
committer
Jeff Garzik
<jgarzik@pobox.com>
Sun, 26 Jun 2005 21:58:51 +0000
(17:58 -0400)
This patch updates the name identifier to list both of the Marvell PHYs
that are supported.
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
drivers/net/gianfar_phy.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/gianfar_phy.c
b/drivers/net/gianfar_phy.c
index 02b16abc89bdf6225c421e83f7c376822e563560..7c965f268a824a8df57e302d7c7272789ce1691a 100644
(file)
--- a/
drivers/net/gianfar_phy.c
+++ b/
drivers/net/gianfar_phy.c
@@
-572,7
+572,7
@@
static struct phy_info phy_info_dm9161 = {
static struct phy_info phy_info_marvell = {
.phy_id = 0x01410c00,
.phy_id_mask = 0xffffff00,
- .name = "Marvell 88E1101",
+ .name = "Marvell 88E1101
/88E1111
",
.features = MII_GBIT_FEATURES,
.config_aneg = &marvell_config_aneg,
.read_status = &marvell_read_status,