diff options
author | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
commit | 02e2407858fd62053bf60349c0e72cd1c7a4a60e (patch) | |
tree | 0ebdbddc97d3abbc675916010e7771065b70c137 /Documentation/feature-removal-schedule.txt | |
parent | 96e1c408ea8a556c5b51e0e7d56bd2afbfbf5fe9 (diff) | |
parent | 6447f55da90b77faec1697d499ed7986bb4f6de6 (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.txt | 45 |
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 | ||
38 | What: AR9170USB | ||
39 | When: 2.6.40 | ||
40 | |||
41 | Why: 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 | |||
45 | Who: Christian Lamparter <chunkeey@googlemail.com> | ||
46 | |||
47 | --------------------------- | ||
48 | |||
38 | What: IRQF_SAMPLE_RANDOM | 49 | What: IRQF_SAMPLE_RANDOM |
39 | Check: IRQF_SAMPLE_RANDOM | 50 | Check: IRQF_SAMPLE_RANDOM |
40 | When: July 2009 | 51 | When: July 2009 |
@@ -566,16 +577,6 @@ Who: NeilBrown <neilb@suse.de> | |||
566 | 577 | ||
567 | ---------------------------- | 578 | ---------------------------- |
568 | 579 | ||
569 | What: i2c_adapter.id | ||
570 | When: June 2011 | ||
571 | Why: 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. | ||
575 | Who: Jean Delvare <khali@linux-fr.org> | ||
576 | |||
577 | ---------------------------- | ||
578 | |||
579 | What: cancel_rearming_delayed_work[queue]() | 580 | What: cancel_rearming_delayed_work[queue]() |
580 | When: 2.6.39 | 581 | When: 2.6.39 |
581 | 582 | ||
@@ -596,6 +597,13 @@ Who: Jean Delvare <khali@linux-fr.org> | |||
596 | 597 | ||
597 | ---------------------------- | 598 | ---------------------------- |
598 | 599 | ||
600 | What: xt_connlimit rev 0 | ||
601 | When: 2012 | ||
602 | Who: Jan Engelhardt <jengelh@medozas.de> | ||
603 | Files: net/netfilter/xt_connlimit.c | ||
604 | |||
605 | ---------------------------- | ||
606 | |||
599 | What: noswapaccount kernel command line parameter | 607 | What: noswapaccount kernel command line parameter |
600 | When: 2.6.40 | 608 | When: 2.6.40 |
601 | Why: The original implementation of memsw feature enabled by | 609 | Why: The original implementation of memsw feature enabled by |
@@ -611,3 +619,20 @@ Why: The original implementation of memsw feature enabled by | |||
611 | Who: Michal Hocko <mhocko@suse.cz> | 619 | Who: Michal Hocko <mhocko@suse.cz> |
612 | 620 | ||
613 | ---------------------------- | 621 | ---------------------------- |
622 | |||
623 | What: ipt_addrtype match include file | ||
624 | When: 2012 | ||
625 | Why: superseded by xt_addrtype | ||
626 | Who: Florian Westphal <fw@strlen.de> | ||
627 | Files: include/linux/netfilter_ipv4/ipt_addrtype.h | ||
628 | |||
629 | ---------------------------- | ||
630 | |||
631 | What: i2c_driver.attach_adapter | ||
632 | i2c_driver.detach_adapter | ||
633 | When: September 2011 | ||
634 | Why: These legacy callbacks should no longer be used as i2c-core offers | ||
635 | a variety of preferable alternative ways to instantiate I2C devices. | ||
636 | Who: Jean Delvare <khali@linux-fr.org> | ||
637 | |||
638 | ---------------------------- | ||