[PATCH v3 0/2] spmi: pmic-arb: Add spmi-pmic-arb support for Qualcomm Hawi SoC

Fenglin Wu posted 2 patches 1 month, 3 weeks ago
.../bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml   |   1 +
drivers/spmi/spmi-pmic-arb.c                       | 142 ++++++++++++++++-----
2 files changed, 113 insertions(+), 30 deletions(-)
[PATCH v3 0/2] spmi: pmic-arb: Add spmi-pmic-arb support for Qualcomm Hawi SoC
Posted by Fenglin Wu 1 month, 3 weeks ago
Add compatible for Hawi SoC and add pmic-arb v8.5 support.

Signed-off-by: Fenglin Wu <fenglin.wu@oss.qualcomm.com>
---
Changes in v3:
- Updated the driver to include a "*check_chnl_status" hook function in
  "pmic_arb_ver_ops," with separate implementations for each version,
  as per Dmitry's feedback.
- Remove the Reviewed-by tag.
- Link to v2: https://patch.msgid.link/20260402-hawi-spmi-v2-0-0bbe811fe3f4@oss.qualcomm.com

Changes in v2:
- Revise patch 1 commit text to highlight the new features of the
  PMIC arbiter in the Hawi SoC, and clarify how it is compatible
  within the Glymur SoC.
- Link to v1: https://patch.msgid.link/20260401-hawi-spmi-v1-0-c40963041078@oss.qualcomm.com

---
Fenglin Wu (2):
      dt-bindings: spmi: glymur-spmi-pmic-arb: Add compatible for Qualcomm Hawi SoC
      spmi: spmi-pmic-arb: add support for PMIC arbiter v8.5

 .../bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml   |   1 +
 drivers/spmi/spmi-pmic-arb.c                       | 142 ++++++++++++++++-----
 2 files changed, 113 insertions(+), 30 deletions(-)
---
base-commit: 840b0dd6b8c169e963f74265f508c54f1fe3c968
change-id: 20260323-hawi-spmi-a29ef97409a4

Best regards,
--  
Fenglin Wu <fenglin.wu@oss.qualcomm.com>
Re: [PATCH v3 0/2] spmi: pmic-arb: Add spmi-pmic-arb support for Qualcomm Hawi SoC
Posted by Fenglin Wu 2 weeks, 5 days ago
On 4/20/2026 10:25 AM, Fenglin Wu wrote:
> Add compatible for Hawi SoC and add pmic-arb v8.5 support.
>
> Signed-off-by: Fenglin Wu <fenglin.wu@oss.qualcomm.com>
> ---
> Changes in v3:
> - Updated the driver to include a "*check_chnl_status" hook function in
>    "pmic_arb_ver_ops," with separate implementations for each version,
>    as per Dmitry's feedback.
> - Remove the Reviewed-by tag.
> - Link to v2: https://patch.msgid.link/20260402-hawi-spmi-v2-0-0bbe811fe3f4@oss.qualcomm.com
>
> Changes in v2:
> - Revise patch 1 commit text to highlight the new features of the
>    PMIC arbiter in the Hawi SoC, and clarify how it is compatible
>    within the Glymur SoC.
> - Link to v1: https://patch.msgid.link/20260401-hawi-spmi-v1-0-c40963041078@oss.qualcomm.com
>
> ---
> Fenglin Wu (2):
>        dt-bindings: spmi: glymur-spmi-pmic-arb: Add compatible for Qualcomm Hawi SoC
>        spmi: spmi-pmic-arb: add support for PMIC arbiter v8.5
>
>   .../bindings/spmi/qcom,glymur-spmi-pmic-arb.yaml   |   1 +
>   drivers/spmi/spmi-pmic-arb.c                       | 142 ++++++++++++++++-----
>   2 files changed, 113 insertions(+), 30 deletions(-)
> ---
> base-commit: 840b0dd6b8c169e963f74265f508c54f1fe3c968
> change-id: 20260323-hawi-spmi-a29ef97409a4

Hi Stephen,

have you had a chance to review the changes and are you planning to pick 
them?

Fenglin Wu

> Best regards,
> --
> Fenglin Wu <fenglin.wu@oss.qualcomm.com>
>