Skip to content

Commit

Permalink
i2c: Remove 3 deprecated bus drivers
Browse files Browse the repository at this point in the history
This patch contains the scheduled removal of i2c-i810, i2c-prosavage
and i2c-savage4.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Adrian Bunk authored and Jean Delvare committed Jul 14, 2008
1 parent 279e902 commit 20a9b6e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 929 deletions.
7 changes: 0 additions & 7 deletions Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,6 @@ Who: Thomas Gleixner <tglx@linutronix.de>

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

What: i2c-i810, i2c-prosavage and i2c-savage4
When: May 2008
Why: These drivers are superseded by i810fb, intelfb and savagefb.
Who: Jean Delvare <khali@linux-fr.org>

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

What (Why):
- include/linux/netfilter_ipv4/ipt_TOS.h ipt_tos.h header files
(superseded by xt_TOS/xt_tos target & match)
Expand Down
47 changes: 0 additions & 47 deletions Documentation/i2c/busses/i2c-i810

This file was deleted.

23 changes: 0 additions & 23 deletions Documentation/i2c/busses/i2c-prosavage

This file was deleted.

26 changes: 0 additions & 26 deletions Documentation/i2c/busses/i2c-savage4

This file was deleted.

52 changes: 0 additions & 52 deletions drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -186,26 +186,6 @@ config I2C_I801
This driver can also be built as a module. If so, the module
will be called i2c-i801.

config I2C_I810
tristate "Intel 810/815 (DEPRECATED)"
default n
depends on PCI
select I2C_ALGOBIT
help
If you say yes to this option, support will be included for the Intel
810/815 family of mainboard I2C interfaces. Specifically, the
following versions of the chipset are supported:
i810AA
i810AB
i810E
i815
i845G

This driver is deprecated in favor of the i810fb and intelfb drivers.

This driver can also be built as a module. If so, the module
will be called i2c-i810.

config I2C_PXA
tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
depends on EXPERIMENTAL && ARCH_PXA
Expand Down Expand Up @@ -402,45 +382,13 @@ config I2C_PASEMI
help
Supports the PA Semi PWRficient on-chip SMBus interfaces.

config I2C_PROSAVAGE
tristate "S3/VIA (Pro)Savage (DEPRECATED)"
default n
depends on PCI
select I2C_ALGOBIT
help
If you say yes to this option, support will be included for the
I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
graphics processors.
chipsets supported:
S3/VIA KM266/VT8375 aka ProSavage8
S3/VIA KM133/VT8365 aka Savage4

This driver is deprecated in favor of the savagefb driver.

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

config I2C_S3C2410
tristate "S3C2410 I2C Driver"
depends on ARCH_S3C2410
help
Say Y here to include support for I2C controller in the
Samsung S3C2410 based System-on-Chip devices.

config I2C_SAVAGE4
tristate "S3 Savage 4 (DEPRECATED)"
default n
depends on PCI
select I2C_ALGOBIT
help
If you say yes to this option, support will be included for the
S3 Savage 4 I2C interface.

This driver is deprecated in favor of the savagefb driver.

This driver can also be built as a module. If so, the module
will be called i2c-savage4.

config I2C_SIBYTE
tristate "SiByte SMBus interface"
depends on SIBYTE_SB1xxx_SOC
Expand Down
3 changes: 0 additions & 3 deletions drivers/i2c/busses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ obj-$(CONFIG_I2C_ELEKTOR) += i2c-elektor.o
obj-$(CONFIG_I2C_GPIO) += i2c-gpio.o
obj-$(CONFIG_I2C_HYDRA) += i2c-hydra.o
obj-$(CONFIG_I2C_I801) += i2c-i801.o
obj-$(CONFIG_I2C_I810) += i2c-i810.o
obj-$(CONFIG_I2C_IBM_IIC) += i2c-ibm_iic.o
obj-$(CONFIG_I2C_IOP3XX) += i2c-iop3xx.o
obj-$(CONFIG_I2C_IXP2000) += i2c-ixp2000.o
Expand All @@ -35,10 +34,8 @@ obj-$(CONFIG_I2C_PCA_PLATFORM) += i2c-pca-platform.o
obj-$(CONFIG_I2C_PIIX4) += i2c-piix4.o
obj-$(CONFIG_I2C_PMCMSP) += i2c-pmcmsp.o
obj-$(CONFIG_I2C_PNX) += i2c-pnx.o
obj-$(CONFIG_I2C_PROSAVAGE) += i2c-prosavage.o
obj-$(CONFIG_I2C_PXA) += i2c-pxa.o
obj-$(CONFIG_I2C_S3C2410) += i2c-s3c2410.o
obj-$(CONFIG_I2C_SAVAGE4) += i2c-savage4.o
obj-$(CONFIG_I2C_SH7760) += i2c-sh7760.o
obj-$(CONFIG_I2C_SH_MOBILE) += i2c-sh_mobile.o
obj-$(CONFIG_I2C_SIBYTE) += i2c-sibyte.o
Expand Down
Loading

0 comments on commit 20a9b6e

Please sign in to comment.