Re: [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F

2020-05-18 Thread Andrew Lunn
> Hi, Andrew. > > There are two type of phys we are using, rtl8211f and "Marvell 88E1512". > "Marvell 88E1512" has already supported loopback > (f0f9b4ed2338 ("net: phy: Add phy loopback support in net phy framework")). > So now we adds loopback support to the rtl8211f. > From the data sheet othe

Re: [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F

2020-05-17 Thread tanhuazhong
On 2020/5/13 21:12, Andrew Lunn wrote: On Wed, May 13, 2020 at 04:25:44PM +0800, Huazhong Tan wrote: From: Yufeng Mo 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

Re: [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F

2020-05-13 Thread tanhuazhong
On 2020/5/13 21:12, Andrew Lunn wrote: On Wed, May 13, 2020 at 04:25:44PM +0800, Huazhong Tan wrote: From: Yufeng Mo 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

Re: [PATCH net-next] net: phy: realtek: add loopback support for RTL8211F

2020-05-13 Thread Andrew Lunn
On Wed, May 13, 2020 at 04:25:44PM +0800, Huazhong Tan wrote: > From: Yufeng Mo > > 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 > Signed-off-by

[PATCH net-next] net: phy: realtek: add loopback support for RTL8211F

2020-05-13 Thread Huazhong Tan
From: Yufeng Mo 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 Signed-off-by: Jian Shen Signed-off-by: Huazhong Tan --- drivers/net/phy/realtek.c | 1 +