All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F
@ 2020-05-13  8:25 Huazhong Tan
  2020-05-13 13:12 ` Andrew Lunn
  0 siblings, 1 reply; 5+ messages in thread
From: Huazhong Tan @ 2020-05-13  8:25 UTC (permalink / raw)
  To: andrew, f.fainelli, hkallweit1, linux, davem
  Cc: netdev, linux-kernel, linuxarm, kuba, Yufeng Mo, Jian Shen, Huazhong Tan

From: Yufeng Mo <moyufeng@huawei.com>

PHY loopback is already supported by genphy driver. This patch
adds the set_loopback interface to RTL8211F PHY driver, so the PHY
selftest can run properly on it.

Signed-off-by: Yufeng Mo <moyufeng@huawei.com>
Signed-off-by: Jian Shen <shenjian15@huawei.com>
Signed-off-by: Huazhong Tan <tanhuazhong@huawei.com>
---
 drivers/net/phy/realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/realtek.c b/drivers/net/phy/realtek.c
index c7229d0..6c5918c 100644
--- a/drivers/net/phy/realtek.c
+++ b/drivers/net/phy/realtek.c
@@ -615,6 +615,7 @@ static struct phy_driver realtek_drvs[] = {
 		.resume		= genphy_resume,
 		.read_page	= rtl821x_read_page,
 		.write_page	= rtl821x_write_page,
+		.set_loopback   = genphy_loopback,
 	}, {
 		.name		= "Generic FE-GE Realtek PHY",
 		.match_phy_device = rtlgen_match_phy_device,
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-18 14:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13  8:25 [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F Huazhong Tan
2020-05-13 13:12 ` Andrew Lunn
2020-05-14  1:32   ` tanhuazhong
2020-05-18  1:49   ` tanhuazhong
2020-05-18 14:50     ` Andrew Lunn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.