summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorKyle Tso <kyletso@google.com>2025-01-15 12:45:48 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-08 09:58:14 +0100
commitebba1bebf0362e632f502f1dc43e73a2f101d174 (patch)
tree126329c557d9c53437ac36ffc62e4dc58144e7c4 /scripts/stackusage
parente5dd5bfc3359663f038fa7704bb26c0f2c986174 (diff)
downloadlinux-ebba1bebf0362e632f502f1dc43e73a2f101d174.tar.gz
linux-ebba1bebf0362e632f502f1dc43e73a2f101d174.tar.bz2
linux-ebba1bebf0362e632f502f1dc43e73a2f101d174.zip
usb: dwc3: core: Defer the probe until USB power supply ready
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: 6f0764b5adea ("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>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions