netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Handle stuck TX queue bug in AT8030 PHY
@ 2014-06-18  9:01 Daniel Mack
  2014-06-18  9:01 ` [PATCH v2 1/3] net: phylib: add link_change_notify callback to phy device Daniel Mack
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Daniel Mack @ 2014-06-18  9:01 UTC (permalink / raw)
  To: netdev, f.fainelli; +Cc: davem, marek.belisko, ujhelyi.m, Daniel Mack

These three small patches circument a hardware bug in AT8030 PHYs that
leads to stuck TX FIFO queues when the link goes away while there are
pending patches in der outbound queue. This bug has been confirmed by
the vendor, and their only proposed fix is to apply a hardware reset
every time the link goes down.


Thanks,
Daniel

v1 -> v2:
	* Rename phy device callback from adjust_state to link_change_notify


Daniel Mack (3):
  net: phylib: add link_change_notify callback to phy device
  net: phy: at803x: use #defines for supported PHY ids
  net: phy: at803x: Add support for hardware reset

 drivers/net/phy/at803x.c | 195 ++++++++++++++++++++++++++++++++++++-----------
 drivers/net/phy/phy.c    |   3 +
 include/linux/phy.h      |   9 +++
 3 files changed, 163 insertions(+), 44 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2014-06-21 22:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18  9:01 [PATCH v2 0/3] Handle stuck TX queue bug in AT8030 PHY Daniel Mack
2014-06-18  9:01 ` [PATCH v2 1/3] net: phylib: add link_change_notify callback to phy device Daniel Mack
2014-06-18  9:01 ` [PATCH v2 2/3] net: phy: at803x: use #defines for supported PHY ids Daniel Mack
2014-06-18  9:01 ` [PATCH v2 3/3] net: phy: at803x: Add support for hardware reset Daniel Mack
2014-06-21 22:51 ` [PATCH v2 0/3] Handle stuck TX queue bug in AT8030 PHY David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).