]> git.karo-electronics.de Git - karo-tx-linux.git/commit
regulator: qcom-saw: Add support for SAW regulators
authorGeorgi Djakov <georgi.djakov@linaro.org>
Tue, 9 Feb 2016 13:12:29 +0000 (15:12 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 9 Feb 2016 16:16:55 +0000 (16:16 +0000)
commit18bba3b503556a5e2e00538cbf2cd014fe4a417c
treef9bd5bc7d29b8f4b6aa9a12d9aee836ef20ad4c0
parent92e963f50fc74041b5e9e744c330dca48e04f08d
regulator: qcom-saw: Add support for SAW regulators

The SAW (Subsystem Power Manager and Adaptive Voltage Scaling Wrapper)
is part of the SPM subsystem. It is a hardware block in the Qualcomm
chipsets that regulates the power to the CPU cores on platform such as
apq8064, msm8974, apq8084 and others.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/regulator/qcom,saw-regulator.txt [new file with mode: 0644]
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/qcom_saw-regulator.c [new file with mode: 0644]