summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/s2mps11.c
diff options
context:
space:
mode:
authorAxel Lin2014-07-23 10:47:31 +0200
committerMark Brown2014-07-25 19:53:23 +0200
commitcad35c3f463ddfaff519e037cceac4ad971a9d60 (patch)
treef8fa8e85acda29f00a6486af4227e6797a660e60 /drivers/regulator/s2mps11.c
parentLinux 3.16-rc1 (diff)
downloadkernel-qcow2-linux-cad35c3f463ddfaff519e037cceac4ad971a9d60.tar.gz
kernel-qcow2-linux-cad35c3f463ddfaff519e037cceac4ad971a9d60.tar.xz
kernel-qcow2-linux-cad35c3f463ddfaff519e037cceac4ad971a9d60.zip
regulator: s2mps11: Update module description and Kconfig to add S2MPU02 support
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>
Diffstat (limited to 'drivers/regulator/s2mps11.c')
-rw-r--r--drivers/regulator/s2mps11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/s2mps11.c b/drivers/regulator/s2mps11.c
index 02e2fb2fca66..2b7e9e220497 100644
--- a/drivers/regulator/s2mps11.c
+++ b/drivers/regulator/s2mps11.c
@@ -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");