Message ID | 20240821055906.27717-1-Divya.Koppera@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Adds support for lan887x phy | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 21 Aug 2024 11:29:04 +0530 you wrote: > From: Divya Koppera <divya.koppera@microchip.com> > > Adds support for lan887x phy and accept autoneg configuration in > phy driver only when feature is enabled in supported list. > > v2 -> v3 > https://lore.kernel.org/lkml/20240813181515.863208-1-divya.koppera@microchip.com > Removed extra braces for linkmode_test_bit in phy library. > > [...] Here is the summary with links: - [net-next,v3,1/2] net: phy: Add phy library support to check supported list when autoneg is enabled https://git.kernel.org/netdev/net-next/c/d4c897675a5a - [net-next,v3,2/2] net: phy: microchip_t1: Adds support for lan887x phy https://git.kernel.org/netdev/net-next/c/0941c8328234 You are awesome, thank you!
From: Divya Koppera <divya.koppera@microchip.com> Adds support for lan887x phy and accept autoneg configuration in phy driver only when feature is enabled in supported list. v2 -> v3 https://lore.kernel.org/lkml/20240813181515.863208-1-divya.koppera@microchip.com Removed extra braces for linkmode_test_bit in phy library. v1 -> v2 https://lore.kernel.org/lkml/20240808145916.26006-1-Divya.Koppera@microchip.com Addresed below review comments - Added phy library support to check supported list when autoneg is enabled. - Removed autoneg enabled check in lan887x phy. - Removed of_mdio macro for LED initialization. - Removed clearing pause frames support from supported list. Divya Koppera (2): net: phy: Add phy library support to check supported list when autoneg is enabled net: phy: microchip_t1: Adds support for lan887x phy drivers/net/phy/microchip_t1.c | 577 ++++++++++++++++++++++++++++++++- drivers/net/phy/phy.c | 5 +- 2 files changed, 580 insertions(+), 2 deletions(-)