]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fix-phy-ignore-interrupts'
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Jan 2016 18:48:51 +0000 (10:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Jan 2016 18:48:51 +0000 (10:48 -0800)
commitb9c0a6a3943da0b54b59a6c4be22b04f7c5dee09
treeab369c824c7ea654fd236e28a6757ae736a12b21
parent3ee00146c471bec051fc2f9cc77b5e736b4bb01a
parentaf8edb509d3d1f9e824a65b502e4e2c01a47e079
Merge branch 'fix-phy-ignore-interrupts'

Florian Fainelli says:

====================
net: phy: Finally fix PHY_IGNORE_INTERRUPTS

This patch series finally fixes how PHY_IGNORE_INTERRUPTS are treated by
avoiding to poll the PHY *and* getting notified from link state changes by the
Ethernet MAC interrupt service routine.

Tested with bcmgenet since this is the HW that I have access to.

Targetting the "net" tree since these are bugfixes, but I would like Woojun and
Andrew to take a look and test that on their respective HW setups as well.
====================

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