All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add SAW support to QCOM SPMI driver
@ 2018-03-04 12:31 Ilia Lin
  2018-03-04 12:31 ` [PATCH 1/2] regulator: qcom_spmi: Add support for SAW Ilia Lin
  2018-03-04 12:31 ` [PATCH 2/2] dt-bindings: Add support for SAW documentation Ilia Lin
  0 siblings, 2 replies; 10+ messages in thread
From: Ilia Lin @ 2018-03-04 12:31 UTC (permalink / raw)
  To: linux-kernel, devicetree, lgirdwood, broonie, robh, mark.rutland
  Cc: ilialin, amit.kucheria, nicolas.dechesne, celster, tfinkel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1086 bytes --]

The SAW is the “Subsystem Power Manager (SPM),
Adaptive Voltage Scaling (AVS)
and Dynamic Current Management (DCM) Wrapper”,
that is, a core that contains logic to implement the SPM, AVS,
and DCM functions. The SAW manages power controls for a client core
such as a CPU.

The PMIC regulators supplying power to the CPU cores should not
be controlled by the SPMI accesses directly, but through the SAW
interface.

The patch series adds SAW support to the SPMI regulator driver.
The special SAW controlled regulators should be configured by
device tree handle. The SPI driver will handle those regulators
separately through the SAW interface, instead of SPMI.

Ilia Lin (2):
  regulator: qcom_spmi: Add support for SAW
  dt-bindings: Add support for SAW documentation

 .../bindings/regulator/qcom,spmi-regulator.txt     |  45 +++++++
 drivers/regulator/qcom_spmi-regulator.c            | 133 ++++++++++++++++++++-
 2 files changed, 175 insertions(+), 3 deletions(-)

-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2018-05-24 19:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-04 12:31 [PATCH 0/2] Add SAW support to QCOM SPMI driver Ilia Lin
2018-03-04 12:31 ` [PATCH 1/2] regulator: qcom_spmi: Add support for SAW Ilia Lin
2018-05-24 19:25   ` Applied "regulator: qcom_spmi: Add support for SAW" to the regulator tree Mark Brown
2018-05-24 19:25     ` Mark Brown
2018-03-04 12:31 ` [PATCH 2/2] dt-bindings: Add support for SAW documentation Ilia Lin
2018-03-07 20:41   ` Rob Herring
2018-03-08 12:14     ` ilialin
2018-03-08 12:14       ` ilialin
2018-05-24 19:25   ` Applied "dt-bindings: qcom_spmi: Document SAW support" to the regulator tree Mark Brown
2018-05-24 19:25     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.