Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorArnd Bergmann <arnd@arndb.de>
Sat, 24 Mar 2012 11:29:58 +0000 (11:29 +0000)
committerArnd Bergmann <arnd@arndb.de>
Sat, 24 Mar 2012 11:29:58 +0000 (11:29 +0000)
The pxa regulator branch removes the bq24022 driver, while a lot of
other regulator drivers got added in the regulator tree. This
resolves the trivial conflicts by merging in the regulator patches
that are already merged into v3.4.

Conflicts:
drivers/regulator/Kconfig
drivers/regulator/Makefile

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1  2 
drivers/mfd/twl-core.c
drivers/regulator/Kconfig
drivers/regulator/Makefile
drivers/regulator/tps65910-regulator.c

Simple merge
index 740f468ba65fafbad2f1629f9912c1dbe1da0b52,a229de98ae6f286171c3ce96ddb0d8d6f299108e..36db5a441ebacda2498fc4cfcc5b0e24d9437a9f
@@@ -233,6 -240,32 +240,24 @@@ config REGULATOR_AB310
         AB3100 analog baseband dealing with power regulators
         for the system.
  
 -config REGULATOR_BQ24022
 -      tristate "TI bq24022 Dual Input 1-Cell Li-Ion Charger IC"
 -      help
 -        This driver controls a TI bq24022 Charger attached via
 -        GPIOs. The provided current regulator can enable/disable
 -        charging select between 100 mA and 500 mA charging current
 -        limit.
 -
+ config REGULATOR_AB8500
+       bool "ST-Ericsson AB8500 Power Regulators"
+       depends on AB8500_CORE
+       help
+         This driver supports the regulators found on the ST-Ericsson mixed
+         signal AB8500 PMIC
+ config REGULATOR_DBX500_PRCMU
+       bool
+ config REGULATOR_DB8500_PRCMU
+       bool "ST-Ericsson DB8500 Voltage Domain Regulators"
+       depends on MFD_DB8500_PRCMU
+       select REGULATOR_DBX500_PRCMU
+       help
+         This driver supports the voltage domain regulators controlled by the
+         DB8500 PRCMU
  config REGULATOR_TPS6105X
        tristate "TI TPS6105X Power regulators"
        depends on TPS6105X
index f53cf8082c62cfd67bc9ae2e72b7a23fc50a7659,b5042c885d8921af2d105f55dcf521bf4bd447be..94b52745e9579ec3fbb9790efef74a5d41315770
@@@ -10,7 -10,18 +10,17 @@@ obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER
  obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o
  
  obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o
+ obj-$(CONFIG_REGULATOR_88PM8607) += 88pm8607.o
+ obj-$(CONFIG_REGULATOR_AAT2870) += aat2870-regulator.o
+ obj-$(CONFIG_REGULATOR_AB3100) += ab3100.o
+ obj-$(CONFIG_REGULATOR_AB8500)        += ab8500.o
  obj-$(CONFIG_REGULATOR_AD5398) += ad5398.o
 -obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
+ obj-$(CONFIG_REGULATOR_ANATOP) += anatop-regulator.o
+ obj-$(CONFIG_REGULATOR_DA903X)        += da903x.o
+ obj-$(CONFIG_REGULATOR_DA9052)        += da9052-regulator.o
+ obj-$(CONFIG_REGULATOR_DBX500_PRCMU) += dbx500-prcmu.o
+ obj-$(CONFIG_REGULATOR_DB8500_PRCMU) += db8500-prcmu.o
+ obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o
  obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o
  obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o
  obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o