diff options
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 37 |
1 files changed, 15 insertions, 22 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index dca11ea6d2d5..d49c2ec72d12 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -85,17 +85,6 @@ Who: Robin Getz <rgetz@blackfin.uclinux.org> & Matt Mackall <mpm@selenic.com> | |||
85 | 85 | ||
86 | --------------------------- | 86 | --------------------------- |
87 | 87 | ||
88 | What: Deprecated snapshot ioctls | ||
89 | When: 2.6.36 | ||
90 | |||
91 | Why: The ioctls in kernel/power/user.c were marked as deprecated long time | ||
92 | ago. Now they notify users about that so that they need to replace | ||
93 | their userspace. After some more time, remove them completely. | ||
94 | |||
95 | Who: Jiri Slaby <jirislaby@gmail.com> | ||
96 | |||
97 | --------------------------- | ||
98 | |||
99 | What: The ieee80211_regdom module parameter | 88 | What: The ieee80211_regdom module parameter |
100 | When: March 2010 / desktop catchup | 89 | When: March 2010 / desktop catchup |
101 | 90 | ||
@@ -263,8 +252,7 @@ Who: Ravikiran Thirumalai <kiran@scalex86.org> | |||
263 | 252 | ||
264 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS | 253 | What: Code that is now under CONFIG_WIRELESS_EXT_SYSFS |
265 | (in net/core/net-sysfs.c) | 254 | (in net/core/net-sysfs.c) |
266 | When: After the only user (hal) has seen a release with the patches | 255 | When: 3.5 |
267 | for enough time, probably some time in 2010. | ||
268 | Why: Over 1K .text/.data size reduction, data is available in other | 256 | Why: Over 1K .text/.data size reduction, data is available in other |
269 | ways (ioctls) | 257 | ways (ioctls) |
270 | Who: Johannes Berg <johannes@sipsolutions.net> | 258 | Who: Johannes Berg <johannes@sipsolutions.net> |
@@ -362,15 +350,6 @@ Who: anybody or Florian Mickler <florian@mickler.org> | |||
362 | 350 | ||
363 | ---------------------------- | 351 | ---------------------------- |
364 | 352 | ||
365 | What: KVM paravirt mmu host support | ||
366 | When: January 2011 | ||
367 | Why: The paravirt mmu host support is slower than non-paravirt mmu, both | ||
368 | on newer and older hardware. It is already not exposed to the guest, | ||
369 | and kept only for live migration purposes. | ||
370 | Who: Avi Kivity <avi@redhat.com> | ||
371 | |||
372 | ---------------------------- | ||
373 | |||
374 | What: iwlwifi 50XX module parameters | 353 | What: iwlwifi 50XX module parameters |
375 | When: 3.0 | 354 | When: 3.0 |
376 | Why: The "..50" modules parameters were used to configure 5000 series and | 355 | Why: The "..50" modules parameters were used to configure 5000 series and |
@@ -535,6 +514,20 @@ Why: In 3.0, we can now autodetect internal 3G device and already have | |||
535 | information log when acer-wmi initial. | 514 | information log when acer-wmi initial. |
536 | Who: Lee, Chun-Yi <jlee@novell.com> | 515 | Who: Lee, Chun-Yi <jlee@novell.com> |
537 | 516 | ||
517 | --------------------------- | ||
518 | |||
519 | What: /sys/devices/platform/_UDC_/udc/_UDC_/is_dualspeed file and | ||
520 | is_dualspeed line in /sys/devices/platform/ci13xxx_*/udc/device file. | ||
521 | When: 3.8 | ||
522 | Why: The is_dualspeed file is superseded by maximum_speed in the same | ||
523 | directory and is_dualspeed line in device file is superseded by | ||
524 | max_speed line in the same file. | ||
525 | |||
526 | The maximum_speed/max_speed specifies maximum speed supported by UDC. | ||
527 | To check if dualspeeed is supported, check if the value is >= 3. | ||
528 | Various possible speeds are defined in <linux/usb/ch9.h>. | ||
529 | Who: Michal Nazarewicz <mina86@mina86.com> | ||
530 | |||
538 | ---------------------------- | 531 | ---------------------------- |
539 | 532 | ||
540 | What: The XFS nodelaylog mount option | 533 | What: The XFS nodelaylog mount option |