Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: Make linux-pm@vger.kernel.org official mailing list

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>

authored by

Viresh Kumar and committed by
Rafael J. Wysocki
dec102aa e5eaa445

+7 -9
+2 -2
Documentation/ABI/testing/sysfs-devices-system-cpu
··· 128 128 129 129 What: /sys/devices/system/cpu/cpu#/cpufreq/* 130 130 Date: pre-git history 131 - Contact: cpufreq@vger.kernel.org 131 + Contact: linux-pm@vger.kernel.org 132 132 Description: Discover and change clock speed of CPUs 133 133 134 134 Clock scaling allows you to change the clock speed of the ··· 146 146 147 147 What: /sys/devices/system/cpu/cpu#/cpufreq/freqdomain_cpus 148 148 Date: June 2013 149 - Contact: cpufreq@vger.kernel.org 149 + Contact: linux-pm@vger.kernel.org 150 150 Description: Discover CPUs in the same CPU frequency coordination domain 151 151 152 152 freqdomain_cpus is the list of CPUs (online+offline) that share
+2 -2
Documentation/cpu-freq/index.txt
··· 35 35 ------------ 36 36 There is a CPU frequency changing CVS commit and general list where 37 37 you can report bugs, problems or submit patches. To post a message, 38 - send an email to cpufreq@vger.kernel.org, to subscribe go to 39 - http://vger.kernel.org/vger-lists.html#cpufreq and follow the 38 + send an email to linux-pm@vger.kernel.org, to subscribe go to 39 + http://vger.kernel.org/vger-lists.html#linux-pm and follow the 40 40 instructions there. 41 41 42 42 Links
-2
MAINTAINERS
··· 2415 2415 CPU FREQUENCY DRIVERS 2416 2416 M: Rafael J. Wysocki <rjw@rjwysocki.net> 2417 2417 M: Viresh Kumar <viresh.kumar@linaro.org> 2418 - L: cpufreq@vger.kernel.org 2419 2418 L: linux-pm@vger.kernel.org 2420 2419 S: Maintained 2421 2420 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git ··· 2425 2426 CPU FREQUENCY DRIVERS - ARM BIG LITTLE 2426 2427 M: Viresh Kumar <viresh.kumar@linaro.org> 2427 2428 M: Sudeep Holla <sudeep.holla@arm.com> 2428 - L: cpufreq@vger.kernel.org 2429 2429 L: linux-pm@vger.kernel.org 2430 2430 W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php 2431 2431 S: Maintained
+1 -1
drivers/cpufreq/speedstep-centrino.c
··· 28 28 #include <asm/cpu_device_id.h> 29 29 30 30 #define PFX "speedstep-centrino: " 31 - #define MAINTAINER "cpufreq@vger.kernel.org" 31 + #define MAINTAINER "linux-pm@vger.kernel.org" 32 32 33 33 #define INTEL_MSR_RANGE (0xffff) 34 34
+1 -1
tools/power/cpupower/Makefile
··· 62 62 LIB_MIN= 0 63 63 64 64 PACKAGE = cpupower 65 - PACKAGE_BUGREPORT = cpufreq@vger.kernel.org 65 + PACKAGE_BUGREPORT = linux-pm@vger.kernel.org 66 66 LANGUAGES = de fr it cs pt 67 67 68 68
+1 -1
tools/power/cpupower/debug/kernel/cpufreq-test_tsc.c
··· 18 18 * 5.) if the third value, "diff_pmtmr", changes between 2. and 4., the 19 19 * TSC-based delay routine on the Linux kernel does not correctly 20 20 * handle the cpufreq transition. Please report this to 21 - * cpufreq@vger.kernel.org 21 + * linux-pm@vger.kernel.org 22 22 */ 23 23 24 24 #include <linux/kernel.h>