]> git.baikalelectronics.ru Git - kernel.git/commit
r8169: load Realtek PHY driver module before r8169
authorHeiner Kallweit <hkallweit1@gmail.com>
Mon, 7 Jan 2019 20:49:09 +0000 (21:49 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jan 2019 21:40:00 +0000 (16:40 -0500)
commit6c259d038cf9a84d8ed3578cd9833cec11f68e3c
tree5a862c7059f48b46d0dd50abb2399800be2b1e35
parent3ba023909fd8a92cb7ce3dfa78e98208014f10a5
r8169: load Realtek PHY driver module before r8169

This soft dependency works around an issue where sometimes the genphy
driver is used instead of the dedicated PHY driver. The root cause of
the issue isn't clear yet. People reported the unloading/re-loading
module r8169 helps, and also configuring this soft dependency in
the modprobe config files. Important just seems to be that the
realtek module is loaded before r8169.

Once this has been applied preliminary fix 38af4b903210 ("net: phy:
add workaround for issue where PHY driver doesn't bind to the device")
will be removed.

Fixes: 14601b54e374 ("r8169: add basic phylib support")
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169.c