Message ID | 20220307161515.14970-1-arun.ramadoss@microchip.com (mailing list archive) |
---|---|
Headers | show |
Series | net: phy: lan87xx: use genphy_read_master_slave function | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Mon, 7 Mar 2022 21:45:13 +0530 you wrote: > LAN87xx T1 Phy has the same register field as gigabit phy for reading the > master slave configuration. But the genphy_read_master_slave function has a > check of gigabit phy. So refactored the function in such a way, moved the speed > check to the genphy_read_status function. Analyzed the nxp-tja11xx function for > refactoring, but the register for configuring master/slave is nxp specific > which is not extended phy register. > And analyzed the reusing genphy_setup_master_slave, but for LAN87xx > MASTER_ENABLE is always 1 and Preferred state is always 0. So, I didn't try to > change it. > > [...] Here is the summary with links: - [net-next,1/2] net: phy: exported the genphy_read_master_slave function https://git.kernel.org/netdev/net-next/c/64807c232151 - [net-next,2/2] net: phy: lan87xx: use genphy_read_master_slave in read_status https://git.kernel.org/netdev/net-next/c/f1f3a674261e You are awesome, thank you!