This series provides fixes for the ASIX AX88179A Ethernet driver in U-Boot, addressing issues with PHY hang and stalling when handling large fragmented packets on the ASIX AX88179A variant.
v1 -> v2: - Fix PHY reset and auto-negotiation restart logic - Remove ADVERTISE_NPAGE bit from MII_ADVERTISE register - Add reproduction steps for large fragmented packet stall - Adjust AX_RX_URB_SIZE to align with updated bulk-in size Tested on a Raspberry Pi 3 Model B V1.2 with the following adapters: - Amazon Basics USB 3.0 to Gigabit Ethernet (B00M77HMU0) - ASIX AX88179 - Hiearcool USB C Hub with Gigabit Ethernet (UCN3610) - ASIX AX88179A - Plugable USB C to Ethernet Adapter (USBC-E1000) - ASIX AX88179 Khoa Hoang (2): eth: asix88179: Fix ASIX AX88179A PHY hang eth: asix88179: packet drop when receiving large fragmented packets drivers/usb/eth/asix88179.c | 45 ++++++++++++++++++++++++++++++------- 1 file changed, 37 insertions(+), 8 deletions(-) -- 2.39.2