Merge remote-tracking branches 'regulator/topic/pv88090', 'regulator/topic/qcom-smd...
authorMark Brown <broonie@kernel.org>
Tue, 12 Jan 2016 18:26:10 +0000 (18:26 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 12 Jan 2016 18:26:10 +0000 (18:26 +0000)
1  2  3  4  5  6 
drivers/regulator/Kconfig
drivers/regulator/Makefile

@@@@@@@ -514,14 -504,22 -504,6 -504,6 -504,6 -504,6 +514,22 @@@@@@@ config REGULATOR_PFUZE10
          Say y here to support the regulators found on the Freescale
          PFUZE100/PFUZE200 PMIC.
      
  ++++config REGULATOR_PV88060
  ++++  tristate "Powerventure Semiconductor PV88060 regulator"
  ++++  depends on I2C
  ++++  select REGMAP_I2C
  ++++  help
  ++++    Say y here to support the voltage regulators and convertors
  ++++    PV88060
  ++++
+ ++++config REGULATOR_PV88090
+ ++++  tristate "Powerventure Semiconductor PV88090 regulator"
+ ++++  depends on I2C
+ ++++  select REGMAP_I2C
+ ++++  help
+ ++++    Say y here to support the voltage regulators and convertors
+ ++++    on PV88090
+ ++++
      config REGULATOR_PWM
        tristate "PWM voltage regulator"
        depends on PWM
@@@@@@@ -67,7 -66,8 -66,6 -66,6 -66,6 -66,6 +67,8 @@@@@@@ obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) +
      obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
      obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
      obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
  ++++obj-$(CONFIG_REGULATOR_PV88060) += pv88060-regulator.o
+ ++++obj-$(CONFIG_REGULATOR_PV88090) += pv88090-regulator.o
      obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o
      obj-$(CONFIG_REGULATOR_TPS51632) += tps51632-regulator.o
      obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o