提交 3c4c3b3e 编写于 作者: H Heiner Kallweit 提交者: David S. Miller

net: phy: smsc: enable edpd tunable support

Enable EDPD PHY tunable support for all drivers using
lan87xx_read_status.
Signed-off-by: NHeiner Kallweit <hkallweit1@gmail.com>
Reviewed-by: NSimon Horman <simon.horman@corigine.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 657de1cf
......@@ -469,6 +469,9 @@ static struct phy_driver smsc_phy_driver[] = {
.get_strings = smsc_get_strings,
.get_stats = smsc_get_stats,
.get_tunable = smsc_phy_get_tunable,
.set_tunable = smsc_phy_set_tunable,
.suspend = genphy_suspend,
.resume = genphy_resume,
}, {
......@@ -513,6 +516,9 @@ static struct phy_driver smsc_phy_driver[] = {
.get_strings = smsc_get_strings,
.get_stats = smsc_get_stats,
.get_tunable = smsc_phy_get_tunable,
.set_tunable = smsc_phy_set_tunable,
.suspend = genphy_suspend,
.resume = genphy_resume,
}, {
......@@ -539,6 +545,9 @@ static struct phy_driver smsc_phy_driver[] = {
.get_strings = smsc_get_strings,
.get_stats = smsc_get_stats,
.get_tunable = smsc_phy_get_tunable,
.set_tunable = smsc_phy_set_tunable,
.suspend = genphy_suspend,
.resume = genphy_resume,
}, {
......@@ -569,6 +578,9 @@ static struct phy_driver smsc_phy_driver[] = {
.get_strings = smsc_get_strings,
.get_stats = smsc_get_stats,
.get_tunable = smsc_phy_get_tunable,
.set_tunable = smsc_phy_set_tunable,
.suspend = genphy_suspend,
.resume = genphy_resume,
} };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册