All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs
@ 2017-03-22 11:02 Roger Quadros
  2017-03-22 11:02 ` [PATCH v2 1/2] net: phy: Fix PHY AN done state machine " Roger Quadros
  2017-03-22 11:02 ` [PATCH v2 2/2] net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with interrupts Roger Quadros
  0 siblings, 2 replies; 13+ messages in thread
From: Roger Quadros @ 2017-03-22 11:02 UTC (permalink / raw)
  To: f.fainelli
  Cc: andrew, davem, kyle.roeschley, nsekhar, netdev, linux-kernel,
	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

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-04-19 16:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-22 11:02 [PATCH v2 0/2] net: phy: state machine fixes for interrupt driven PHYs Roger Quadros
2017-03-22 11:02 ` [PATCH v2 1/2] net: phy: Fix PHY AN done state machine " Roger Quadros
2017-03-23  9:52   ` Sergei Shtylyov
2017-03-27 11:50     ` Roger Quadros
2017-03-27 11:59   ` [PATCH v3 " Roger Quadros
2017-03-28 10:05     ` Roger Quadros
2017-04-11 11:17       ` Roger Quadros
2017-04-19 16:28         ` Florian Fainelli
2017-03-30 12:59     ` Madalin-Cristian Bucur
2017-03-30 20:02     ` Florian Fainelli
2017-03-31  9:19       ` Roger Quadros
2017-03-22 11:02 ` [PATCH v2 2/2] net: phy: Don't miss phy_suspend() on PHY_HALTED for PHYs with interrupts Roger Quadros
2017-04-19 16:31   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.