summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJiawen Liu <1298662399@qq.com>2026-06-20 12:39:31 +0400
committerMark Brown <broonie@kernel.org>2026-06-30 12:37:09 +0100
commit5d14285d60ba95561609a293064654a0c7d7d928 (patch)
tree7c427e5f680abe6d8f4113d6f2cabefeb7095d1e /tools/perf/scripts/python/bin
parent2543355f3da56a297e3803ccb5d29f4dce5f18f1 (diff)
spi: nxp-fspi: disable runtime PM on probe failures
nxp_fspi_probe() enables runtime PM and autosuspend before several operations that can fail. Some failure paths returned directly before the devm cleanup action was installed, leaving runtime PM enabled. Route those failures through a common runtime PM cleanup path. Use pm_runtime_resume_and_get() for the initial clock enable. Signed-off-by: Jiawen Liu <1298662399@qq.com> Link: https://patch.msgid.link/tencent_8FC0B8DFAF4AE67AEBA20548045D53A77707@qq.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions