aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorGravatar Len Brown <len.brown@intel.com> 2011-01-12 05:00:07 -0500
committerGravatar Len Brown <len.brown@intel.com> 2011-01-12 05:00:07 -0500
commitc1b2dab96f3c1cb051b85d82d7e70e12e9b930f2 (patch)
tree9ef312cd3b4ce583364923ad708168add6059285 /Documentation
parentMerge branch 'pnp' into release (diff)
parentACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39 (diff)
downloadlinux-c1b2dab96f3c1cb051b85d82d7e70e12e9b930f2.tar.gz
linux-c1b2dab96f3c1cb051b85d82d7e70e12e9b930f2.tar.bz2
linux-c1b2dab96f3c1cb051b85d82d7e70e12e9b930f2.zip
Merge branch 'procfs-cleanup' into release
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/feature-removal-schedule.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 6c2f55e05f13..f281532a15ce 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -232,6 +232,17 @@ Who: Zhang Rui <rui.zhang@intel.com>
---------------------------
+What: CONFIG_ACPI_PROCFS_POWER
+When: 2.6.39
+Why: sysfs I/F for ACPI power devices, including AC and Battery,
+ has been working in upstream kenrel since 2.6.24, Sep 2007.
+ In 2.6.37, we make the sysfs I/F always built in and this option
+ disabled by default.
+ Remove this option and the ACPI power procfs interface in 2.6.39.
+Who: Zhang Rui <rui.zhang@intel.com>
+
+---------------------------
+
What: /proc/acpi/button
When: August 2007
Why: /proc/acpi/button has been replaced by events to the input layer