Skip to content

Commit

Permalink
deprecate obsolete pca9539 driver
Browse files Browse the repository at this point in the history
Use drivers/gpio/pca9539.c instead.

Signed-off-by: eric miao <eric.miao@marvell.com>
Acked-by: Ben Gardner <bgardner@wabtec.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Cc: Philipp Zabel <philipp.zabel@gmail.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
eric miao authored and Linus Torvalds committed Feb 5, 2008
1 parent 9e60fdc commit b72540c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Documentation/i2c/chips/pca9539
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Kernel driver pca9539
=====================

NOTE: this driver is deprecated and will be dropped soon, use
drivers/gpio/pca9539.c instead.

Supported chips:
* Philips PCA9539
Prefix: 'pca9539'
Expand Down
7 changes: 5 additions & 2 deletions drivers/i2c/chips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,18 @@ config PCF8575
hardware. If unsure, say N.

config SENSORS_PCA9539
tristate "Philips PCA9539 16-bit I/O port"
depends on EXPERIMENTAL
tristate "Philips PCA9539 16-bit I/O port (DEPRECATED)"
depends on EXPERIMENTAL && GPIO_PCA9539 = "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/pca9539.c instead.

config SENSORS_PCF8591
tristate "Philips PCF8591"
depends on EXPERIMENTAL
Expand Down

0 comments on commit b72540c

Please sign in to comment.