Re: [PATCH net-next v2 1/4] net: phy: bcm54140: use genphy_soft_reset()

2020-04-30 Thread David Miller
From: Michael Walle Date: Wed, 29 Apr 2020 01:06:56 +0200 > Set the .soft_reset() op to be sure there will be a reset even if there > is no hardware reset line registered. > > Signed-off-by: Michael Walle > Reviewed-by: Florian Fainelli Applied.

[PATCH net-next v2 1/4] net: phy: bcm54140: use genphy_soft_reset()

2020-04-28 Thread Michael Walle
Set the .soft_reset() op to be sure there will be a reset even if there is no hardware reset line registered. Signed-off-by: Michael Walle Reviewed-by: Florian Fainelli --- changes since v1: - added reviewed-by tags drivers/net/phy/bcm54140.c | 1 + 1 file changed, 1 insertion(+) diff --git