Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=eee87d...
Commit: eee87d3196c9a7ac3422f4298e2250ca68d791c1
Parent: 569be443e3c1329fc6725988004f5d8a32fe3be5
Author: Adrian Bunk <bunk@kernel.org>
AuthorDate: Sun Jan 27 18:14:45 2008 +0100
Committer: Jean Delvare <khali@hyperion.delvare>
CommitDate: Sun Jan 27 18:14:45 2008 +0100
i2c: the scheduled I2C RTC driver removal
This patch contains the scheduled removal of legacy I2C RTC drivers with
replacement drivers.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
Documentation/feature-removal-schedule.txt | 7 -
arch/ppc/platforms/83xx/mpc834x_sys.c | 20 --
arch/ppc/platforms/85xx/tqm85xx.c | 21 --
arch/ppc/platforms/katana.c | 21 --
drivers/i2c/chips/Kconfig | 38 ---
drivers/i2c/chips/Makefile | 3 -
drivers/i2c/chips/ds1337.c | 410 ---------------------------
drivers/i2c/chips/ds1374.c | 267 ------------------
drivers/i2c/chips/m41t00.c | 413 ----------------------------
include/linux/i2c-id.h | 2 -
include/linux/m41t00.h | 50 ----
11 files changed, 0 insertions(+), 1252 deletions(-)
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index 9b8291f..2cd16de 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -266,13 +266,6 @@ Who: Tejun Heo <htejun@gmail.com>
---------------------------
-What: Legacy RTC drivers (under drivers/i2c/chips)
-When: November 2007
-Why: Obsolete. We have a RTC subsystem with better drivers.
-Who: Jean Delvare <khali@linux-fr.org>
-
----------------------------
-
What: iptables SAME target
When: 1.1. 2008
...