]> 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)
commit7d664f3fb3d80d42d17dfbf19b9cfd4cfdb72ce9
treeab369c824c7ea654fd236e28a6757ae736a12b21
parent7d3d4a4e8b12689ec69bcc10ea20ab27db4fc053
parentfda06b0ad354c29b51f3261bcb96368a039afa5f
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>