Commit 1acfc07
usb: dwc3: Abort suspend on soft disconnect failure
commit 630a1de upstream.
When dwc3_gadget_soft_disconnect() fails, dwc3_suspend_common() keeps
going with the suspend, resulting in a period where the power domain is
off, but the gadget driver remains connected. Within this time frame,
invoking vbus_event_work() will cause an error as it attempts to access
DWC3 registers for endpoint disabling after the power domain has been
completely shut down.
Abort the suspend sequence when dwc3_gadget_suspend() cannot halt the
controller and proceeds with a soft connect.
Fixes: 9f8a67b ("usb: dwc3: gadget: fix gadget suspend/resume")
Cc: stable <stable@kernel.org>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Signed-off-by: Kuen-Han Tsai <khtsai@google.com>
Link: https://lore.kernel.org/r/20250528100315.2162699-1-khtsai@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent efbd9f1 commit 1acfc07
2 files changed
Lines changed: 16 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2388 | 2388 | | |
2389 | 2389 | | |
2390 | 2390 | | |
| 2391 | + | |
2391 | 2392 | | |
2392 | 2393 | | |
2393 | 2394 | | |
| |||
2406 | 2407 | | |
2407 | 2408 | | |
2408 | 2409 | | |
2409 | | - | |
| 2410 | + | |
| 2411 | + | |
| 2412 | + | |
2410 | 2413 | | |
2411 | 2414 | | |
2412 | 2415 | | |
| |||
2441 | 2444 | | |
2442 | 2445 | | |
2443 | 2446 | | |
2444 | | - | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
2445 | 2450 | | |
2446 | 2451 | | |
2447 | 2452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4821 | 4821 | | |
4822 | 4822 | | |
4823 | 4823 | | |
4824 | | - | |
4825 | | - | |
4826 | | - | |
4827 | | - | |
4828 | | - | |
4829 | | - | |
4830 | | - | |
4831 | | - | |
4832 | | - | |
4833 | | - | |
4834 | | - | |
4835 | 4824 | | |
4836 | 4825 | | |
4837 | 4826 | | |
4838 | 4827 | | |
4839 | 4828 | | |
4840 | | - | |
| 4829 | + | |
4841 | 4830 | | |
| 4831 | + | |
| 4832 | + | |
4842 | 4833 | | |
4843 | | - | |
| 4834 | + | |
| 4835 | + | |
| 4836 | + | |
| 4837 | + | |
| 4838 | + | |
| 4839 | + | |
4844 | 4840 | | |
4845 | 4841 | | |
4846 | 4842 | | |
| |||
0 commit comments