[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1521315125-25124-1-git-send-email-andrew@lunn.ch>
Date: Sat, 17 Mar 2018 20:32:02 +0100
From: Andrew Lunn <andrew@...n.ch>
To: David Miller <davem@...emloft.net>
Cc: netdev <netdev@...r.kernel.org>, Andrew Lunn <andrew@...n.ch>
Subject: [PATCH net-next 0/3] 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.
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
Powered by blists - more mailing lists