summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorXu Yang <xu.yang_2@nxp.com>2026-03-17 11:05:46 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-18 16:22:18 +0100
commit84db3719d27337b952fe382413d341fb95351130 (patch)
tree7142ba55faced598aae641c0165d13af942dd10e /tools/perf/scripts/python/bin/stackcollapse-report
parentd3d959404e6c72e09db8de8893a970edf0ac565d (diff)
usb: dwc3: imx: avoid calling imx suspend/resume callbacks twice
If a runtime suspend is executed followed by a system suspend, the driver may invoke dwc3_imx_suspend() twice, which causes enable_irq() to be called twice as well. This leads to an unbalanced IRQ state and may trigger warnings or malfunction. Prevent this by checking the pm_suspended flag before running the imx suspend/resume path. Fixes: 76fc9452a6bf ("usb: dwc3: introduce flatten model driver of i.MX Soc") Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com> Link: https://patch.msgid.link/20260317030546.1665206-1-xu.yang_2@nxp.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions