diff options
author | Steve Twiss <stwiss.opensource@diasemi.com> | 2013-08-06 10:30:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-06 12:46:15 -0400 |
commit | 16f10918c91227f5db21e04f932a9313aa1cfaf8 (patch) | |
tree | b24cc756046222fde6cb94806fcdedc502af4ea4 /drivers/regulator/Makefile | |
parent | 82b736df4da2c6fdf2c0018938685cf36d112ecd (diff) |
regulator: da9210: New driver
I2C driver for the Dialog DA9210 Multi-phase 12A DC-DC Buck.
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: David Dajun Chen <david.chen@diasemi.com>
Signed-off-by: Mark Brown <broonie@linaro.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 d240772d90ee..0fbbc44eccf5 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -20,6 +20,7 @@ obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o | |||
20 | obj-$(CONFIG_REGULATOR_DA903X) += da903x.o | 20 | obj-$(CONFIG_REGULATOR_DA903X) += da903x.o |
21 | obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o | 21 | obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o |
22 | obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o | 22 | obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o |
23 | obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o | ||
23 | obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o | 24 | obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o |
24 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o | 25 | obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o |
25 | obj-$(CONFIG_REGULATOR_FAN53555) += fan53555.o | 26 | obj-$(CONFIG_REGULATOR_FAN53555) += fan53555.o |