Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51fd554b authored by Jean Delvare's avatar Jean Delvare Committed by Jean Delvare
Browse files

i2c: Delete the broken i2c-ite bus driver



The rest of the ITE8172 support was already removed from MIPS tree.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Signed-off-by: default avatarYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Acked-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 36cfb5cc
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -216,17 +216,6 @@ Who: Thomas Gleixner <tglx@linutronix.de>

---------------------------

What:	i2c-ite and i2c-algo-ite drivers
When:	September 2006
Why:	These drivers never compiled since they were added to the kernel
	tree 5 years ago. This feature removal can be reevaluated if
	someone shows interest in the drivers, fixes them and takes over
	maintenance.
	http://marc.theaimsgroup.com/?l=linux-mips&m=115040510817448
Who:	Jean Delvare <khali@linux-fr.org>

---------------------------

What:	Bridge netfilter deferred IPv4/IPv6 output hook calling
When:	January 2007
Why:	The deferred output hooks are a layering violation causing unusual
+0 −11
Original line number Diff line number Diff line
@@ -38,17 +38,6 @@ config I2C_ALGOPCA
	  This support is also available as a module.  If so, the module 
	  will be called i2c-algo-pca.

config I2C_ALGOITE
	tristate "ITE I2C Algorithm"
	depends on MIPS_ITE8172 && I2C
	help
	  This supports the use of the ITE8172 I2C interface found on some MIPS
	  systems. Say Y if you have one of these. You should also say Y for
	  the ITE I2C peripheral driver support below.

	  This support is also available as a module.  If so, the module 
	  will be called i2c-algo-ite.

config I2C_ALGO8XX
	tristate "MPC8xx CPM I2C interface"
	depends on 8xx && I2C
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
obj-$(CONFIG_I2C_ALGOBIT)	+= i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF)	+= i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA)	+= i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGOITE)	+= i2c-algo-ite.o
obj-$(CONFIG_I2C_ALGO_SGI)	+= i2c-algo-sgi.o

ifeq ($(CONFIG_I2C_DEBUG_ALGO),y)

drivers/i2c/algos/i2c-algo-ite.c

deleted100644 → 0
+0 −806

File deleted.

Preview size limit exceeded, changes collapsed.

drivers/i2c/algos/i2c-algo-ite.h

deleted100644 → 0
+0 −117

File deleted.

Preview size limit exceeded, changes collapsed.

Loading