From: Andrew Lunn
Date: Sat, 17 Mar 2018 20:32:02 +0100
> 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 re
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.
Andr