Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53266
b: refs/heads/master
c: 11de70b
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 1, 2007
1 parent 5b9bf24 commit f71fa74
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bcda9f1eb0de0e1108c8b2765e5b7afa0dfb6c9f
refs/heads/master: 11de70bd4d40a1a39c1133b260bfbd6306e981d3
8 changes: 8 additions & 0 deletions trunk/Documentation/feature-removal-schedule.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,11 @@ Why: Code was merged, then submitter immediately disappeared leaving
Who: David S. Miller <davem@davemloft.net>

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

What: i2c-ixp2000, i2c-ixp4xx and scx200_i2c drivers
When: September 2007
Why: Obsolete. The new i2c-gpio driver replaces all hardware-specific
I2C-over-GPIO drivers.
Who: Jean Delvare <khali@linux-fr.org>

---------------------------
15 changes: 12 additions & 3 deletions trunk/drivers/i2c/busses/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ config I2C_ISA
tristate

config I2C_IXP4XX
tristate "IXP4xx GPIO-Based I2C Interface"
tristate "IXP4xx GPIO-Based I2C Interface (DEPRECATED)"
depends on ARCH_IXP4XX
select I2C_ALGOBIT
help
Expand All @@ -250,8 +250,11 @@ config I2C_IXP4XX
This support is also available as a module. If so, the module
will be called i2c-ixp4xx.

This driver is deprecated and will be dropped soon. Use i2c-gpio
instead.

config I2C_IXP2000
tristate "IXP2000 GPIO-Based I2C Interface"
tristate "IXP2000 GPIO-Based I2C Interface (DEPRECATED)"
depends on ARCH_IXP2000
select I2C_ALGOBIT
help
Expand All @@ -261,6 +264,9 @@ config I2C_IXP2000
This support is also available as a module. If so, the module
will be called i2c-ixp2000.

This driver is deprecated and will be dropped soon. Use i2c-gpio
instead.

config I2C_POWERMAC
tristate "Powermac I2C interface"
depends on PPC_PMAC
Expand Down Expand Up @@ -426,7 +432,7 @@ config I2C_SIMTEC
will be called i2c-simtec.

config SCx200_I2C
tristate "NatSemi SCx200 I2C using GPIO pins"
tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)"
depends on SCx200_GPIO
select I2C_ALGOBIT
help
Expand All @@ -437,6 +443,9 @@ config SCx200_I2C
This support is also available as a module. If so, the module
will be called scx200_i2c.

This driver is deprecated and will be dropped soon. Use i2c-gpio
(or scx200_acb) instead.

config SCx200_I2C_SCL
int "GPIO pin used for SCL"
depends on SCx200_I2C
Expand Down

0 comments on commit f71fa74

Please sign in to comment.