OSDN Git Service

net: phy: meson-gxl: reuse functionality of the SMSC PHY driver
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 18 Mar 2023 20:36:04 +0000 (21:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 20 Mar 2023 10:24:09 +0000 (10:24 +0000)
commitbe66fcc16ce677eaf4b119861d468dc1881a13aa
treed74d0aed67b4a710b416ed2723dcfabd8592865c
parenta69e332b4ef9f697a4558bab9c442a02b3659fcb
net: phy: meson-gxl: reuse functionality of the SMSC PHY driver

The Amlogic Meson internal PHY's have the same register layout as
certain SMSC PHY's (also for non-c22-standard registers). This seems
to be more than just coincidence. Apparently they also need the same
workaround for EDPD mode (energy detect power down). Therefore let's
reuse SMSC PHY driver functionality in the meson-gxl PHY driver.

Tested with a G12A internal PHY. I don't have GXL test hw,
therefore I replace only the callbacks that are identical in
the SMSC PHY driver.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/Kconfig
drivers/net/phy/meson-gxl.c