Re: [PATCH 3/4] i2c/chips: Remove deprecated pca9539-driver

2009-09-09 Thread Ben Gardner
On Wed, Sep 9, 2009 at 4:22 PM, Wolfram Sang wrote: > The pca9539-driver in drivers/i2c/chips which just exports its registers to > sysfs is superseeded by drivers/gpio/pca953x.c which properly uses the > gpiolib. > As this driver has been deprecated for more than a year, finally remove it. > > Si

[PATCH 3/4] i2c/chips: Remove deprecated pca9539-driver

2009-09-09 Thread Wolfram Sang
The pca9539-driver in drivers/i2c/chips which just exports its registers to sysfs is superseeded 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 Cc: Ben Gardner Cc: Jean Delvare --