From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vps0.lunn.ch ([185.16.172.187]:34042 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbeCQTe1 (ORCPT ); Sat, 17 Mar 2018 15:34:27 -0400 From: Andrew Lunn To: David Miller Cc: netdev , Andrew Lunn Subject: [PATCH net-next 0/3] Automatic PHY interrupts Date: Sat, 17 Mar 2018 20:32:02 +0100 Message-Id: <1521315125-25124-1-git-send-email-andrew@lunn.ch> Sender: netdev-owner@vger.kernel.org List-ID: 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