FROMLIST: clk: qcom: smd-rpm: Skip proxy votes on clocks for QCM2290 - #1812
Open
imrashai wants to merge 1 commit into
Open
FROMLIST: clk: qcom: smd-rpm: Skip proxy votes on clocks for QCM2290#1812imrashai wants to merge 1 commit into
imrashai wants to merge 1 commit into
Conversation
|
Dev Completion validation failed CR: 4635293 The change task for this CR could not be moved to Dev Complete because of the error above. Please resolve the issue in Orbit and re-run the failed Orbit check. |
Taniya Das (taniyadas20)
approved these changes
Sep 10, 2026
Komal Bajaj (Komal-Bajaj)
force-pushed
the
tech/all/shikra
branch
from
September 10, 2026 18:30
d2b0b30 to
bba7654
Compare
clk_smd_rpm_handoff() votes both active and sleep RPM resource states for every clock, keeping them non-zero until a consumer takes over. If there is no consumer, those clocks will remain active in the idle scenario as well, and the sleep vote is never cleared, blocking XO shutdown. Introduce the skip_clks_handoff flag to handle this on QCM2290 clocks, keeping other targets unaffected. Link: https://lore.kernel.org/r/20260910-clk-smd-rpm-skip-proxy-v1-1-1cb5694a99d9@oss.qualcomm.com Fixes: 00f64b5 ("clk: qcom: Add support for SMD-RPM Clocks") Signed-off-by: Imran Shaik <imran.shaik@oss.qualcomm.com>
imrashai
force-pushed
the
shikra-rpmcc-skip-proxy
branch
from
September 11, 2026 08:17
e839a14 to
ccaf635
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
clk_smd_rpm_handoff() votes both active and sleep RPM resource states for every clock, keeping them non-zero until a consumer takes over. If there is no consumer, those clocks will remain active in the idle scenario as well, and the sleep vote is never cleared, blocking XO shutdown.
Introduce the skip_clks_handoff flag to handle this on QCM2290 clocks, keeping other targets unaffected.
Link: https://lore.kernel.org/r/20260910-clk-smd-rpm-skip-proxy-v1-1-1cb5694a99d9@oss.qualcomm.com
Fixes: 00f64b5 ("clk: qcom: Add support for SMD-RPM Clocks")
CRs-Fixed: 4635293