]> 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)
commit2a0965ffd31b459a22a1bc228d75c3da00c3c696
treed0669876ce2f0829c5f48dca950625ffe3d90fd3
parente2771b0c0306fec60205bd68cf31805a3ab0f27f
parent24ea304c3fdcbd46817d712f770cddc3fe0e9f85
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>