On Wed, Sep 9, 2009 at 11:22 PM, Wolfram Sang <[email protected]> wrote: > > The pcf8575-driver in drivers/i2c/chips which just exports its register to > sysfs is superseeded by drivers/gpio/pcf857x.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 <[email protected]> > Cc: Bart Van Assche <[email protected]> > Cc: Jean Delvare <[email protected]> > --- > Documentation/i2c/chips/pcf8575 | 69 -------------- > drivers/i2c/chips/Kconfig | 18 ---- > drivers/i2c/chips/Makefile | 1 - > drivers/i2c/chips/pcf8575.c | 198 > --------------------------------------- > 4 files changed, 0 insertions(+), 286 deletions(-) > delete mode 100644 Documentation/i2c/chips/pcf8575 > delete mode 100644 drivers/i2c/chips/pcf8575.c
This patch removes the documentation file Documentation/i2c/chips/pcf8575 while there is no documentation under Documentation/ for the drivers/gpio/pcf857x.c driver. Shouldn't proper documentation for the pcf857x driver be added to the kernel tree before the pcf8575 driver is removed ? Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
