arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 4 +- arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +-- arch/arm64/boot/dts/qcom/msm8917.dtsi | 10 ++-- arch/arm64/boot/dts/qcom/msm8937.dtsi | 12 ++--- arch/arm64/boot/dts/qcom/msm8976.dtsi | 4 +- arch/arm64/boot/dts/qcom/msm8998.dtsi | 16 +++--- arch/arm64/boot/dts/qcom/sdm630.dtsi | 16 +++--- arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +- arch/arm64/boot/dts/qcom/sm6125.dtsi | 12 ++--- include/dt-bindings/power/qcom-rpmpd.h | 88 -------------------------------- 10 files changed, 42 insertions(+), 130 deletions(-)
- Switch platforms to using bindings for RPM power domains controller
where compatible
- Drop now-unused binding indices for RPM platforms.
Two last patch depend on first two patches and either should be merged
through the same tee, should be merged with the help of the immutable
branch or just merged in the next release.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Changes in v2:
- Rebased on linux-next, dropping merged patches.
- Split RPMh bindings patch to separate series.
- Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com
---
Dmitry Baryshkov (3):
arm64: dts: qcom: dts: switch to RPMPD_* indices
ARM: dts: qcom: dts: switch to RPMPD_* indices
dt-bindings: power: qcom-rpmpd: drop compatibility defines
arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 4 +-
arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +--
arch/arm64/boot/dts/qcom/msm8917.dtsi | 10 ++--
arch/arm64/boot/dts/qcom/msm8937.dtsi | 12 ++---
arch/arm64/boot/dts/qcom/msm8976.dtsi | 4 +-
arch/arm64/boot/dts/qcom/msm8998.dtsi | 16 +++---
arch/arm64/boot/dts/qcom/sdm630.dtsi | 16 +++---
arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +-
arch/arm64/boot/dts/qcom/sm6125.dtsi | 12 ++---
include/dt-bindings/power/qcom-rpmpd.h | 88 --------------------------------
10 files changed, 42 insertions(+), 130 deletions(-)
---
base-commit: 008d3547aae5bc86fac3eda317489169c3fda112
change-id: 20250717-rework-rpmhpd-rpmpd-13352a10cbd5
Best regards,
--
With best wishes
Dmitry
On Thu, 11 Dec 2025 at 02:52, Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> wrote: > > - Switch platforms to using bindings for RPM power domains controller > where compatible > > - Drop now-unused binding indices for RPM platforms. > > Two last patch depend on first two patches and either should be merged > through the same tee, should be merged with the help of the immutable > branch or just merged in the next release. As soon as a couple of related changes [1] that are taken care of by Bjorn, has reached an 6.19-rc[n], I can pick the complete series and share it via an immutable branch. Let me know if you prefer another route. Kind regards Uffe [1] https://lore.kernel.org/all/176499396490.224243.15580177530806530343.b4-ty@kernel.org/ > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> > --- > Changes in v2: > - Rebased on linux-next, dropping merged patches. > - Split RPMh bindings patch to separate series. > - Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com > > --- > Dmitry Baryshkov (3): > arm64: dts: qcom: dts: switch to RPMPD_* indices > ARM: dts: qcom: dts: switch to RPMPD_* indices > dt-bindings: power: qcom-rpmpd: drop compatibility defines > > arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 4 +- > arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +-- > arch/arm64/boot/dts/qcom/msm8917.dtsi | 10 ++-- > arch/arm64/boot/dts/qcom/msm8937.dtsi | 12 ++--- > arch/arm64/boot/dts/qcom/msm8976.dtsi | 4 +- > arch/arm64/boot/dts/qcom/msm8998.dtsi | 16 +++--- > arch/arm64/boot/dts/qcom/sdm630.dtsi | 16 +++--- > arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +- > arch/arm64/boot/dts/qcom/sm6125.dtsi | 12 ++--- > include/dt-bindings/power/qcom-rpmpd.h | 88 -------------------------------- > 10 files changed, 42 insertions(+), 130 deletions(-) > --- > base-commit: 008d3547aae5bc86fac3eda317489169c3fda112 > change-id: 20250717-rework-rpmhpd-rpmpd-13352a10cbd5 > > Best regards, > -- > With best wishes > Dmitry >
On Thu, 11 Dec 2025 at 12:41, Ulf Hansson <ulf.hansson@linaro.org> wrote: > > On Thu, 11 Dec 2025 at 02:52, Dmitry Baryshkov > <dmitry.baryshkov@oss.qualcomm.com> wrote: > > > > - Switch platforms to using bindings for RPM power domains controller > > where compatible > > > > - Drop now-unused binding indices for RPM platforms. > > > > Two last patch depend on first two patches and either should be merged > > through the same tee, should be merged with the help of the immutable > > branch or just merged in the next release. > > As soon as a couple of related changes [1] that are taken care of by > Bjorn, has reached an 6.19-rc[n], I can pick the complete series and > share it via an immutable branch. Let me know if you prefer another > route. > > Kind regards > Uffe FYI, this one didn't make it for v7.0, please make a re-submit after the merge window. Kind regards Uffe > > [1] > https://lore.kernel.org/all/176499396490.224243.15580177530806530343.b4-ty@kernel.org/ > > > > > > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> > > --- > > Changes in v2: > > - Rebased on linux-next, dropping merged patches. > > - Split RPMh bindings patch to separate series. > > - Link to v1: https://lore.kernel.org/r/20250718-rework-rpmhpd-rpmpd-v1-0-eedca108e540@oss.qualcomm.com > > > > --- > > Dmitry Baryshkov (3): > > arm64: dts: qcom: dts: switch to RPMPD_* indices > > ARM: dts: qcom: dts: switch to RPMPD_* indices > > dt-bindings: power: qcom-rpmpd: drop compatibility defines > > > > arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 4 +- > > arch/arm64/boot/dts/qcom/msm8916.dtsi | 8 +-- > > arch/arm64/boot/dts/qcom/msm8917.dtsi | 10 ++-- > > arch/arm64/boot/dts/qcom/msm8937.dtsi | 12 ++--- > > arch/arm64/boot/dts/qcom/msm8976.dtsi | 4 +- > > arch/arm64/boot/dts/qcom/msm8998.dtsi | 16 +++--- > > arch/arm64/boot/dts/qcom/sdm630.dtsi | 16 +++--- > > arch/arm64/boot/dts/qcom/sdm660.dtsi | 2 +- > > arch/arm64/boot/dts/qcom/sm6125.dtsi | 12 ++--- > > include/dt-bindings/power/qcom-rpmpd.h | 88 -------------------------------- > > 10 files changed, 42 insertions(+), 130 deletions(-) > > --- > > base-commit: 008d3547aae5bc86fac3eda317489169c3fda112 > > change-id: 20250717-rework-rpmhpd-rpmpd-13352a10cbd5 > > > > Best regards, > > -- > > With best wishes > > Dmitry > >
On Thu, 11 Dec 2025 03:52:51 +0200, Dmitry Baryshkov wrote:
> - Switch platforms to using bindings for RPM power domains controller
> where compatible
>
> - Drop now-unused binding indices for RPM platforms.
>
> Two last patch depend on first two patches and either should be merged
> through the same tee, should be merged with the help of the immutable
> branch or just merged in the next release.
>
> [...]
Applied, thanks!
[1/3] arm64: dts: qcom: dts: switch to RPMPD_* indices
commit: 16860aee5003dc63f788f6f2999d657da991bd58
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
© 2016 - 2026 Red Hat, Inc.