diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 14:17:05 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 14:17:05 -0500 |
commit | 70c07e02625ec46d0ffbfce1acef42d660803528 (patch) | |
tree | f500f1a4f93e72747fb08b0eefabb167dcdc5db9 /Documentation/feature-removal-schedule.txt | |
parent | 5d1769ac3d0ea5ff3a286b097c21faaf6a9e6859 (diff) | |
parent | 2746b8623abce815aaae7afc946b1b39f8436f5a (diff) |
Merge branch 'viro'
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index b47fba58d201..79f0ed9f60de 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -169,3 +169,12 @@ What: pci_module_init(driver) | |||
169 | When: January 2007 | 169 | When: January 2007 |
170 | Why: Is replaced by pci_register_driver(pci_driver). | 170 | Why: Is replaced by pci_register_driver(pci_driver). |
171 | Who: Richard Knutsson <ricknu-0@student.ltu.se> and Greg Kroah-Hartman <gregkh@suse.de> | 171 | Who: Richard Knutsson <ricknu-0@student.ltu.se> and Greg Kroah-Hartman <gregkh@suse.de> |
172 | |||
173 | --------------------------- | ||
174 | |||
175 | What: I2C interface of the it87 driver | ||
176 | When: January 2007 | ||
177 | Why: The ISA interface is faster and should be always available. The I2C | ||
178 | probing is also known to cause trouble in at least one case (see | ||
179 | bug #5889.) | ||
180 | Who: Jean Delvare <khali@linux-fr.org> | ||