Skip to content

FROMLIST: pinctrl: qcom: lpass-lpi: Enable runtime PM hooks on remaining SoCs#505

Open
RaviHothi wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
RaviHothi:xo_sd_all_soc_2.0
Open

FROMLIST: pinctrl: qcom: lpass-lpi: Enable runtime PM hooks on remaining SoCs#505
RaviHothi wants to merge 1 commit intoqualcomm-linux:qcom-6.18.yfrom
RaviHothi:xo_sd_all_soc_2.0

Conversation

@RaviHothi
Copy link
Copy Markdown
Contributor

The LPASS LPI core was switched to the PM clock framework and runtime PM,
but only the sc7280 variant driver wired runtime PM callbacks.

Hook up runtime PM callbacks for the remaining LPASS LPI variant
drivers so all SoCs using the common core get consistent pm_clk based
clock handling:

  • sc8280xp
  • sm4250
  • sm6115
  • sm8250
  • sm8450
  • sm8550
  • sm8650

This is a mechanical per-variant driver update that relies on the
same generic PM clock flow (of_pm_clk_add_clks() + pm_clk_suspend/
pm_clk_resume()) and DT-provided clocks.

Runtime behavior was validated on Kodiak (sc7280).

CRs-Fixed: 4400613

…ing SoCs

The LPASS LPI core was switched to the PM clock framework and runtime PM,
but only the sc7280 variant driver wired runtime PM callbacks.

Hook up runtime PM callbacks for the remaining LPASS LPI variant
drivers so all SoCs using the common core get consistent pm_clk based
clock handling:
  - sc8280xp
  - sm4250
  - sm6115
  - sm8250
  - sm8450
  - sm8550
  - sm8650

This is a mechanical per-variant driver update that relies on the
same generic PM clock flow (of_pm_clk_add_clks() + pm_clk_suspend/
pm_clk_resume()) and DT-provided clocks.

Runtime behavior was validated on Kodiak (sc7280).

Link: https://lore.kernel.org/all/20260420123135.350446-3-ajay.nandam@oss.qualcomm.com/
Signed-off-by: Ajay Kumar Nandam <ajay.nandam@oss.qualcomm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants