Message ID | 20220902103210.10743-1-arun.ramadoss@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: dsa: microchip: lan937x: enable interrupt for internal phy link detection | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 2 Sep 2022 16:02:07 +0530 you wrote: > This patch series enables the internal phy link detection for lan937x using the > interrupt method. lan937x acts as the interrupt controller for the internal > ports and phy, the irq_domain is registered for the individual ports and in > turn for the individual port interrupts. > > RFC v3 -> Patch v1 > - Removed the RFC v3 1/3 from the series - changing exit from reset > - Changed the variable name in ksz_port from irq to pirq > - Added the check for return value of irq_find_mapping during phy irq > registeration. > - Moved the clearing of POR_READY_INT from girq_thread_fn to > lan937x_reset_switch > > [...] Here is the summary with links: - [net-next,1/3] net: dsa: microchip: add reference to ksz_device inside the ksz_port https://git.kernel.org/netdev/net-next/c/f3c165459c51 - [net-next,2/3] net: dsa: microchip: lan937x: clear the POR_READY_INT status bit https://git.kernel.org/netdev/net-next/c/f313936261ac - [net-next,3/3] net: dsa: microchip: lan937x: add interrupt support for port phy link https://git.kernel.org/netdev/net-next/c/c9cd961c0d43 You are awesome, thank you!