diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-01-27 12:14:46 -0500 |
---|---|---|
committer | Jean Delvare <khali@hyperion.delvare> | 2008-01-27 12:14:46 -0500 |
commit | 7e8b99251be8b6f992baa88e3a6ba3c4ae01660b (patch) | |
tree | 9fec76cac149d4239ded7d2d4f020f0ec41e8ff8 /Documentation | |
parent | 5a4a2387717ec57ec2a9154beb281e09c19fc26e (diff) |
i2c: some overdue driver removal
This patch contains the overdue removal of three I2C drivers.
[JD: In fact only i2c-ixp4xx can be removed at the moment, the other two
platforms don't implement the generic GPIO layer yet.]
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 2cd16deb7195..fb51d38e8b46 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -225,14 +225,6 @@ Who: Len Brown <len.brown@intel.com> | |||
225 | 225 | ||
226 | --------------------------- | 226 | --------------------------- |
227 | 227 | ||
228 | What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers | ||
229 | When: September 2007 | ||
230 | Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific | ||
231 | I2C-over-GPIO drivers. | ||
232 | Who: Jean Delvare <khali@linux-fr.org> | ||
233 | |||
234 | --------------------------- | ||
235 | |||
236 | What: 'time' kernel boot parameter | 228 | What: 'time' kernel boot parameter |
237 | When: January 2008 | 229 | When: January 2008 |
238 | Why: replaced by 'printk.time=<value>' so that printk timestamps can be | 230 | Why: replaced by 'printk.time=<value>' so that printk timestamps can be |