projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c20a5c
)
phy: add suspend/resume in the ic+
author
Giuseppe Cavallaro
<peppe.cavallaro@st.com>
Tue, 20 Jul 2010 20:24:25 +0000
(13:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Jul 2010 20:24:25 +0000
(13:24 -0700)
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/icplus.c
patch
|
blob
|
history
diff --git
a/drivers/net/phy/icplus.c
b/drivers/net/phy/icplus.c
index 439adafeacb1bfed9974e13bc62ff8bb4651d3a7..3f2583f18a39c3756c6296055a811cb1f1122f4e 100644
(file)
--- a/
drivers/net/phy/icplus.c
+++ b/
drivers/net/phy/icplus.c
@@
-116,6
+116,8
@@
static struct phy_driver ip175c_driver = {
.config_init = &ip175c_config_init,
.config_aneg = &ip175c_config_aneg,
.read_status = &ip175c_read_status,
+ .suspend = genphy_suspend,
+ .resume = genphy_resume,
.driver = { .owner = THIS_MODULE,},
};