Re: [PATCH v3 1/4] media: qcom: camss: Add PM clock support and integrate with runtime PM
From: Bryan O'Donoghue
Date: Thu Jul 30 2026 - 15:45:49 EST
On 30/07/2026 10:24, Loic Poulain wrote:
+ ret = camss_init_pm_clks(camss);
+ if (ret)
+ goto err_v4l2_device_unregister;
+
I don't think this makes sense if !CONFIG_PM_CLK
->
I don't think the read routine in patch #4 should happen if !CONFIG_PM_CLK either.
Happy to retain the RB with those changes in place.
---
bod