[BK PATCH] Yet more i2c driver changes for 2.5.69

Greg KH (greg@kroah.com)
Mon, 19 May 2003 16:11:56 -0700


Hi,

Here are yet more minor i2c fixups for 2.5.69. They add another i2c bus
driver, and fix some bugs in the existing drivers (i287 and i2c-dev.)

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

thanks,

greg k-h

drivers/i2c/busses/Kconfig | 25 ++
drivers/i2c/busses/Makefile | 1
drivers/i2c/busses/i2c-piix4.c | 4
drivers/i2c/busses/i2c-sis96x.c | 376 ++++++++++++++++++++++++++++++++++++++++
drivers/i2c/chips/it87.c | 1
drivers/i2c/i2c-dev.c | 228 +++++++++++++++++-------
drivers/pci/quirks.c | 80 ++++++++
include/linux/i2c-id.h | 2
include/linux/pci_ids.h | 3
9 files changed, 648 insertions(+), 72 deletions(-)
-----

<mhoffman:lightlink.com>:
o i2c: Add SiS96x I2C/SMBus driver

<warp:mercury.d2dc.net>:
o I2C: And yet another it87 patch

Greg Kroah-Hartman:
o i2c: fix up i2c-dev driver based on previous core changes
o i2c: piix4 driver: turn common error message to a debug level and rename the sysfs driver name

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