net: phy: realtek: fix handling of RTL8105e-integrated PHY
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 7 Apr 2020 22:01:42 +0000 (00:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 08:48:01 +0000 (10:48 +0200)
commit3fcd53b1d859799686a08785afb8990566c31cfa
treed77f742e4cc034855182e2c527d004055b8075c4
parentde850633a01fa06515a89a184d6e9769c160d932
net: phy: realtek: fix handling of RTL8105e-integrated PHY

[ 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>
drivers/net/phy/realtek.c