summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2012-02-21 10:14:55 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-03-11 20:48:42 +0000
commitae0e6544347d6e114b6fa7eea66ebd062e4d8858 (patch)
tree65f74a442fce65bef72c6c798913bab5febb0937
parente882eae80f37fac922c6faa25e5ba535f29f2d38 (diff)
regulator: Fix module desciption for tps65910 regulator
Fix the module desciption and also update Kconfig to include supporting tps65911 chip. Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
-rw-r--r--drivers/regulator/Kconfig4
-rw-r--r--drivers/regulator/tps65910-regulator.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 376824b865a..edcd9e25936 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -344,10 +344,10 @@ config REGULATOR_TPS6524X
port controller.
config REGULATOR_TPS65910
- tristate "TI TPS65910 Power Regulator"
+ tristate "TI TPS65910/TPS65911 Power Regulators"
depends on MFD_TPS65910
help
- This driver supports TPS65910 voltage regulator chips.
+ This driver supports TPS65910/TPS65911 voltage regulator chips.
config REGULATOR_TPS62360
tristate "TI TPS62360 Power Regulator"
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c
index a9bb6d45cef..15b5f1ec17b 100644
--- a/drivers/regulator/tps65910-regulator.c
+++ b/drivers/regulator/tps65910-regulator.c
@@ -1235,6 +1235,6 @@ static void __exit tps65910_cleanup(void)
module_exit(tps65910_cleanup);
MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
-MODULE_DESCRIPTION("TPS6507x voltage regulator driver");
+MODULE_DESCRIPTION("TPS65910/TPS65911 voltage regulator driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:tps65910-pmic");