Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71badc7b authored by Kavya Nunna's avatar Kavya Nunna Committed by Gerrit - the friendly Code Review server
Browse files

regulator: rpm-smd-regulator: Add snapshot of rpm-smd-regulator driver



This is snapshot of the rpm-smd-regulator driver as of msm-4.14
'commit f6af62b0 ("regulator: rpm-smd: Send the logical mode
instead of the raw mode")'.

Change-Id: Ie7a75bc63ae2380cf22b02e6f14b1cc498feb8a5
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent 7340d09c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1075,6 +1075,17 @@ config REGULATOR_RPMH
	  control allows for voting on regulator state between multiple
	  processors within the SoC.

config REGULATOR_RPM_SMD
	bool "RPM SMD regulator driver"
	depends on OF
	depends on MSM_RPM_SMD
	help
	  Compile in support for the RPM SMD regulator driver which is used for
	  setting voltages and other parameters of the various power rails
	  supplied by some Qualcomm Technologies Inc. PMICs. The RPM SMD regulator driver should
	  be used on systems which contain an RPM which communicates with the
	  application processor over SMD.

config REGULATOR_STUB
	tristate "Stub Regulator"
	help
+1 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_RPMH) += qcom-rpmh-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
obj-$(CONFIG_REGULATOR_RPM_SMD) += rpm-smd-regulator.o
obj-$(CONFIG_REGULATOR_PM8008) += qcom_pm8008-regulator.o
obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LABIBB) += qpnp-labibb-regulator.o