From: "Angelo G. Del Regno" <kholk11@xxxxxxxxx> In this patch series, I'm adding support for the PM8950, PMI8950 and PM8004 regulators (smd/spmi). The PM(I)8950 regulators are required for multiple SoCs, like MSM8956, MSM8976, MSM8953 (and maybe others), since they all use the same PM/PMI combo in their own variants. The personal aim is to upstream MSM8956 as much as possible. This code has been tested on two Sony phones featuring the Qualcomm MSM8956 SoC, with PM/PMI8950 and PM8004. Angelo G. Del Regno (5): qcom: spmi-regulator: Add support for ULT LV_P50 and ULT P300 regulator: qcom_spmi: Add PM8950 SPMI regulator regulator: qcom_smd: Add PM8950 regulators mfd: qcom-spmi-pmic: Add support for PM/PMI8950 regulator: qcom_spmi: Add support for PM8004 regulators .../bindings/mfd/qcom,spmi-pmic.txt | 2 + .../regulator/qcom,smd-rpm-regulator.txt | 21 +++++ .../regulator/qcom,spmi-regulator.txt | 25 +++++ drivers/mfd/qcom-spmi-pmic.c | 4 + drivers/regulator/qcom_smd-regulator.c | 92 +++++++++++++++++++ drivers/regulator/qcom_spmi-regulator.c | 43 +++++++++ 6 files changed, 187 insertions(+) -- 2.21.0