+21
−9
Loading
stable inclusion from stable-v6.6.76 commit 876b1bf63b6f40107d3d5e685127f4b9ba1469fd category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IBW08Q Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=876b1bf63b6f40107d3d5e685127f4b9ba1469fd -------------------------------- commit 66e0ea341a2a78d14336117f19763bd9be26d45d upstream. Currently, DWC3 driver attempts to acquire the USB power supply only once during the probe. If the USB power supply is not ready at that time, the driver simply ignores the failure and continues the probe, leading to permanent non-functioning of the gadget vbus_draw callback. Address this problem by delaying the dwc3 driver initialization until the USB power supply is registered. Fixes: 6f0764b5 ("usb: dwc3: add a power supply for current control") Cc: stable <stable@kernel.org> Signed-off-by:Kyle Tso <kyletso@google.com> Acked-by:
Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://lore.kernel.org/r/20250115044548.2701138-1-kyletso@google.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> (cherry picked from commit 876b1bf63b6f40107d3d5e685127f4b9ba1469fd) Signed-off-by:
Wentao Guan <guanwentao@uniontech.com>