Hello:
This patch was applied to netdev/net.git (main) by Paolo Abeni pabeni@redhat.com:
On Sun, 5 Oct 2025 10:12:03 +0200 you wrote:
Prevent USB runtime PM (autosuspend) for AX88772* in bind.
usbnet enables runtime PM (autosuspend) by default, so disabling it via the usb_driver flag is ineffective. On AX88772B, autosuspend shows no measurable power saving with current driver (no link partner, admin up/down). The ~0.453 W -> ~0.248 W drop on v6.1 comes from phylib powering the PHY off on admin-down, not from USB autosuspend.
[...]
Here is the summary with links: - [net,v3,1/1] net: usb: asix: hold PM usage ref to avoid PM/MDIO + RTNL deadlock https://git.kernel.org/netdev/net/c/3d3c4cd5c62f
You are awesome, thank you!