Re: [PATCH] net: phy: reset only targeted phy

2015-12-03 Thread David Miller
From: Jérôme Pouiller Date: Thu, 3 Dec 2015 10:02:35 +0100 > It is possible to address another chip on same MDIO bus. The case is > correctly handled for media advertising. It is taken into account > only if mii_data->phy_id == phydev->addr. However, this condition > was missing for reset case.

[PATCH] net: phy: reset only targeted phy

2015-12-03 Thread Jérôme Pouiller
It is possible to address another chip on same MDIO bus. The case is correctly handled for media advertising. It is taken into account only if mii_data->phy_id == phydev->addr. However, this condition was missing for reset case. Signed-off-by: Jérôme Pouiller --- drivers/net/phy/phy.c | 3 ++- 1