lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun,  4 Mar 2018 14:31:47 +0200
From:   Ilia Lin <ilialin@...eaurora.org>
To:     linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
        lgirdwood@...il.com, broonie@...nel.org, robh@...nel.org,
        mark.rutland@....com
Cc:     ilialin@...eaurora.org, amit.kucheria@...aro.org,
        nicolas.dechesne@...aro.org, celster@...eaurora.org,
        tfinkel@...eaurora.org
Subject: [PATCH 0/2] Add SAW support to QCOM SPMI driver

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ