Message ID | 20220304094401.31375-1-arun.ramadoss@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | Add support for LAN937x T1 Phy Driver | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 4 Mar 2022 15:13:55 +0530 you wrote: > LAN937x is a Multi-port 100Base-T1 Switch and it internally uses LAN87xx > T1 Phy. This series of patch update the initialization routine for the > LAN87xx phy and also add LAN937x part support. Added the T1 Phy > master-slave configuration through ethtool. > > Arun Ramadoss (6): > net: phy: used genphy_soft_reset for phy reset in LAN87xx > net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX > net: phy: removed empty lines in LAN87XX > net: phy: updated the initialization routine for LAN87xx > net: phy: added the LAN937x phy support > net: phy: added ethtool master-slave configuration support > > [...] Here is the summary with links: - [net-next,1/6] net: phy: used genphy_soft_reset for phy reset in LAN87xx https://git.kernel.org/netdev/net-next/c/8eee3d353626 - [net-next,2/6] net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XX https://git.kernel.org/netdev/net-next/c/79cea9a9c93a - [net-next,3/6] net: phy: removed empty lines in LAN87XX https://git.kernel.org/netdev/net-next/c/ccc8cc5badde - [net-next,4/6] net: phy: updated the initialization routine for LAN87xx https://git.kernel.org/netdev/net-next/c/8637034bc63f - [net-next,5/6] net: phy: added the LAN937x phy support https://git.kernel.org/netdev/net-next/c/680baca546f2 - [net-next,6/6] net: phy: added ethtool master-slave configuration support https://git.kernel.org/netdev/net-next/c/8a1b415d70b7 You are awesome, thank you!