diff options
author | Deepak Saxena <dsaxena@plexity.net> | 2011-06-09 18:03:03 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-06-27 10:35:26 -0400 |
commit | d5b55a8f79f77158334e2eff82ffb0eea74618f2 (patch) | |
tree | 92d63869173f9fd6b6d9e4b84029025c2c780355 /Documentation/feature-removal-schedule.txt | |
parent | a06a0f8e3e28406828b0087012acfb0b802147b3 (diff) |
Update feature-removal-update.txt with 3.x versioning
Update all future kernel version entries in feature-removal-schedule.txt
with appropriate 3.x kernel numbering.
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 1a9446b59153..77257920ad0c 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -199,7 +199,7 @@ Files: drivers/staging/cs5535_gpio/* | |||
199 | Check: drivers/staging/cs5535_gpio/cs5535_gpio.c | 199 | Check: drivers/staging/cs5535_gpio/cs5535_gpio.c |
200 | Why: A newer driver replaces this; it is drivers/gpio/cs5535-gpio.c, and | 200 | Why: A newer driver replaces this; it is drivers/gpio/cs5535-gpio.c, and |
201 | integrates with the Linux GPIO subsystem. The old driver has been | 201 | integrates with the Linux GPIO subsystem. The old driver has been |
202 | moved to staging, and will be removed altogether around 2.6.40. | 202 | moved to staging, and will be removed altogether around 3.0. |
203 | Please test the new driver, and ensure that the functionality you | 203 | Please test the new driver, and ensure that the functionality you |
204 | need and any bugfixes from the old driver are available in the new | 204 | need and any bugfixes from the old driver are available in the new |
205 | one. | 205 | one. |
@@ -430,7 +430,7 @@ Who: Avi Kivity <avi@redhat.com> | |||
430 | ---------------------------- | 430 | ---------------------------- |
431 | 431 | ||
432 | What: iwlwifi 50XX module parameters | 432 | What: iwlwifi 50XX module parameters |
433 | When: 2.6.40 | 433 | When: 3.0 |
434 | Why: The "..50" modules parameters were used to configure 5000 series and | 434 | Why: The "..50" modules parameters were used to configure 5000 series and |
435 | up devices; different set of module parameters also available for 4965 | 435 | up devices; different set of module parameters also available for 4965 |
436 | with same functionalities. Consolidate both set into single place | 436 | with same functionalities. Consolidate both set into single place |
@@ -441,7 +441,7 @@ Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | |||
441 | ---------------------------- | 441 | ---------------------------- |
442 | 442 | ||
443 | What: iwl4965 alias support | 443 | What: iwl4965 alias support |
444 | When: 2.6.40 | 444 | When: 3.0 |
445 | Why: Internal alias support has been present in module-init-tools for some | 445 | Why: Internal alias support has been present in module-init-tools for some |
446 | time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed | 446 | time, the MODULE_ALIAS("iwl4965") boilerplate aliases can be removed |
447 | with no impact. | 447 | with no impact. |
@@ -499,7 +499,7 @@ Who: Daniel Lezcano <daniel.lezcano@free.fr> | |||
499 | ---------------------------- | 499 | ---------------------------- |
500 | 500 | ||
501 | What: iwlwifi disable_hw_scan module parameters | 501 | What: iwlwifi disable_hw_scan module parameters |
502 | When: 2.6.40 | 502 | When: 3.0 |
503 | Why: Hareware scan is the prefer method for iwlwifi devices for | 503 | Why: Hareware scan is the prefer method for iwlwifi devices for |
504 | scanning operation. Remove software scan support for all the | 504 | scanning operation. Remove software scan support for all the |
505 | iwlwifi devices. | 505 | iwlwifi devices. |
@@ -510,7 +510,7 @@ Who: Wey-Yi Guy <wey-yi.w.guy@intel.com> | |||
510 | 510 | ||
511 | What: access to nfsd auth cache through sys_nfsservctl or '.' files | 511 | What: access to nfsd auth cache through sys_nfsservctl or '.' files |
512 | in the 'nfsd' filesystem. | 512 | in the 'nfsd' filesystem. |
513 | When: 2.6.40 | 513 | When: 3.0 |
514 | Why: This is a legacy interface which have been replaced by a more | 514 | Why: This is a legacy interface which have been replaced by a more |
515 | dynamic cache. Continuing to maintain this interface is an | 515 | dynamic cache. Continuing to maintain this interface is an |
516 | unnecessary burden. | 516 | unnecessary burden. |
@@ -546,7 +546,7 @@ Files: net/netfilter/xt_connlimit.c | |||
546 | ---------------------------- | 546 | ---------------------------- |
547 | 547 | ||
548 | What: noswapaccount kernel command line parameter | 548 | What: noswapaccount kernel command line parameter |
549 | When: 2.6.40 | 549 | When: 3.0 |
550 | Why: The original implementation of memsw feature enabled by | 550 | Why: The original implementation of memsw feature enabled by |
551 | CONFIG_CGROUP_MEM_RES_CTLR_SWAP could be disabled by the noswapaccount | 551 | CONFIG_CGROUP_MEM_RES_CTLR_SWAP could be disabled by the noswapaccount |
552 | kernel parameter (introduced in 2.6.29-rc1). Later on, this decision | 552 | kernel parameter (introduced in 2.6.29-rc1). Later on, this decision |
@@ -579,7 +579,7 @@ Who: Jean Delvare <khali@linux-fr.org> | |||
579 | ---------------------------- | 579 | ---------------------------- |
580 | 580 | ||
581 | What: Support for UVCIOC_CTRL_ADD in the uvcvideo driver | 581 | What: Support for UVCIOC_CTRL_ADD in the uvcvideo driver |
582 | When: 2.6.42 | 582 | When: 3.2 |
583 | Why: The information passed to the driver by this ioctl is now queried | 583 | Why: The information passed to the driver by this ioctl is now queried |
584 | dynamically from the device. | 584 | dynamically from the device. |
585 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 585 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
@@ -587,7 +587,7 @@ Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
587 | ---------------------------- | 587 | ---------------------------- |
588 | 588 | ||
589 | What: Support for UVCIOC_CTRL_MAP_OLD in the uvcvideo driver | 589 | What: Support for UVCIOC_CTRL_MAP_OLD in the uvcvideo driver |
590 | When: 2.6.42 | 590 | When: 3.2 |
591 | Why: Used only by applications compiled against older driver versions. | 591 | Why: Used only by applications compiled against older driver versions. |
592 | Superseded by UVCIOC_CTRL_MAP which supports V4L2 menu controls. | 592 | Superseded by UVCIOC_CTRL_MAP which supports V4L2 menu controls. |
593 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 593 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
@@ -595,7 +595,7 @@ Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | |||
595 | ---------------------------- | 595 | ---------------------------- |
596 | 596 | ||
597 | What: Support for UVCIOC_CTRL_GET and UVCIOC_CTRL_SET in the uvcvideo driver | 597 | What: Support for UVCIOC_CTRL_GET and UVCIOC_CTRL_SET in the uvcvideo driver |
598 | When: 2.6.42 | 598 | When: 3.2 |
599 | Why: Superseded by the UVCIOC_CTRL_QUERY ioctl. | 599 | Why: Superseded by the UVCIOC_CTRL_QUERY ioctl. |
600 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 600 | Who: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
601 | 601 | ||