Re: [PATCH v5 0/3] spmi-pmic-arb: Add support for PMIC arbiter v8 for Glymur and Kaanapali
From: Jishnu Prakash
Date: Wed Jan 07 2026 - 07:54:23 EST
Hi Stephen,
On 11/26/2025 10:42 AM, Jishnu Prakash wrote:
> This patch series updates the SPMI dt-bindings and driver to add
> support for PMIC arbiter v8, targeting Qualcomm SoCs Glymur and
> Kaanapali.
>
> SPMI PMIC Arbiter version 8 builds upon version 7 with support for
> up to four SPMI buses. To achieve this, the register map was
> slightly rearranged.
>
> Device tree changes are not included in this series and will be
> posted separately.
>
> Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
> ---
> Changes in v5:
> - In patch 3, removed unused variable `ret` from _pmic_arb_init_apid_v7().
> - Link to v4: https://lore.kernel.org/r/20251124-pmic_arb_v8-v4-0-d91dcbf097c7@xxxxxxxxxxxxxxxx
>
It looks like all the patches in this series have a Reviewed-by: tag now.
Will you be picking this series in your tree or do you see any issues
or pending actions here?
Thanks,
Jishnu
> Changes in v4:
> - Collected Reviewed-by tags from Rob Herring on patches 1 and 2.
> - Made following changes to address Konrad's comments on patch 3:
> - Moved bitfield.h inclusion for alphabetical order.
> - Added mask macros for use in spec_to_hwirq and hwirq_to_* macro
> definitions and updated their definitions.
> - Updated if() check in qpnpint_irq_domain_translate() to use FIELD_MAX().
> - Added helper functions _pmic_arb_read_apid_map() and
> _pmic_arb_init_apid_v7() for common use between versions 7 and 8
> in .init_apid callbacks, to reduce code duplication.
> - Removed pmic_arb_dump_apid_map() as logic for dumping mapping table is
> now kept in a single place, in helper function _pmic_arb_read_apid_map().
> - Link to v3: https://lore.kernel.org/all/20251024-pmic_arb_v8-v3-0-cad8d6a2cbc0@xxxxxxxxxxxxxxxx/
>
...
> base-commit: 6a23ae0a96a600d1d12557add110e0bb6e32730c
> change-id: 20251123-pmic_arb_v8-669d7715d3a5
>
> Best regards,