]> Git Repo - linux.git/commitdiff
Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
authorLinus Torvalds <[email protected]>
Fri, 15 Jan 2016 20:14:47 +0000 (12:14 -0800)
committerLinus Torvalds <[email protected]>
Fri, 15 Jan 2016 20:14:47 +0000 (12:14 -0800)
Pull regulator updates from Mark Brown:
 "Aside from a fix for a spurious warning (which caused more problems
  than it fixed in the fixing really) this is all driver updates,
  including new drivers for Dialog PV88060/90 and TI LM363x and TPS65086
  devices.  The qcom_smd driver has had PM8916 and PMA8084 support
  added"

* tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator: (36 commits)
  regulator: core: remove some dead code
  regulator: core: use dev_to_rdev
  regulator: lp872x: Get rid of duplicate reference to DVS GPIO
  regulator: lp872x: Add missing of_match in regulators descriptions
  regulator: axp20x: Fix GPIO LDO enable value for AXP22x
  regulator: lp8788: constify regulator_ops structures
  regulator: wm8*: constify regulator_ops structures
  regulator: da9*: constify regulator_ops structures
  regulator: mt6311: Use REGCACHE_RBTREE
  regulator: tps65917/palmas: Add bypass ops for LDOs with bypass capability
  regulator: qcom-smd: Add support for PMA8084
  regulator: qcom-smd: Add PM8916 support
  soc: qcom: documentation: Update SMD/RPM Docs
  regulator: pv88090: logical vs bitwise AND typo
  regulator: pv88090: Fix irq leak
  regulator: pv88090: new regulator driver
  regulator: wm831x-ldo: Use platform_register/unregister_drivers()
  regulator: wm831x-dcdc: Use platform_register/unregister_drivers()
  regulator: lp8788-ldo: Use platform_register/unregister_drivers()
  regulator: core: Fix nested locking of supplies
  ...

1  2 
drivers/regulator/Kconfig

index 2805b014ae311dcee18890a0092416c8cb22e507,3904dc040695e6541d3144f01d91bdfa64a9c1d3..8155e80dd3f8cb1af05636eb07af16e799566127
@@@ -274,6 -274,15 +274,15 @@@ config REGULATOR_ISL6271
        help
          This driver supports ISL6271A voltage regulator chip.
  
+ config REGULATOR_LM363X
+       tristate "TI LM363X voltage regulators"
+       depends on MFD_TI_LMU
+       help
+         This driver supports LM3631 and LM3632 voltage regulators for
+         the LCD bias.
+         One boost output voltage is configurable and always on.
+         Other LDOs are used for the display module.
  config REGULATOR_LP3971
        tristate "National Semiconductors LP3971 PMIC regulator driver"
        depends on I2C
@@@ -446,6 -455,7 +455,7 @@@ config REGULATOR_MC1389
  config REGULATOR_MT6311
        tristate "MediaTek MT6311 PMIC"
        depends on I2C
+       select REGMAP_I2C
        help
          Say y here to select this option to enable the power regulator of
          MediaTek MT6311 PMIC.
@@@ -504,6 -514,22 +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
@@@ -588,10 -614,10 +614,10 @@@ config REGULATOR_S2MPA0
         via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
  
  config REGULATOR_S2MPS11
 -      tristate "Samsung S2MPS11/S2MPS13/S2MPS14/S2MPU02 voltage regulator"
 +      tristate "Samsung S2MPS11/13/14/15/S2MPU02 voltage regulator"
        depends on MFD_SEC_CORE
        help
 -       This driver supports a Samsung S2MPS11/S2MPS13/S2MPS14/S2MPU02 voltage
 +       This driver supports a Samsung S2MPS11/13/14/15/S2MPU02 voltage
         output regulator via I2C bus. The chip is comprised of high efficient
         Buck converters including Dual-Phase Buck converter, Buck-Boost
         converter, various LDOs.
@@@ -680,6 -706,13 +706,13 @@@ config REGULATOR_TPS6507
          three step-down converters and two general-purpose LDO voltage regulators.
          It supports TI's software based Class-2 SmartReflex implementation.
  
+ config REGULATOR_TPS65086
+       tristate "TI TPS65086 Power regulators"
+       depends on MFD_TPS65086
+       help
+         This driver provides support for the voltage regulators on
+         TI TPS65086 PMICs.
  config REGULATOR_TPS65090
        tristate "TI TPS65090 Power regulator"
        depends on MFD_TPS65090
This page took 0.077498 seconds and 4 git commands to generate.