linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/6] Add frequency / voltage scaling support for IPQ6018 SoC
@ 2020-06-23  5:17 Kathiravan T
  2020-06-23  5:17 ` [PATCH V2 1/6] dt-bindings: soc: qcom: Add IPQ6018 compatible Kathiravan T
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Kathiravan T @ 2020-06-23  5:17 UTC (permalink / raw)
  To: agross, bjorn.andersson, lgirdwood, broonie, robh+dt, kathirav,
	linux-arm-msm, linux-kernel, devicetree
  Cc: sivaprak

IPQ6018 SoC uses the PMIC MP5496. SMPA2 and LDOA2 regulator of MP5496
controls the APSS and SDCC voltage scaling respectively. Add support
for the same.

changes since V1:
	- Moved YAML conversion to the last as per Mark's comments

Kathiravan T (6):
  dt-bindings: soc: qcom: Add IPQ6018 compatible
  soc: qcom: smd-rpm: Add IPQ6018 compatible
  dt-bindings: regulator: add MP5496 regulator compatible
  regulator: qcom_smd: Add MP5496 regulators
  dt-bindings: soc: qcom: convert the SMD-RPM document to YAML schema
  dt-bindings: regulator: convert QCOM SMD-RPM regulator document to
    YAML schema

 .../bindings/regulator/qcom,smd-rpm-regulator.txt  | 320 ---------------------
 .../bindings/regulator/qcom,smd-rpm-regulator.yaml | 106 +++++++
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |  62 ----
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml |  92 ++++++
 drivers/regulator/qcom_smd-regulator.c             |  34 +++
 drivers/soc/qcom/smd-rpm.c                         |   1 +
 6 files changed, 233 insertions(+), 382 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.txt
 create mode 100644 Documentation/devicetree/bindings/regulator/qcom,smd-rpm-regulator.yaml
 delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml

-- 
QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation


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

end of thread, other threads:[~2020-07-14  2:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23  5:17 [PATCH V2 0/6] Add frequency / voltage scaling support for IPQ6018 SoC Kathiravan T
2020-06-23  5:17 ` [PATCH V2 1/6] dt-bindings: soc: qcom: Add IPQ6018 compatible Kathiravan T
2020-06-23  5:17 ` [PATCH V2 2/6] soc: qcom: smd-rpm: " Kathiravan T
2020-06-23  5:17 ` [PATCH V2 3/6] dt-bindings: regulator: add MP5496 regulator compatible Kathiravan T
2020-06-23  5:17 ` [PATCH V2 4/6] regulator: qcom_smd: Add MP5496 regulators Kathiravan T
2020-06-23  5:17 ` [PATCH V2 5/6] dt-bindings: soc: qcom: convert the SMD-RPM document to YAML schema Kathiravan T
2020-07-14  2:17   ` Rob Herring
2020-06-23  5:17 ` [PATCH V2 6/6] dt-bindings: regulator: convert QCOM SMD-RPM regulator " Kathiravan T
2020-07-14  2:20   ` Rob Herring
2020-07-01 22:23 ` [PATCH V2 0/6] Add frequency / voltage scaling support for IPQ6018 SoC Mark Brown
2020-07-07 13:24 ` Kathiravan T

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).