Merge branch 'net-phy-lan87xx-use-genphy_read_master_slave-function'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 8 Mar 2022 12:34:36 +0000 (13:34 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Mar 2022 12:34:36 +0000 (13:34 +0100)
commitd307eab593b283849c13703ca3fd6a5b3908d6f8
treebc7cd52829f79b333fe953954849f955b98c0963
parent6c43a920a5cd26511059751f594c3ac05f9a6125
parentf1f3a674261e08f318a4bbe06391874ffdd9383f
Merge branch 'net-phy-lan87xx-use-genphy_read_master_slave-function'

Arun Ramadoss says:

====================
net: phy: lan87xx: use genphy_read_master_slave function

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.
====================

Link: https://lore.kernel.org/r/20220307161515.14970-1-arun.ramadoss@microchip.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>