]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cpufreq: Make linux-pm@vger.kernel.org official mailing list
authorViresh Kumar <viresh.kumar@linaro.org>
Tue, 22 Apr 2014 05:12:05 +0000 (10:42 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 30 Apr 2014 23:15:32 +0000 (01:15 +0200)
There has been confusion all the time about which mailing list to follow
for cpufreq activities, linux-pm@vger.kernel.org or cpufreq@vger.kernel.org.

Since patches sent to cpufreq@vger.kernel.org don't go to Patchwork
which is a maintenance workflow problem, make linux-pm@vger.kernel.org
the official mailing list for cpufreq stuff and remove all references
of cpufreq@vger.kernel.org from kernel source.

Later, we can request that the list be dropped entirely.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
[rjw: Changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Documentation/ABI/testing/sysfs-devices-system-cpu
Documentation/cpu-freq/index.txt
MAINTAINERS
drivers/cpufreq/speedstep-centrino.c
tools/power/cpupower/Makefile
tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c

index d5a0d33c571f336a7756fc642acf61309facd6e6..acb9bfc89b4879c7f1f7c6815959baa4c819154b 100644 (file)
@@ -128,7 +128,7 @@ Description:        Discover cpuidle policy and mechanism
 
 What:          /sys/devices/system/cpu/cpu#/cpufreq/*
 Date:          pre-git history
-Contact:       cpufreq@vger.kernel.org
+Contact:       linux-pm@vger.kernel.org
 Description:   Discover and change clock speed of CPUs
 
                Clock scaling allows you to change the clock speed of the
@@ -146,7 +146,7 @@ Description:        Discover and change clock speed of CPUs
 
 What:          /sys/devices/system/cpu/cpu#/cpufreq/freqdomain_cpus
 Date:          June 2013
-Contact:       cpufreq@vger.kernel.org
+Contact:       linux-pm@vger.kernel.org
 Description:   Discover CPUs in the same CPU frequency coordination domain
 
                freqdomain_cpus is the list of CPUs (online+offline) that share
index 3d0b915035b9f28fbcff7d83a91ef016d4d7b2ad..dc024ab4054fc9d3728f0cda79cc9891e4178544 100644 (file)
@@ -35,8 +35,8 @@ Mailing List
 ------------
 There is a CPU frequency changing CVS commit and general list where
 you can report bugs, problems or submit patches. To post a message,
-send an email to cpufreq@vger.kernel.org, to subscribe go to
-http://vger.kernel.org/vger-lists.html#cpufreq and follow the
+send an email to linux-pm@vger.kernel.org, to subscribe go to
+http://vger.kernel.org/vger-lists.html#linux-pm and follow the
 instructions there.
 
 Links
index e67ea244204163a5d0eb9e43239c5ccd4394bae1..433163dd93515faf40ebe008a6396de2cff4ddb4 100644 (file)
@@ -2415,7 +2415,6 @@ F:        drivers/net/ethernet/ti/cpmac.c
 CPU FREQUENCY DRIVERS
 M:     Rafael J. Wysocki <rjw@rjwysocki.net>
 M:     Viresh Kumar <viresh.kumar@linaro.org>
-L:     cpufreq@vger.kernel.org
 L:     linux-pm@vger.kernel.org
 S:     Maintained
 T:     git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
@@ -2426,7 +2425,6 @@ F:        include/linux/cpufreq.h
 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
 M:     Viresh Kumar <viresh.kumar@linaro.org>
 M:     Sudeep Holla <sudeep.holla@arm.com>
-L:     cpufreq@vger.kernel.org
 L:     linux-pm@vger.kernel.org
 W:     http://www.arm.com/products/processors/technologies/biglittleprocessing.php
 S:     Maintained
index 6723f0390f20dace530f77f4d94c4109af48b351..7d4a31571608524e75cfa71c35c5336dea485efa 100644 (file)
@@ -28,7 +28,7 @@
 #include <asm/cpu_device_id.h>
 
 #define PFX            "speedstep-centrino: "
-#define MAINTAINER     "cpufreq@vger.kernel.org"
+#define MAINTAINER     "linux-pm@vger.kernel.org"
 
 #define INTEL_MSR_RANGE        (0xffff)
 
index cbfec92af32766b2570cc9add2ce4c3290bcd75e..3651db7eda238a91de7c9c6a804516526563c0c4 100644 (file)
@@ -62,7 +62,7 @@ LIB_MAJ=                      0.0.0
 LIB_MIN=                       0
 
 PACKAGE =                      cpupower
-PACKAGE_BUGREPORT =            cpufreq@vger.kernel.org
+PACKAGE_BUGREPORT =            linux-pm@vger.kernel.org
 LANGUAGES =                    de fr it cs pt
 
 
index 0f10b81e3322694df614bf23a0b1824d415b34ce..5224ee5b392d07f06ea963c0a0910f66a6bff263 100644 (file)
@@ -18,7 +18,7 @@
  * 5.) if the third value, "diff_pmtmr", changes between 2. and 4., the
  *     TSC-based delay routine on the Linux kernel does not correctly
  *     handle the cpufreq transition. Please report this to
- *     cpufreq@vger.kernel.org
+ *     linux-pm@vger.kernel.org
  */
 
 #include <linux/kernel.h>