diff options
author | Zhang Rui <rui.zhang@intel.com> | 2011-01-09 22:16:30 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-01-12 00:36:17 -0500 |
commit | 6d855fcdd24d2491455527c4999b4d04363f1980 (patch) | |
tree | 19faadd4e6d1edc0d0eacca076d50902f7f0b3fe /Documentation/feature-removal-schedule.txt | |
parent | cef6e8a3790d6bdc305496629c357a56001d59a6 (diff) |
ACPI: delete CONFIG_ACPI_PROCFS_POWER and power procfs I/F in 2.6.39
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 made the sysfs I/F always built in and this option
disabled by default.
Now, we plan to remove this option and the ACPI power procfs
interface in 2.6.39.
First, update the feature-removal-schedule to announce this change.
Second, add runtime warnings in ACPI AC/Battery/SBS driver, so that
users will notice this change even if "make oldconfig" is used.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 11 |
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> | |||
232 | 232 | ||
233 | --------------------------- | 233 | --------------------------- |
234 | 234 | ||
235 | What: CONFIG_ACPI_PROCFS_POWER | ||
236 | When: 2.6.39 | ||
237 | Why: sysfs I/F for ACPI power devices, including AC and Battery, | ||
238 | has been working in upstream kenrel since 2.6.24, Sep 2007. | ||
239 | In 2.6.37, we make the sysfs I/F always built in and this option | ||
240 | disabled by default. | ||
241 | Remove this option and the ACPI power procfs interface in 2.6.39. | ||
242 | Who: Zhang Rui <rui.zhang@intel.com> | ||
243 | |||
244 | --------------------------- | ||
245 | |||
235 | What: /proc/acpi/button | 246 | What: /proc/acpi/button |
236 | When: August 2007 | 247 | When: August 2007 |
237 | Why: /proc/acpi/button has been replaced by events to the input layer | 248 | Why: /proc/acpi/button has been replaced by events to the input layer |