projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
413fffc
)
cpufreq: cpu0: Update Module Author
author
Viresh Kumar
<
[email protected]
>
Thu, 28 Aug 2014 05:52:24 +0000
(11:22 +0530)
committer
Rafael J. Wysocki
<
[email protected]
>
Mon, 8 Sep 2014 23:44:40 +0000
(
01:44
+0200)
Two people are maintaining it now, Viresh and Shawn. Add Viresh's details in
MODULE_AUTHOR() and copyright section.
Suggested-by: Shawn Guo <
[email protected]
>
Tested-by: Stephen Boyd <
[email protected]
>
Signed-off-by: Viresh Kumar <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/cpufreq/cpufreq-cpu0.c
patch
|
blob
|
history
diff --git
a/drivers/cpufreq/cpufreq-cpu0.c
b/drivers/cpufreq/cpufreq-cpu0.c
index 0d2172b077651e3b5d3340d925210b201e416e84..4cfde6340967b0dcb1273ec559a356f4bfb82c9e 100644
(file)
--- a/
drivers/cpufreq/cpufreq-cpu0.c
+++ b/
drivers/cpufreq/cpufreq-cpu0.c
@@
-1,6
+1,9
@@
/*
* Copyright (C) 2012 Freescale Semiconductor, Inc.
*
+ * Copyright (C) 2014 Linaro.
+ * Viresh Kumar <
[email protected]
>
+ *
* The OPP code in function cpu0_set_target() is reused from
* drivers/cpufreq/omap-cpufreq.c
*
@@
-243,6
+246,7
@@
static struct platform_driver cpu0_cpufreq_platdrv = {
};
module_platform_driver(cpu0_cpufreq_platdrv);
+MODULE_AUTHOR("Viresh Kumar <
[email protected]
>");
MODULE_AUTHOR("Shawn Guo <
[email protected]
>");
MODULE_DESCRIPTION("Generic CPU0 cpufreq driver");
MODULE_LICENSE("GPL");