Re: [PATCH v3 0/3] clk: qcom: gcc-glymur: Tie the CX power domain to controller
Pankaj Patil <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/2026 6:59 PM, Abel Vesa wrote: > The suggestion of having the CX power domain tied up to the GCC > controller started here: > > https://lore.kernel.org/lkml/[email protected]/ > > and then, for Glymur, it has been brought up here as well: > > https://lore.kernel.org/all/[email protected]/ > > These plus a discussion off-list led to this patchset being done. > This series prevents cx collapse during suspend on recent linux-next tag: next-20260806 Reproducible on latest tag next-20260813 as well > Sorry for such a late respin. This got lost somehow in the need-to-respin queue. > > Signed-off-by: Abel Vesa <[email protected]> > --- > Changes in v3: > - Rebased on next-20260713. > - Did not pick Konrad's R-b tag intentionally because the commit has > been reworded. > - Link to v2: https://patch.msgid.link/20260309-glymur-fix-gcc-cx-scaling-v2-0-d7a58a0a9ecb@oss.qualcomm.com > > Changes in v2: > - Dropped the required-opps property from both the schema and DT node. > - Link to v1: https://patch.msgid.link/20260309-glymur-fix-gcc-cx-scaling-v1-0-f682c82f116f@oss.qualcomm.com > > --- > Abel Vesa (3): > dt-bindings: clock: qcom: glymur-gcc: Add missing CX power domain > clk: qcom: gcc-glymur: Enable runtime PM > arm64: dts: qcom: glymur: Add CX power domain to GCC > > Documentation/devicetree/bindings/clock/qcom,glymur-gcc.yaml | 8 ++++++++ > arch/arm64/boot/dts/qcom/glymur.dtsi | 1 + > drivers/clk/qcom/gcc-glymur.c | 1 + > 3 files changed, 10 insertions(+) > --- > base-commit: 49362394dad7df66c274c867a271394c10ca2bb8 > change-id: 20260309-glymur-fix-gcc-cx-scaling-a0b350cd5741 > > Best regards, > -- > Abel Vesa <[email protected]> >