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

Commit b441dd88 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

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



Add snapshot of rpm-smd regulator driver from msm-4.19.
This snapshot is taken as of msm-4.19 commit 15bff51c0329
("smcinvoke : Add locking to shared variables").

Change-Id: I96cd163e490f811c0564dbdf30fb250156cffc85
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 5bd24ffb
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1181,6 +1181,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
@@ -87,6 +87,7 @@ obj-$(CONFIG_REGULATOR_QCOM_PM8008) += qcom_pm8008-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_QCOM_SPMI) += qcom_spmi-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_LCDB) += qpnp-lcdb-regulator.o
obj-$(CONFIG_REGULATOR_QPNP_AMOLED) += qpnp-amoled-regulator.o