Skip to content

Commit 51fd554

Browse files
Jean DelvareJean Delvare
authored andcommitted
i2c: Delete the broken i2c-ite bus driver
The rest of the ITE8172 support was already removed from MIPS tree. Signed-off-by: Jean Delvare <[email protected]> Signed-off-by: Yoichi Yuasa <[email protected]> Acked-by: Ralf Baechle <[email protected]>
1 parent 36cfb5c commit 51fd554

File tree

10 files changed

+0
-1312
lines changed

10 files changed

+0
-1312
lines changed

Documentation/feature-removal-schedule.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -216,17 +216,6 @@ Who: Thomas Gleixner <[email protected]>
216216

217217
---------------------------
218218

219-
What: i2c-ite and i2c-algo-ite drivers
220-
When: September 2006
221-
Why: These drivers never compiled since they were added to the kernel
222-
tree 5 years ago. This feature removal can be reevaluated if
223-
someone shows interest in the drivers, fixes them and takes over
224-
maintenance.
225-
http://marc.theaimsgroup.com/?l=linux-mips&m=115040510817448
226-
Who: Jean Delvare <[email protected]>
227-
228-
---------------------------
229-
230219
What: Bridge netfilter deferred IPv4/IPv6 output hook calling
231220
When: January 2007
232221
Why: The deferred output hooks are a layering violation causing unusual

drivers/i2c/algos/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@ config I2C_ALGOPCA
3838
This support is also available as a module. If so, the module
3939
will be called i2c-algo-pca.
4040

41-
config I2C_ALGOITE
42-
tristate "ITE I2C Algorithm"
43-
depends on MIPS_ITE8172 && I2C
44-
help
45-
This supports the use of the ITE8172 I2C interface found on some MIPS
46-
systems. Say Y if you have one of these. You should also say Y for
47-
the ITE I2C peripheral driver support below.
48-
49-
This support is also available as a module. If so, the module
50-
will be called i2c-algo-ite.
51-
5241
config I2C_ALGO8XX
5342
tristate "MPC8xx CPM I2C interface"
5443
depends on 8xx && I2C

drivers/i2c/algos/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
66
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
77
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
8-
obj-$(CONFIG_I2C_ALGOITE) += i2c-algo-ite.o
98
obj-$(CONFIG_I2C_ALGO_SGI) += i2c-algo-sgi.o
109

1110
ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)

0 commit comments

Comments
 (0)