]> git.karo-electronics.de Git - linux-beck.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)
commit4f2aaf7dd95b2f82a01469049d4aee8071bcd935
treeab369c824c7ea654fd236e28a6757ae736a12b21
parentceb6560a4cf3a2667209e6869f4fb8f6da6ef55f
parent49f7a471e4d172fc80140beccf6b3409b117b130
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>