提交 49cc4c7d 编写于 作者: A Alexandru Ardelean 提交者: David S. Miller

net: phy: adin: hook genphy_{suspend, resume} into the driver

The chip supports standard suspend/resume via BMCR reg.
Hook these functions into the `adin` driver.
Reviewed-by: NFlorian Fainelli <f.fainelli@gmail.com>
Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
Signed-off-by: NAlexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9c102981
...@@ -26,6 +26,8 @@ static struct phy_driver adin_driver[] = { ...@@ -26,6 +26,8 @@ static struct phy_driver adin_driver[] = {
.config_init = adin_config_init, .config_init = adin_config_init,
.config_aneg = genphy_config_aneg, .config_aneg = genphy_config_aneg,
.read_status = genphy_read_status, .read_status = genphy_read_status,
.resume = genphy_resume,
.suspend = genphy_suspend,
}, },
{ {
PHY_ID_MATCH_MODEL(PHY_ID_ADIN1300), PHY_ID_MATCH_MODEL(PHY_ID_ADIN1300),
...@@ -33,6 +35,8 @@ static struct phy_driver adin_driver[] = { ...@@ -33,6 +35,8 @@ static struct phy_driver adin_driver[] = {
.config_init = adin_config_init, .config_init = adin_config_init,
.config_aneg = genphy_config_aneg, .config_aneg = genphy_config_aneg,
.read_status = genphy_read_status, .read_status = genphy_read_status,
.resume = genphy_resume,
.suspend = genphy_suspend,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册