[PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs

2017-03-22 Thread Roger Quadros
Hi,

These 2 patches fix the following 2 issues with the PHY state machine
when used with interrupt driven PHYs.

- PHY link not coming up if Ethernet cable is plugged before Ethernet network
interface is brought up.

- PHY not being suspended when PHY is halted.

cheers,
-roger

Roger Quadros (2):
  net: phy: Fix PHY AN done state machine for interrupt driven PHYs
  net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with
interrupts

 drivers/net/phy/phy.c | 5 +
 1 file changed, 5 insertions(+)

-- 
2.7.4



[PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs

2017-03-22 Thread Roger Quadros
Hi,

These 2 patches fix the following 2 issues with the PHY state machine
when used with interrupt driven PHYs.

- PHY link not coming up if Ethernet cable is plugged before Ethernet network
interface is brought up.

- PHY not being suspended when PHY is halted.

cheers,
-roger

Roger Quadros (2):
  net: phy: Fix PHY AN done state machine for interrupt driven PHYs
  net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with
interrupts

 drivers/net/phy/phy.c | 5 +
 1 file changed, 5 insertions(+)

-- 
2.7.4