aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>2006-10-03 15:34:28 -0400
committerDave Jones <davej@redhat.com>2006-10-15 19:57:10 -0400
commit83d0515bbb10c7a3e52eee697d1032e447291eda (patch)
treedba32263b1d8374422d44772455e4acbea75de3a /Documentation/feature-removal-schedule.txt
parentdde9f7ba60adac0cade262ab9b17654e93c626e2 (diff)
[CPUFREQ][4/8] acpi-cpufreq: Mark speedstep-centrino ACPI as deprecated
Mark ACPI hooks in speedstep-centrino as deprecated. Change the order in which speedstep-centrino and acpi-cpufreq (when both are in kernel) will be added. First driver to be tried is now acpi-cpufreq, followed by speedstep-centrino. Add a note in feature-removal-schedule to mark this deprecation. Signed-off-by: Denis Sadykov <denis.m.sadykov@intel.com> Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> Signed-off-by: Dave Jones <davej@redhat.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 24f3c63b3017..7ebca0775ec1 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -280,3 +280,25 @@ Why: Orphaned for ages. SMP bugs long unfixed. Few users left
280Who: Jeff Garzik <jeff@garzik.org> 280Who: Jeff Garzik <jeff@garzik.org>
281 281
282--------------------------- 282---------------------------
283
284What: ACPI hooks (X86_SPEEDSTEP_CENTRINO_ACPI) in speedstep-centrino driver
285When: December 2006
286Why: Speedstep-centrino driver with ACPI hooks and acpi-cpufreq driver are
287 functionally very much similar. They talk to ACPI in same way. Only
288 difference between them is the way they do frequency transitions.
289 One uses MSRs and the other one uses IO ports. Functionaliy of
290 speedstep_centrino with ACPI hooks is now merged into acpi-cpufreq.
291 That means one common driver will support all Intel Enhanced Speedstep
292 capable CPUs. That means less confusion over name of
293 speedstep-centrino driver (with that driver supposed to be used on
294 non-centrino platforms). That means less duplication of code and
295 less maintenance effort and no possibility of these two drivers
296 going out of sync.
297 Current users of speedstep_centrino with ACPI hooks are requested to
298 switch over to acpi-cpufreq driver. speedstep-centrino will continue
299 to work using older non-ACPI static table based scheme even after this
300 date.
301
302Who: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
303
304---------------------------