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

index bfa4944ed123574ca97e4b245afb76474eac17c0,5433c448aff246cb8ae26468556507eb0c66c324,8df0b0e62976d460c96a0be4dffbe53363586b4a,8df0b0e62976d460c96a0be4dffbe53363586b4a,b45fc6023bef176116c70cd0fd5142859aab3802,8df0b0e62976d460c96a0be4dffbe53363586b4a..3904dc040695e6541d3144f01d91bdfa64a9c1d3
@@@@@@@ -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
index 3f6a6a6a9f1ac6e8c7d635e114c534bb813e5c4c,29cda9d53787722de64baab165661144f43eb193,0f8174913c17bd0b23fb434af7e0a48206680e85,0f8174913c17bd0b23fb434af7e0a48206680e85,945d8ec5ea8ffb6b19ad1eab45bf9f6107c6ef50,0f8174913c17bd0b23fb434af7e0a48206680e85..980b1943fa8153dd0c7cb1d286c5f5a23aacdbf4
@@@@@@@ -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