]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
regulator: s2mps11: Update module description and Kconfig to add S2MPU02 support
authorAxel Lin <axel.lin@ingics.com>
Wed, 23 Jul 2014 08:47:31 +0000 (16:47 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 25 Jul 2014 17:53:23 +0000 (18:53 +0100)
This driver also supports S2MPU02 now, thus update module description and
Kconfig accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/Kconfig
drivers/regulator/s2mps11.c

index 789eb46090e3ffe22de72845fe8edf8f32a907d3..203c02d7f2834e3bed8b90b258c56ecf8fe6ded2 100644 (file)
@@ -457,10 +457,10 @@ config REGULATOR_S2MPA01
         via I2C bus. S2MPA01 has 10 Bucks and 26 LDO outputs.
 
 config REGULATOR_S2MPS11
-       tristate "Samsung S2MPS11/S2MPS14 voltage regulator"
+       tristate "Samsung S2MPS11/S2MPS14/S2MPU02 voltage regulator"
        depends on MFD_SEC_CORE
        help
-        This driver supports a Samsung S2MPS11/S2MPS14 voltage output
+        This driver supports a Samsung S2MPS11/S2MPS14/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.
index 02e2fb2fca66fcf692d35ed0b1294274f8ce4ae5..2b7e9e22049775da7aea382e9b4b7815e881cff4 100644 (file)
@@ -766,5 +766,5 @@ module_exit(s2mps11_pmic_exit);
 
 /* Module information */
 MODULE_AUTHOR("Sangbeom Kim <sbkim73@samsung.com>");
-MODULE_DESCRIPTION("SAMSUNG S2MPS11/S2MPS14 Regulator Driver");
+MODULE_DESCRIPTION("SAMSUNG S2MPS11/S2MPS14/S2MPU02 Regulator Driver");
 MODULE_LICENSE("GPL");