[PATCH v4 0/2] pmdomain: qcom: Add support for Eliza SoC

Abel Vesa posted 2 patches 1 month ago
.../devicetree/bindings/power/qcom,rpmpd.yaml        |  1 +
drivers/pmdomain/qcom/rpmhpd.c                       | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
[PATCH v4 0/2] pmdomain: qcom: Add support for Eliza SoC
Posted by Abel Vesa 1 month ago
Document the SoC specific compatible in the devicetree bindings
and add the driver support for this SoC.

Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
---
Changes in v4:
- Dropped the GMXC and NXP2, as suggested by Kornad.
- Link to v3: https://patch.msgid.link/20260224-eliza-pmdomain-v3-0-6e13d3aa70a1@oss.qualcomm.com

Changes in v3:
- Picked up Dmitry's R-b tag for the driver patch.
- Re-worded the commit messages with better explanations.
- Dropped the MMCX and MXC entries as they are not described
  in downstream and not used. Consensus reached off-list.
- Link to v2: https://patch.msgid.link/20260223-eliza-pmdomain-v2-0-23fb87eb70ef@oss.qualcomm.com

Changes in v2:
- Changed the MMCX and MMCX_AO to the PDs with CX parent.
- Picked up Krzysztof's R-b tag for the bindings.
- Picked up Konrad's and Taniya's R-b tags for the driver patch.
- Link to v1: https://patch.msgid.link/20260216-eliza-pmdomain-v1-0-c51260a47d6d@oss.qualcomm.com

---
Abel Vesa (2):
      dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
      pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains

 .../devicetree/bindings/power/qcom,rpmpd.yaml        |  1 +
 drivers/pmdomain/qcom/rpmhpd.c                       | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260216-eliza-pmdomain-dd10911bd4e4

Best regards,
--  
Abel Vesa <abel.vesa@oss.qualcomm.com>
Re: [PATCH v4 0/2] pmdomain: qcom: Add support for Eliza SoC
Posted by Ulf Hansson 4 weeks, 1 day ago
On Mon, 2 Mar 2026 at 14:29, Abel Vesa <abel.vesa@oss.qualcomm.com> wrote:
>
> Document the SoC specific compatible in the devicetree bindings
> and add the driver support for this SoC.
>
> Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> ---
> Changes in v4:
> - Dropped the GMXC and NXP2, as suggested by Kornad.
> - Link to v3: https://patch.msgid.link/20260224-eliza-pmdomain-v3-0-6e13d3aa70a1@oss.qualcomm.com
>
> Changes in v3:
> - Picked up Dmitry's R-b tag for the driver patch.
> - Re-worded the commit messages with better explanations.
> - Dropped the MMCX and MXC entries as they are not described
>   in downstream and not used. Consensus reached off-list.
> - Link to v2: https://patch.msgid.link/20260223-eliza-pmdomain-v2-0-23fb87eb70ef@oss.qualcomm.com
>
> Changes in v2:
> - Changed the MMCX and MMCX_AO to the PDs with CX parent.
> - Picked up Krzysztof's R-b tag for the bindings.
> - Picked up Konrad's and Taniya's R-b tags for the driver patch.
> - Link to v1: https://patch.msgid.link/20260216-eliza-pmdomain-v1-0-c51260a47d6d@oss.qualcomm.com
>
> ---
> Abel Vesa (2):
>       dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
>       pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
>
>  .../devicetree/bindings/power/qcom,rpmpd.yaml        |  1 +
>  drivers/pmdomain/qcom/rpmhpd.c                       | 20 ++++++++++++++++++++
>  2 files changed, 21 insertions(+)
> ---
> base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> change-id: 20260216-eliza-pmdomain-dd10911bd4e4
>
> Best regards,
> --
> Abel Vesa <abel.vesa@oss.qualcomm.com>
>

Applied for next, thanks! Note, the DT patch is available on the
immutable dt branch too.

BTW, in regards to the immutable dt branch, is that something that you
guys are using or should we consider to drop it?

Kind regards
Uffe
Re: [PATCH v4 0/2] pmdomain: qcom: Add support for Eliza SoC
Posted by Abel Vesa 3 weeks ago
On 26-03-04 12:25:10, Ulf Hansson wrote:
> On Mon, 2 Mar 2026 at 14:29, Abel Vesa <abel.vesa@oss.qualcomm.com> wrote:
> >
> > Document the SoC specific compatible in the devicetree bindings
> > and add the driver support for this SoC.
> >
> > Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
> > ---
> > Changes in v4:
> > - Dropped the GMXC and NXP2, as suggested by Kornad.
> > - Link to v3: https://patch.msgid.link/20260224-eliza-pmdomain-v3-0-6e13d3aa70a1@oss.qualcomm.com
> >
> > Changes in v3:
> > - Picked up Dmitry's R-b tag for the driver patch.
> > - Re-worded the commit messages with better explanations.
> > - Dropped the MMCX and MXC entries as they are not described
> >   in downstream and not used. Consensus reached off-list.
> > - Link to v2: https://patch.msgid.link/20260223-eliza-pmdomain-v2-0-23fb87eb70ef@oss.qualcomm.com
> >
> > Changes in v2:
> > - Changed the MMCX and MMCX_AO to the PDs with CX parent.
> > - Picked up Krzysztof's R-b tag for the bindings.
> > - Picked up Konrad's and Taniya's R-b tags for the driver patch.
> > - Link to v1: https://patch.msgid.link/20260216-eliza-pmdomain-v1-0-c51260a47d6d@oss.qualcomm.com
> >
> > ---
> > Abel Vesa (2):
> >       dt-bindings: power: qcom,rpmpd: document the Eliza RPMh Power Domains
> >       pmdomain: qcom: rpmhpd: Add Eliza RPMh Power Domains
> >
> >  .../devicetree/bindings/power/qcom,rpmpd.yaml        |  1 +
> >  drivers/pmdomain/qcom/rpmhpd.c                       | 20 ++++++++++++++++++++
> >  2 files changed, 21 insertions(+)
> > ---
> > base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> > change-id: 20260216-eliza-pmdomain-dd10911bd4e4
> >
> > Best regards,
> > --
> > Abel Vesa <abel.vesa@oss.qualcomm.com>
> >
> 
> Applied for next, thanks! Note, the DT patch is available on the
> immutable dt branch too.

Thanks!

> 
> BTW, in regards to the immutable dt branch, is that something that you
> guys are using or should we consider to drop it?

Bjorn ?