aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/feature-removal-schedule.txt
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2011-03-23 02:34:54 -0400
committerLen Brown <len.brown@intel.com>2011-03-23 02:34:54 -0400
commit02e2407858fd62053bf60349c0e72cd1c7a4a60e (patch)
tree0ebdbddc97d3abbc675916010e7771065b70c137 /Documentation/feature-removal-schedule.txt
parent96e1c408ea8a556c5b51e0e7d56bd2afbfbf5fe9 (diff)
parent6447f55da90b77faec1697d499ed7986bb4f6de6 (diff)
Merge branch 'linus' into release
Conflicts: arch/x86/kernel/acpi/sleep.c Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r--Documentation/feature-removal-schedule.txt45
1 files changed, 35 insertions, 10 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index e4615253ba89..75c37e4c3d75 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -35,6 +35,17 @@ Who: Luis R. Rodriguez <lrodriguez@atheros.com>
35 35
36--------------------------- 36---------------------------
37 37
38What: AR9170USB
39When: 2.6.40
40
41Why: This driver is deprecated and the firmware is no longer
42 maintained. The replacement driver "carl9170" has been
43 around for a while, so the devices are still supported.
44
45Who: Christian Lamparter <chunkeey@googlemail.com>
46
47---------------------------
48
38What: IRQF_SAMPLE_RANDOM 49What: IRQF_SAMPLE_RANDOM
39Check: IRQF_SAMPLE_RANDOM 50Check: IRQF_SAMPLE_RANDOM
40When: July 2009 51When: July 2009
@@ -566,16 +577,6 @@ Who: NeilBrown <neilb@suse.de>
566 577
567---------------------------- 578----------------------------
568 579
569What: i2c_adapter.id
570When: June 2011
571Why: This field is deprecated. I2C device drivers shouldn't change their
572 behavior based on the underlying I2C adapter. Instead, the I2C
573 adapter driver should instantiate the I2C devices and provide the
574 needed platform-specific information.
575Who: Jean Delvare <khali@linux-fr.org>
576
577----------------------------
578
579What: cancel_rearming_delayed_work[queue]() 580What: cancel_rearming_delayed_work[queue]()
580When: 2.6.39 581When: 2.6.39
581 582
@@ -596,6 +597,13 @@ Who: Jean Delvare <khali@linux-fr.org>
596 597
597---------------------------- 598----------------------------
598 599
600What: xt_connlimit rev 0
601When: 2012
602Who: Jan Engelhardt <jengelh@medozas.de>
603Files: net/netfilter/xt_connlimit.c
604
605----------------------------
606
599What: noswapaccount kernel command line parameter 607What: noswapaccount kernel command line parameter
600When: 2.6.40 608When: 2.6.40
601Why: The original implementation of memsw feature enabled by 609Why: The original implementation of memsw feature enabled by
@@ -611,3 +619,20 @@ Why: The original implementation of memsw feature enabled by
611Who: Michal Hocko <mhocko@suse.cz> 619Who: Michal Hocko <mhocko@suse.cz>
612 620
613---------------------------- 621----------------------------
622
623What: ipt_addrtype match include file
624When: 2012
625Why: superseded by xt_addrtype
626Who: Florian Westphal <fw@strlen.de>
627Files: include/linux/netfilter_ipv4/ipt_addrtype.h
628
629----------------------------
630
631What: i2c_driver.attach_adapter
632 i2c_driver.detach_adapter
633When: September 2011
634Why: These legacy callbacks should no longer be used as i2c-core offers
635 a variety of preferable alternative ways to instantiate I2C devices.
636Who: Jean Delvare <khali@linux-fr.org>
637
638----------------------------