diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2014-08-28 01:52:24 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2014-09-08 19:44:40 -0400 |
commit | 748c876634870f8e535ddebd76f409f0477d3dd4 (patch) | |
tree | 52e6568aa8a9a8399b8d8c9918feedaaa4d7738b | |
parent | 413fffc3a1db7f270afdf1ecb35c1edc013acc68 (diff) |
cpufreq: cpu0: Update Module Author
Two people are maintaining it now, Viresh and Shawn. Add Viresh's details in
MODULE_AUTHOR() and copyright section.
Suggested-by: Shawn Guo <shawn.guo@linaro.org>
Tested-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq-cpu0.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/cpufreq/cpufreq-cpu0.c b/drivers/cpufreq/cpufreq-cpu0.c index 0d2172b07765..4cfde6340967 100644 --- a/drivers/cpufreq/cpufreq-cpu0.c +++ b/drivers/cpufreq/cpufreq-cpu0.c | |||
@@ -1,6 +1,9 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2012 Freescale Semiconductor, Inc. | 2 | * Copyright (C) 2012 Freescale Semiconductor, Inc. |
3 | * | 3 | * |
4 | * Copyright (C) 2014 Linaro. | ||
5 | * Viresh Kumar <viresh.kumar@linaro.org> | ||
6 | * | ||
4 | * The OPP code in function cpu0_set_target() is reused from | 7 | * The OPP code in function cpu0_set_target() is reused from |
5 | * drivers/cpufreq/omap-cpufreq.c | 8 | * drivers/cpufreq/omap-cpufreq.c |
6 | * | 9 | * |
@@ -243,6 +246,7 @@ static struct platform_driver cpu0_cpufreq_platdrv = { | |||
243 | }; | 246 | }; |
244 | module_platform_driver(cpu0_cpufreq_platdrv); | 247 | module_platform_driver(cpu0_cpufreq_platdrv); |
245 | 248 | ||
249 | MODULE_AUTHOR("Viresh Kumar <viresh.kumar@linaro.org>"); | ||
246 | MODULE_AUTHOR("Shawn Guo <shawn.guo@linaro.org>"); | 250 | MODULE_AUTHOR("Shawn Guo <shawn.guo@linaro.org>"); |
247 | MODULE_DESCRIPTION("Generic CPU0 cpufreq driver"); | 251 | MODULE_DESCRIPTION("Generic CPU0 cpufreq driver"); |
248 | MODULE_LICENSE("GPL"); | 252 | MODULE_LICENSE("GPL"); |