]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mv88e6xxx-auto-phy-intr'
authorDavid S. Miller <davem@davemloft.net>
Sun, 18 Mar 2018 20:52:59 +0000 (16:52 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Mar 2018 20:52:59 +0000 (16:52 -0400)
commit3f6a5718b3d49a6660bba04a880707f18359b0ce
treed0669876ce2f0829c5f48dca950625ffe3d90fd3
parent9eb24fe50880858f66072e76c53a957f2071ff19
parent4763f7dfc73eb722e2ff95328f3cf3e39e2d76b6
Merge branch 'mv88e6xxx-auto-phy-intr'

Andrew Lunn says:

====================
Automatic PHY interrupts

Now that the mv88e6xxx driver either installs in interrupt handler, or
polls for interrupts, it is possible to always handle PHY interrupts,
rather than have phylib perform the polling. This speeds up detection
of link changes and reduces the load on the MDIO bus, which is
beneficial for PTP.
====================

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