Revision fa152f626b24ec2ca3489100d8c5c0a0bce4e2ef authored by Oleksij Rempel on 28 June 2022, 11:43:49 UTC, committed by Jakub Kicinski on 30 June 2022, 03:39:05 UTC
In case of asix_ax88772a_link_change_notify() workaround, we run soft
reset which will automatically clear MII_ADVERTISE configuration. The
PHYlib framework do not know about changed configuration state of the
PHY, so we need use phy_init_hw() to reinit PHY configuration.

Fixes: dde258469257 ("net: usb/phy: asix: add support for ax88772A/C PHYs")
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220628114349.3929928-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 1758bde
History
File Mode Size
samsung
tegra
.gitignore -rw-r--r-- 63 bytes
Kconfig -rw-r--r-- 8.2 KB
Makefile -rw-r--r-- 1.3 KB
atmel-ebi.c -rw-r--r-- 15.3 KB
atmel-sdramc.c -rw-r--r-- 1.7 KB
brcmstb_dpfe.c -rw-r--r-- 24.8 KB
bt1-l2-ctl.c -rw-r--r-- 7.3 KB
da8xx-ddrctl.c -rw-r--r-- 3.9 KB
dfl-emif.c -rw-r--r-- 5.3 KB
emif-asm-offsets.c -rw-r--r-- 222 bytes
emif.c -rw-r--r-- 34.7 KB
emif.h -rw-r--r-- 19.5 KB
fsl-corenet-cf.c -rw-r--r-- 6.2 KB
fsl_ifc.c -rw-r--r-- 8.5 KB
jedec_ddr.h -rw-r--r-- 5.5 KB
jedec_ddr_data.c -rw-r--r-- 3.7 KB
jz4780-nemc.c -rw-r--r-- 10.5 KB
mtk-smi.c -rw-r--r-- 23.0 KB
mvebu-devbus.c -rw-r--r-- 9.2 KB
of_memory.c -rw-r--r-- 12.4 KB
of_memory.h -rw-r--r-- 1.7 KB
omap-gpmc.c -rw-r--r-- 71.9 KB
pl172.c -rw-r--r-- 7.9 KB
pl353-smc.c -rw-r--r-- 3.7 KB
renesas-rpc-if.c -rw-r--r-- 19.6 KB
stm32-fmc2-ebi.c -rw-r--r-- 30.5 KB
ti-aemif.c -rw-r--r-- 12.5 KB
ti-emif-pm.c -rw-r--r-- 9.3 KB
ti-emif-sram-pm.S -rw-r--r-- 11.0 KB

back to top