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

From: Heiner Kallweit
Date: Wed Mar 24 2021 - 07:03:13 EST


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 <hkallweit1@xxxxxxxxx>
> Signed-off-by: Wong Vee Khee <vee.khee.wong@xxxxxxxxxxxxxxx>
> ---
> drivers/net/phy/phy-c45.c | 8 ++++++++
> include/linux/phy.h | 1 +
> 2 files changed, 9 insertions(+)
>

LGTM

Reviewed-by: Heiner Kallweit <hkallweit1@xxxxxxxxx>