diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-02-20 21:14:55 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-03-11 16:48:42 -0400 |
commit | ae0e6544347d6e114b6fa7eea66ebd062e4d8858 (patch) | |
tree | 65f74a442fce65bef72c6c798913bab5febb0937 /drivers/regulator/tps65910-regulator.c | |
parent | e882eae80f37fac922c6faa25e5ba535f29f2d38 (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>
Diffstat (limited to 'drivers/regulator/tps65910-regulator.c')
-rw-r--r-- | drivers/regulator/tps65910-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65910-regulator.c b/drivers/regulator/tps65910-regulator.c index a9bb6d45ceff..15b5f1ec17b7 100644 --- a/drivers/regulator/tps65910-regulator.c +++ b/drivers/regulator/tps65910-regulator.c | |||
@@ -1235,6 +1235,6 @@ static void __exit tps65910_cleanup(void) | |||
1235 | module_exit(tps65910_cleanup); | 1235 | module_exit(tps65910_cleanup); |
1236 | 1236 | ||
1237 | MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>"); | 1237 | MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>"); |
1238 | MODULE_DESCRIPTION("TPS6507x voltage regulator driver"); | 1238 | MODULE_DESCRIPTION("TPS65910/TPS65911 voltage regulator driver"); |
1239 | MODULE_LICENSE("GPL v2"); | 1239 | MODULE_LICENSE("GPL v2"); |
1240 | MODULE_ALIAS("platform:tps65910-pmic"); | 1240 | MODULE_ALIAS("platform:tps65910-pmic"); |