Re: [PATCH net-next 1/2] net: phy: add genphy_c45_loopback

2021-03-24 Thread Andrew Lunn
On Wed, Mar 24, 2021 at 12:46:40AM +0800, Wong Vee Khee wrote: > Add generic code to enable C45 PHY loopback into the common phy-c45.c > file. This will allow C45 PHY drivers aceess this by setting > .set_loopback. > > Suggested-by: Heiner Kallweit > Signed-off-by: Wong Vee Khee Reviewed-by: An

Re: [PATCH net-next 1/2] net: phy: add genphy_c45_loopback

2021-03-24 Thread Heiner Kallweit
On 23.03.2021 17:46, Wong Vee Khee wrote: > Add generic code to enable C45 PHY loopback into the common phy-c45.c > file. This will allow C45 PHY drivers aceess this by setting > .set_loopback. > > Suggested-by: Heiner Kallweit > Signed-off-by: Wong Vee Khee > --- > drivers/net/phy/phy-c45.c |

[PATCH net-next 1/2] net: phy: add genphy_c45_loopback

2021-03-23 Thread Wong Vee Khee
Add generic code to enable C45 PHY loopback into the common phy-c45.c file. This will allow C45 PHY drivers aceess this by setting .set_loopback. Suggested-by: Heiner Kallweit Signed-off-by: Wong Vee Khee --- drivers/net/phy/phy-c45.c | 8 include/linux/phy.h | 1 + 2 files chang