]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: improve RTL8168g PHY suspend quirk
authorHeiner Kallweit <hkallweit1@gmail.com>
Wed, 6 Jan 2021 10:49:50 +0000 (11:49 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 7 Jan 2021 22:56:33 +0000 (14:56 -0800)
commit9c23a111610b76a921daf9f2cca83ab49118753d
tree11452c0e73a21753d705247f4b6a0c458d74b109
parentd7c3cd38ddd7a8203b359700ff1bdfb40489e400
r8169: improve RTL8168g PHY suspend quirk

According to Realtek the ERI register 0x1a8 quirk is needed to work
around a hw issue with the PHY on RTL8168g. The register needs to be
changed before powering down the PHY. Currently we don't meet this
requirement, however I'm not aware of any problems caused by this.
Therefore I see the change as an improvement.

The PHY driver has no means to access the chip ERI registers,
therefore we have to intercept MDIO writes to BMCR register.
If the BMCR_PDOWN bit is going to be set, then let's apply the
quirk before actually powering down the PHY.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/realtek/r8169_main.c