Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add pm_runtime support to SM6350 camcc
@ 2023-02-14 11:01 Luca Weiss
  2023-02-14 11:01 ` [PATCH v3 1/2] clk: qcom: camcc-sm6350: add pm_runtime support Luca Weiss
  2023-02-14 11:01 ` [PATCH v3 2/2] arm64: dts: qcom: sm6350: add power domain to camcc Luca Weiss
  0 siblings, 2 replies; 8+ messages in thread
From: Luca Weiss @ 2023-02-14 11:01 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Rob Herring, Krzysztof Kozlowski
  Cc: ~postmarketos/upstreaming, phone-devel, linux-arm-msm, linux-clk,
	linux-kernel, devicetree, Luca Weiss

As pointed out during patch review, we should make sure that we turn on
the CX power domain when camcc is in use, and also disable it (or remove
our vote on it) when camcc is not in use.

For this add pm_runtime support to the driver and stick the power-domain
in the devicetree.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Changes in v3:
- Remove extra error print for qcom_cc_really_probe since driver core
  already prints the error anyways
- Fix From: and Sign-offs email address confusion, sorry about that...
- Link to v2: https://lore.kernel.org/r/20230213-sm6350-camcc-runtime_pm-v2-0-60a507bf3e68@z3ntu.xyz

Changes in v2:
- no change resend since I messed up To/CC in the initial submission
- Link to v1: https://lore.kernel.org/r/20230213-sm6350-camcc-runtime_pm-v1-0-761fc69f7a80@z3ntu.xyz

---
Luca Weiss (2):
      clk: qcom: camcc-sm6350: add pm_runtime support
      arm64: dts: qcom: sm6350: add power domain to camcc

 arch/arm64/boot/dts/qcom/sm6350.dtsi |  2 ++
 drivers/clk/qcom/camcc-sm6350.c      | 25 ++++++++++++++++++++++++-
 2 files changed, 26 insertions(+), 1 deletion(-)
---
base-commit: 09e41676e35ab06e4bce8870ea3bf1f191c3cb90
change-id: 20230213-sm6350-camcc-runtime_pm-639b75c3d4b1

Best regards,
-- 
Luca Weiss <luca.weiss@fairphone.com>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-10  9:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14 11:01 [PATCH v3 0/2] Add pm_runtime support to SM6350 camcc Luca Weiss
2023-02-14 11:01 ` [PATCH v3 1/2] clk: qcom: camcc-sm6350: add pm_runtime support Luca Weiss
2023-02-14 12:32   ` Dmitry Baryshkov
2023-03-07 14:54     ` Luca Weiss
2023-03-07 15:06       ` Dmitry Baryshkov
2023-03-10  9:39         ` Luca Weiss
2023-02-14 11:01 ` [PATCH v3 2/2] arm64: dts: qcom: sm6350: add power domain to camcc Luca Weiss
2023-02-14 11:03   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox