summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorCan Peng <pengcan@kylinos.cn>2026-07-18 17:00:54 +0800
committerVinod Koul <vkoul@kernel.org>2026-07-20 16:25:58 +0530
commit97bed336f6a25c9d1115ca95e3aa00e05c3bc271 (patch)
treea2a6ac4ab4e534f6df2d272dc761ee3277d884d1 /tools/perf/scripts/python/stackcollapse.py
parentf40b0241f3a382e99c14de2f28f14a44973407c1 (diff)
phy: starfive: Fix runtime PM cleanup in JH7110 DPHY RX probe
stf_dphy_probe() enables runtime PM before registering the PHY provider. If devm_of_phy_provider_register() fails, probe returns with runtime PM still enabled. The driver also has no remove callback, so runtime PM is left enabled on driver unbind after a successful probe. Use devm_pm_runtime_enable() so runtime PM is disabled automatically on later probe failures and on driver unbind. Fixes: f8aa660841bc ("phy: starfive: Add mipi dphy rx support") Signed-off-by: Can Peng <pengcan@kylinos.cn> Reviewed-by: Changhuang Liang <changhuang.liang@starfivetech.com> Link: https://patch.msgid.link/20260718090054.444513-3-pengcan@kylinos.cn Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions