Skip to content
Snippets Groups Projects
Commit dab10863 authored by Giuseppe Cavallaro's avatar Giuseppe Cavallaro Committed by David S. Miller
Browse files

phy: add suspend/resume in the ic+

parent 5c20a5c7
No related branches found
No related tags found
No related merge requests found
...@@ -116,6 +116,8 @@ static struct phy_driver ip175c_driver = { ...@@ -116,6 +116,8 @@ static struct phy_driver ip175c_driver = {
.config_init = &ip175c_config_init, .config_init = &ip175c_config_init,
.config_aneg = &ip175c_config_aneg, .config_aneg = &ip175c_config_aneg,
.read_status = &ip175c_read_status, .read_status = &ip175c_read_status,
.suspend = genphy_suspend,
.resume = genphy_resume,
.driver = { .owner = THIS_MODULE,}, .driver = { .owner = THIS_MODULE,},
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment