diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-12 18:47:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-16 07:14:54 -0400 |
commit | e92a4047419c805d08ad136fbc72368249d9f091 (patch) | |
tree | be8be27c385dbb50505e72ba708649fafa57b980 /drivers/regulator/Makefile | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
regulator: Add QCOM SPMI regulator driver
Add an SPMI regulator driver for Qualcomm's PM8841, PM8941, and
PM8916 PMICs. This driver is based largely on code from
codeaurora.org[1].
[1] https://www.codeaurora.org/cgit/quic/la/kernel/msm-3.10/tree/drivers/regulator/qpnp-regulator.c?h=msm-3.10
Cc: David Collins <collinsd@codeaurora.org>
Cc: <devicetree@vger.kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r-- | drivers/regulator/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 2c4da15e1545..7152c979c935 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -61,6 +61,7 @@ obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | |||
61 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 61 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
62 | obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o | 62 | obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o |
63 | obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o | 63 | obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o |
64 | obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o | ||
64 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o | 65 | obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o |
65 | obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o | 66 | obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o |
66 | obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o | 67 | obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o |