This patch series aims to add support for the S2MPU05 PMIC. This is done in the existing driver of S2MPS11.
With the PMIC, voltage regulator driver support is also included. This includes significant changes to how the driver identifies regulators. Signed-off-by: Kaustabh Chakraborty <[email protected]> --- Kaustabh Chakraborty (6): power: pmic: s2mps11: change the probe function to bind power: pmic: s2mps11: add support for allowing multiple device variants power: regulator: s2mps11: declaratively define LDOs and BUCKs power: regulator: s2mps11: declaratively get/set regulator mode power: regulator: s2mps11: add support for S2MPU05 PMIC power: pmic: s2mps11: add support for Samsung S2MPU05 PMIC drivers/power/pmic/s2mps11.c | 37 +- drivers/power/regulator/s2mps11_regulator.c | 590 +++++++++++++++++----------- include/power/s2mps11.h | 134 ++++++- 3 files changed, 515 insertions(+), 246 deletions(-) --- base-commit: 582a04763aa80738c1c8ac60c47d1a5159a42833 change-id: 20251014-power-pmic-regulator-s2mpu05-a879ae07b391 Best regards, -- Kaustabh Chakraborty <[email protected]>

