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.
Andrew Lunn (3): net: dsa: mv88e6xxx: Add missing g1 IRQ numbers net: dsa: mv88e6xxx: Add number of internal PHYs net: dsa: mv88e6xxx: Add MDIO interrupts for internal PHYs drivers/net/dsa/mv88e6xxx/chip.c | 40 +++++++++++++++++++++++++++++++++++++ drivers/net/dsa/mv88e6xxx/chip.h | 1 + drivers/net/dsa/mv88e6xxx/global2.c | 32 +++++++++++++++++++++++++++++ drivers/net/dsa/mv88e6xxx/global2.h | 16 +++++++++++++++ 4 files changed, 89 insertions(+) -- 2.16.2