Skip to content

Commit

Permalink
i2c/chips: Remove deprecated pca9539 driver
Browse files Browse the repository at this point in the history
The pca9539 driver in drivers/i2c/chips which just exports its registers to
sysfs is superseded by drivers/gpio/pca953x.c which properly uses the gpiolib.
As this driver has been deprecated for more than a year, finally remove it.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Ben Gardner <gardner.ben@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Wolfram Sang authored and Jean Delvare committed Sep 18, 2009
1 parent 8f67eeb commit 732d481
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 224 deletions.
58 changes: 0 additions & 58 deletions Documentation/i2c/chips/pca9539

This file was deleted.

13 changes: 0 additions & 13 deletions drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ config SENSORS_PCF8574
These devices are hard to detect and rarely found on mainstream
hardware. If unsure, say N.

config SENSORS_PCA9539
tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
depends on EXPERIMENTAL && GPIO_PCA953X = "n"
help
If you say yes here you get support for the Philips PCA9539
16-bit I/O port.

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

This driver is deprecated and will be dropped soon. Use
drivers/gpio/pca953x.c instead.

config SENSORS_TSL2550
tristate "Taos TSL2550 ambient light sensor"
depends on EXPERIMENTAL
Expand Down
1 change: 0 additions & 1 deletion drivers/i2c/chips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#

obj-$(CONFIG_DS1682) += ds1682.o
obj-$(CONFIG_SENSORS_PCA9539) += pca9539.o
obj-$(CONFIG_SENSORS_PCF8574) += pcf8574.o
obj-$(CONFIG_SENSORS_TSL2550) += tsl2550.o

Expand Down
152 changes: 0 additions & 152 deletions drivers/i2c/chips/pca9539.c

This file was deleted.

0 comments on commit 732d481

Please sign in to comment.