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)
commitef57e31e2b6249ed3e39897a2f09d46b4f0bb343
treed0669876ce2f0829c5f48dca950625ffe3d90fd3
parentef44d78d8937146269ec3f0de966817a6d630d5e
parent6f88284f3bd77a0e51de22d4956f07557bcc0dbf
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>