[RFC Patch net-next 0/4] net: dsa: microchip: ksz9477: enable interrupt for internal phy link detection

From: Arun Ramadoss
Date: Fri Sep 09 2022 - 12:01:53 EST


This patch series implements the common interrupt handling for ksz9477 based
switches and lan937x. The ksz9477 and lan937x has similar interrupt registers
except ksz9477 has 4 port based interrupts whereas lan937x has 6 interrupts.
The patch moves the phy interrupt hanler implemented in lan937x_main.c to
ksz_common.c, along with the mdio_register functionality.

Arun Ramadoss (4):
net: dsa: microchip: determine number of port irq based on switch type
net: dsa: microchip: enable phy interrupts only if interrupt enabled
in dts
net: dsa: microchip: move interrupt handling logic from lan937x to
ksz_common
net: phy: micrel: enable interrupt for ksz9477 phy

drivers/net/dsa/microchip/ksz_common.c | 437 +++++++++++++++++++++++
drivers/net/dsa/microchip/ksz_common.h | 10 +
drivers/net/dsa/microchip/lan937x_main.c | 425 ----------------------
drivers/net/phy/micrel.c | 2 +
4 files changed, 449 insertions(+), 425 deletions(-)

--
2.36.1