Message ID | 20231014133823.14088-1-otto.pflueger@abscue.de (mailing list archive) |
---|---|
Headers | show |
Series | pmdomain: qcom: rpmpd: Add MSM8917 and similar SoCs | expand |
On Sat, 14 Oct 2023 at 15:38, Otto Pflüger <otto.pflueger@abscue.de> wrote: > > Add RPM power domain definitions for the Qualcomm MSM8917, MSM8937 and > QM215 SoCs. These SoCs all have the same power domains (VDDCX and VDDMX > in voltage level mode), but different regulators are needed for QM215 > because it is used with a PM8916 PMIC instead of a PM8937 PMIC. > > --- > Changes in v4: > - Rebase on latest next as of 2023-10-14 with new SM7150 compatible > - Add missing Reviewed-by (if there were no changes to rebase on, I > would have simply resent the patch) > Changes in v3: > - Sort compatibles in device tree binding documentation (suggested by > Krzysztof) > - Rebase on latest next with genpd subsystem renamed to pmdomain > Changes in v2: > - Fix typo in patch description: VDDMD -> VDDMX > - Split MSM8917 and QM215 changes (suggested by Konrad) > - Remove redundant qcom,msm8937-rpmpd entry from rpmpd_match_table > and use a fallback compatible instead (suggested by Konrad) > > Otto Pflüger (3): > dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215 > pmdomain: qcom: rpmpd: Add MSM8917 power domains > pmdomain: qcom: rpmpd: Add QM215 power domains > > .../devicetree/bindings/power/qcom,rpmpd.yaml | 81 +++++++++-------- > drivers/pmdomain/qcom/rpmpd.c | 91 +++++++++++++++++++ > include/dt-bindings/power/qcom-rpmpd.h | 21 +++++ > 3 files changed, 156 insertions(+), 37 deletions(-) Konrad, Bjorn - it's getting late for v6.7, but not too late yet, hence I am pinging you about this. Can we get an ack from some of you for this series or there is still something to improve for Otto? Kind regards Uffe
On Sat, 14 Oct 2023 at 15:38, Otto Pflüger <otto.pflueger@abscue.de> wrote: > > Add RPM power domain definitions for the Qualcomm MSM8917, MSM8937 and > QM215 SoCs. These SoCs all have the same power domains (VDDCX and VDDMX > in voltage level mode), but different regulators are needed for QM215 > because it is used with a PM8916 PMIC instead of a PM8937 PMIC. > > --- > Changes in v4: > - Rebase on latest next as of 2023-10-14 with new SM7150 compatible > - Add missing Reviewed-by (if there were no changes to rebase on, I > would have simply resent the patch) > Changes in v3: > - Sort compatibles in device tree binding documentation (suggested by > Krzysztof) > - Rebase on latest next with genpd subsystem renamed to pmdomain > Changes in v2: > - Fix typo in patch description: VDDMD -> VDDMX > - Split MSM8917 and QM215 changes (suggested by Konrad) > - Remove redundant qcom,msm8937-rpmpd entry from rpmpd_match_table > and use a fallback compatible instead (suggested by Konrad) > > Otto Pflüger (3): > dt-bindings: power: rpmpd: Add MSM8917, MSM8937 and QM215 > pmdomain: qcom: rpmpd: Add MSM8917 power domains > pmdomain: qcom: rpmpd: Add QM215 power domains > > .../devicetree/bindings/power/qcom,rpmpd.yaml | 81 +++++++++-------- > drivers/pmdomain/qcom/rpmpd.c | 91 +++++++++++++++++++ > include/dt-bindings/power/qcom-rpmpd.h | 21 +++++ > 3 files changed, 156 insertions(+), 37 deletions(-) > > Applied for next, thanks! Kind regards Uffe