cpufreq: cpu0: Update Module Author
authorViresh Kumar <[email protected]>
Thu, 28 Aug 2014 05:52:24 +0000 (11:22 +0530)
committerRafael 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

index 0d2172b077651e3b5d3340d925210b201e416e84..4cfde6340967b0dcb1273ec559a356f4bfb82c9e 100644 (file)
@@ -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");