[PATCH v3 0/2] media: qcom: iris: fix runtime PM reference handling

From: Hungyu Lin

Date: Thu Jun 04 2026 - 05:03:35 EST


This series fixes runtime PM handling in the iris driver.

Patch 1 fixes runtime PM reference leaks and balances runtime PM
usage counts in the power domain enable/disable paths.

Patch 2 complements the first patch by rolling back the OPP vote
when pm_runtime_resume_and_get() fails in
iris_enable_power_domains().

Changes since v2:
- Convert the runtime PM fixes into a 2-patch series.
- Add a follow-up fix to roll back the OPP vote on
pm_runtime_resume_and_get() failure.

Hungyu Lin (2):
media: qcom: iris: fix runtime PM reference leaks
media: qcom: iris: rollback OPP vote on PM resume failure

drivers/media/platform/qcom/iris/iris_resources.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

--
2.34.1