[PATCH] I2C: add new pca9539 driver
authorbgardner@wabtec.com <bgardner@wabtec.com>
Tue, 7 Jun 2005 13:55:38 +0000 (08:55 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:52:05 +0000 (21:52 -0700)
commit69dd204b6b45987dbf9ce7058cd238d355865281
treee033f9697109d4a411e5c6707b0e6991e00ede7f
parent10c08f8100ee2c4d27b862635574cdf4ef439e67
[PATCH] I2C: add new pca9539 driver

This is an i2c driver for the Philips PCA9539 (16 bit I/O port).
It uses the new i2c-sysfs interfaces.
The patch includes documentation.
It depends on the patch that renames "i2c-sysfs.h" to "hwmon-sysfs.h"

Signed-off-by: Ben Gardner <bgardner@wabtec.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/i2c/chips/pca9539 [new file with mode: 0644]
drivers/i2c/chips/Kconfig
drivers/i2c/chips/Makefile
drivers/i2c/chips/pca9539.c [new file with mode: 0644]