]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
net: phy: realtek: fix handling of RTL8105e-integrated PHY
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 20 Apr 2020 14:03:19 +0000 (16:03 +0200)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 20 Apr 2020 14:22:21 +0000 (16:22 +0200)
commit62bfab40b6380d0029a38d6734336b9aabc4d422
tree0aad2e36bb99d97c5c91775bd43007855775d5a6
parentaeae016e990724e9a5483124de1bec49d867a196
net: phy: realtek: fix handling of RTL8105e-integrated PHY

BugLink: https://bugs.launchpad.net/bugs/1871182
[ No applicable upstream commit ]

After the referenced fix it turned out that one particular RTL8168
chip version (RTL8105e) does not work on 5.4 because no dedicated PHY
driver exists. Adding this PHY driver was done for fixing a different
issue for versions from 5.5 already. I re-send the same change for 5.4
because the commit message differs.

Fixes: 2e8c339b4946 ("r8169: fix PHY driver check on platforms w/o module softdeps")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit 3fcd53b1d859799686a08785afb8990566c31cfa
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git)
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
Acked-by: Seth Forshee <seth.forshee@canonical.com>
Acked-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
drivers/net/phy/realtek.c