[PATCH 0/6] mfd: qcom-pm8008: Add support for PM8010 over I2C
From: Jishnu Prakash
Date: Fri Sep 18 2026 - 12:56:49 EST
PM8010 is the next generation PMIC following PM8008 and has similar
functionality, providing 7 LDOs that power camera sensors and associated
hardware, with some differences from PM8008 LDOs. The series also adds
support for skipping interrupt configurations which is needed to support
SoCs where the PMIC's interrupt pin is grounded, such as Glymur.
Patch 1 adds the new compatible string for PM8010 over I2C
Patch 2 adds PM8010 LDO support
Patch 3 adds mode voting support for PM8010, which is not supported on PM8008
Patch 4 adds PM8010 support in the MFD driver
Patch 5 updates documentation to make interrupt configuration optional
Patch 6 updates the MFD driver to tolerate a missing interrupt
Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
---
Dhruvin Rajpura (1):
regulator: qcom-pm8008: Add PM8010 mode support
Konrad Dybcio (5):
dt-bindings: mfd: pm8008: Add qcom,pm8010-i2c compatible
regulator: pm8008: Add PM8010 support
mfd: qcom-pm8008: Add PM8010 support
dt-bindings: mfd: pm8008: Make interrupts optional
mfd: qcom-pm8008: Tolerate missing interrupt
.../devicetree/bindings/mfd/qcom,pm8008.yaml | 10 +-
drivers/mfd/qcom-pm8008.c | 108 +++++++++---
drivers/regulator/qcom-pm8008-regulator.c | 184 ++++++++++++++++++---
3 files changed, 250 insertions(+), 52 deletions(-)
---
base-commit: fd73f4a6659897191fa0d40695fe370925dd3780
change-id: 20260915-pm8010_i2c_support-3062421372c3
Best regards,
--
Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>