public inbox for linux-arm-msm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Add support for PM8950/PMI8950/PM8004 regulators
@ 2019-09-21  9:50 kholk11
  2019-09-21  9:50 ` [PATCH 1/5] qcom: spmi-regulator: Add support for ULT LV_P50 and ULT P300 kholk11
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: kholk11 @ 2019-09-21  9:50 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: kholk11, marijns95, broonie, lgirdwood, mark.rutland, robh+dt,
	lee.jones, agross

From: "Angelo G. Del Regno" <kholk11@gmail.com>

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-04 14:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-21  9:50 [PATCH 0/5] Add support for PM8950/PMI8950/PM8004 regulators kholk11
2019-09-21  9:50 ` [PATCH 1/5] qcom: spmi-regulator: Add support for ULT LV_P50 and ULT P300 kholk11
2019-09-21  9:50 ` [PATCH 2/5] regulator: qcom_spmi: Add PM8950 SPMI regulator kholk11
2019-09-21  9:50 ` [PATCH 3/5] regulator: qcom_smd: Add PM8950 regulators kholk11
2019-09-21  9:50 ` [PATCH 4/5] mfd: qcom-spmi-pmic: Add support for PM/PMI8950 kholk11
2019-10-04 14:27   ` Lee Jones
2019-09-21  9:50 ` [PATCH 5/5] regulator: qcom_spmi: Add support for PM8004 regulators kholk11

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox