On Fri, 02 May 2025 17:26:06 +0800, Wayne Chang wrote:
When transitioning from USB_ROLE_DEVICE to USB_ROLE_NONE, the code assumed that the regulator should be disabled. However, if the regulator is marked as always-on, regulator_is_enabled() continues to return true, leading to an incorrect attempt to disable a regulator which is not enabled.
This can result in warnings such as:
[...]
Applied, thanks!
[1/1] phy: tegra: xusb: Fix unbalanced regulator disable in UTMI PHY mode commit: cefc1caee9dd06c69e2d807edc5949b329f52b22
Best regards,