[BK PATCH] i2c driver fixes for 2.6.0-test7

From: Greg KH
Date: Fri Oct 10 2003 - 18:26:55 EST


Hi,

Here are some i2c driver fixes for 2.6.0-test7. They fix a bug in the
i2c-dev class code, fix oopses in the i2c-sis630 driver, and fix a
potential use-before-initialized error in the i2c chip drivers.

Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.6

thanks,

greg k-h

drivers/i2c/busses/Kconfig | 4 +-
drivers/i2c/busses/i2c-sis630.c | 67 ++++++++++++++++++++++++++++------------
drivers/i2c/chips/Kconfig | 16 ++++-----
drivers/i2c/chips/adm1021.c | 6 ++-
drivers/i2c/chips/it87.c | 7 ++--
drivers/i2c/chips/lm75.c | 5 ++
drivers/i2c/chips/lm78.c | 7 ++--
drivers/i2c/chips/lm85.c | 6 ++-
drivers/i2c/chips/via686a.c | 7 ++--
drivers/i2c/chips/w83781d.c | 6 ++-
drivers/i2c/i2c-dev.c | 17 ++++++++--
11 files changed, 99 insertions(+), 49 deletions(-)
-----

<amalysh:web.de>:
o I2C: i2c-sis630 driver fixes

Greg Kroah-Hartman:
o I2C: fix i2c-dev class release function bug

Jean Delvare:
o I2C: correct some errors in i2c/chips/Kconfig
o I2C: Chip driver initialization fixes

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/