Merge "regulator: rpmh-regulator: fix rpmh_regulator_init_vreg_supply memory leak"

This commit is contained in:
qctecmdr 2022-06-01 23:49:51 -07:00 committed by Gerrit - the friendly Code Review server
commit d2ce2b675b
3 changed files with 2020 additions and 0 deletions

View File

@ -1481,6 +1481,15 @@ config REGULATOR_QCOM_LABIBB
boost regulator and IBB can be used as a negative boost regulator
for LCD display panel.
config REGULATOR_RPMH
tristate "Qualcomm Technologies, Inc. Legacy RPMh regulator driver"
depends on QCOM_RPMH
help
This driver supports control of PMIC regulators via the RPMh hardware
block found on Qualcomm Technologies Inc. SoCs. RPMh regulator
control allows for voting on regulator state between multiple
processors within the SoC.
config REGULATOR_STUB
tristate "Stub Regulator"
help

View File

@ -176,6 +176,7 @@ obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o
obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_WM8994) += wm8994-regulator.o
obj-$(CONFIG_REGULATOR_RPMH) += rpmh-regulator.o
obj-$(CONFIG_REGULATOR_STUB) += stub-regulator.o
obj-$(CONFIG_REGULATOR_DEBUG_CONTROL) += debug-regulator.o

File diff suppressed because it is too large Load Diff