diff options
| author | Jonghwa Lee <jonghwa3.lee@samsung.com> | 2012-06-01 00:17:14 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-03 08:25:05 -0400 |
| commit | 133d4016f1783b21e9458430fa7c0c610c010037 (patch) | |
| tree | 61bbb80d096156a523782661bd8ab4897c6780f4 /drivers/regulator/Makefile | |
| parent | 27eeabb7a1000de974e45cd007b3f5324dcee490 (diff) | |
regulator: MAX77686: Add Maxim 77686 regulator driver
Add driver for support max77686 regulator.
MAX77686 provides LDOs[1~26] and BUCKs[1~9]. It support to set or get the
volatege of regulator on max77686 chip with using regmap.
Signed-off-by: Chiwoong Byun <woong.byun@samsung.com>
Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Reviewed-by: Yadwinder Singh Brar <yadi.brar@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 977fd46909a..d8544539efe 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
| @@ -30,6 +30,7 @@ obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o | |||
| 30 | obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o | 30 | obj-$(CONFIG_REGULATOR_MAX8952) += max8952.o |
| 31 | obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o | 31 | obj-$(CONFIG_REGULATOR_MAX8997) += max8997.o |
| 32 | obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o | 32 | obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o |
| 33 | obj-$(CONFIG_REGULATOR_MAX77686) += max77686.o | ||
| 33 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o | 34 | obj-$(CONFIG_REGULATOR_MC13783) += mc13783-regulator.o |
| 34 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o | 35 | obj-$(CONFIG_REGULATOR_MC13892) += mc13892-regulator.o |
| 35 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o | 36 | obj-$(CONFIG_REGULATOR_MC13XXX_CORE) += mc13xxx-regulator-core.o |
