]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'at803x'
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Jun 2014 22:50:45 +0000 (15:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jun 2014 22:50:45 +0000 (15:50 -0700)
commit5a687dbbd4b76f54ff41cded7e4b1fd44cbd88fb
tree268100006a23483618c21fc14dd2aff0c728488b
parent5fa4f19514fddfa61087d69294c1ab4d8c7ffa67
parentb3f5b278524446e6ac2d3983f158d1711d6047ce
Merge branch 'at803x'

Daniel Mack says:

====================
Handle stuck TX queue bug in AT8030 PHY

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.

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

Signed-off-by: David S. Miller <davem@davemloft.net>