aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/dsa
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2021-01-07 14:56:35 -0800
committerJakub Kicinski <kuba@kernel.org>2021-01-07 14:56:36 -0800
commitdd15c4a0ba999905bd53a860ada5ad9d3eb020c2 (patch)
tree11452c0e73a21753d705247f4b6a0c458d74b109 /include/linux/dsa
parentnet: phy: replace mutex_is_locked with lockdep_assert_held in phylib (diff)
parentr8169: improve RTL8168g PHY suspend quirk (diff)
downloadwireguard-linux-dd15c4a0ba999905bd53a860ada5ad9d3eb020c2.tar.xz
wireguard-linux-dd15c4a0ba999905bd53a860ada5ad9d3eb020c2.zip
Merge branch 'r8169-improve-rtl8168g-phy-suspend-quirk'
Heiner Kallweit says: ==================== 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 the BMCR register. If the BMCR_PDOWN bit is going to be set, then let's apply the quirk before actually powering down the PHY. ==================== Link: https://lore.kernel.org/r/9303c2cf-c521-beea-c09f-63b5dfa91b9c@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/dsa')
0 files changed, 0 insertions, 0 deletions