diff options
| author | Shenwei Wang <[email protected]> | 2023-05-23 13:44:12 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2023-05-29 15:53:48 +0100 |
| commit | db3c4e366287cc2ed7b15e74a85bc5a12f5be4b8 (patch) | |
| tree | 01b1f96c0043f0a5132ed71f41255a852b39408a /tools/perf/scripts/python | |
| parent | 622cc875dd2b1e560235e85726c818e58d3541ef (diff) | |
usb: cdns3: imx: Rework system PM to avoid duplicated operations
The current implementation uses the same callbacks for system PM and
runtime PM suspend/resume without any state checking. This can cause the
clocks to be prepared/unprepared twice, leading to kernel warning issues.
This patch resolves the double prepare/unprepare issues by separating the
runtime PM and system PM handling.
Signed-off-by: Shenwei Wang <[email protected]>
Reviewed-by: Frank Li <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions