diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2024-10-07 11:57:41 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-10-09 12:43:46 +0100 |
commit | a6ad589c1d118f9d5b1bc4c6888d42919f830340 (patch) | |
tree | 6c5f3965bfb8e8e2f256db2d9c8fba3f51c9f572 /arch | |
parent | ff8ee11e778520c5716b7f165d2c7ce14d6a068b (diff) |
net: phy: realtek: Fix MMD access on RTL8126A-integrated PHY
All MMD reads return 0 for the RTL8126A-integrated PHY. Therefore phylib
assumes it doesn't support EEE, what results in higher power consumption,
and a significantly higher chip temperature in my case.
To fix this split out the PHY driver for the RTL8126A-integrated PHY
and set the read_mmd/write_mmd callbacks to read from vendor-specific
registers.
Fixes: 5befa3728b85 ("net: phy: realtek: add support for RTL8126A-integrated 5Gbps PHY")
Cc: stable@vger.kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions