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
damon
.gitignore -rw-r--r-- 60 bytes
active_mm.rst -rw-r--r-- 3.8 KB
arch_pgtable_helpers.rst -rw-r--r-- 18.2 KB
balance.rst -rw-r--r-- 5.3 KB
bootmem.rst -rw-r--r-- 73 bytes
free_page_reporting.rst -rw-r--r-- 2.0 KB
frontswap.rst -rw-r--r-- 13.6 KB
highmem.rst -rw-r--r-- 7.0 KB
hmm.rst -rw-r--r-- 21.0 KB
hugetlbfs_reserv.rst -rw-r--r-- 28.8 KB
hwpoison.rst -rw-r--r-- 5.8 KB
index.rst -rw-r--r-- 1.4 KB
ksm.rst -rw-r--r-- 3.4 KB
memory-model.rst -rw-r--r-- 7.9 KB
mmu_notifier.rst -rw-r--r-- 4.1 KB
numa.rst -rw-r--r-- 8.6 KB
oom.rst -rw-r--r-- 106 bytes
overcommit-accounting.rst -rw-r--r-- 2.7 KB
page_allocation.rst -rw-r--r-- 85 bytes
page_cache.rst -rw-r--r-- 70 bytes
page_frags.rst -rw-r--r-- 2.3 KB
page_migration.rst -rw-r--r-- 13.1 KB
page_owner.rst -rw-r--r-- 7.3 KB
page_reclaim.rst -rw-r--r-- 76 bytes
page_table_check.rst -rw-r--r-- 2.4 KB
page_tables.rst -rw-r--r-- 73 bytes
physical_memory.rst -rw-r--r-- 85 bytes
process_addrs.rst -rw-r--r-- 91 bytes
remap_file_pages.rst -rw-r--r-- 1.6 KB
shmfs.rst -rw-r--r-- 112 bytes
slab.rst -rw-r--r-- 85 bytes
slub.rst -rw-r--r-- 16.4 KB
split_page_table_lock.rst -rw-r--r-- 3.6 KB
swap.rst -rw-r--r-- 52 bytes
transhuge.rst -rw-r--r-- 8.2 KB
unevictable-lru.rst -rw-r--r-- 26.1 KB
vmalloc.rst -rw-r--r-- 154 bytes
vmalloced-kernel-stacks.rst -rw-r--r-- 5.6 KB
vmemmap_dedup.rst -rw-r--r-- 11.1 KB
z3fold.rst -rw-r--r-- 1.2 KB
zsmalloc.rst -rw-r--r-- 3.0 KB

back to top