Merge remote-tracking branch 'regulator/for-5.14' into regulator-next
authorMark Brown <broonie@kernel.org>
Wed, 23 Jun 2021 15:56:31 +0000 (16:56 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 23 Jun 2021 15:56:31 +0000 (16:56 +0100)
1  2 
MAINTAINERS
drivers/regulator/Kconfig
drivers/regulator/core.c
drivers/regulator/fan53880.c
drivers/regulator/fixed.c
drivers/regulator/hi6421v600-regulator.c
drivers/regulator/mt6315-regulator.c
drivers/regulator/mt6358-regulator.c

diff --cc MAINTAINERS
Simple merge
@@@ -1030,8 -1037,28 +1037,28 @@@ config REGULATOR_RT503
          RT5033 PMIC. The device supports multiple regulators like
          current source, LDO and Buck.
  
+ config REGULATOR_RT6160
+       tristate "Richtek RT6160 BuckBoost voltage regulator"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This adds support for voltage regulator in Richtek RT6160.
+         This device automatically change voltage output mode from
+         Buck or Boost. The mode transistion depend on the input source voltage.
+         The wide output range is from 2025mV to 5200mV and can be used on most
+         common application scenario.
+ config REGULATOR_RT6245
+       tristate "Richtek RT6245 voltage regulator"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         This adds supprot for Richtek RT6245 voltage regulator.
+         It can support up to 14A output current and adjustable output voltage
+         from 0.4375V to 1.3875V, per step 12.5mV.
  config REGULATOR_RTMV20
 -      tristate "RTMV20 Laser Diode Regulator"
 +      tristate "Richtek RTMV20 Laser Diode Regulator"
        depends on I2C
        select REGMAP_I2C
        help
Simple merge
@@@ -77,9 -76,8 +77,9 @@@ static const struct regulator_desc fan5
                      REGULATOR_LINEAR_RANGE(600000, 0x1f, 0xf7, 12500),
                },
                .n_linear_ranges = 2,
 +              .n_voltages =      0xf8,
                .vsel_reg =        FAN53880_BUCKVOUT,
-               .vsel_mask =       0x7f,
+               .vsel_mask =       0xff,
                .enable_reg =      FAN53880_ENABLE,
                .enable_mask =     0x10,
                .enable_time =     480,
Simple merge
Simple merge
Simple merge