From: Greg KH To: torvalds@transmeta.com Cc: linux-kernel@vger.kernel.org, sensors@Stimpy.netroedge.com Subject: [BK PATCH] More i2c driver changes for 2.5.69 Hi, Here are some more minor i2c fixups for 2.5.69. They are basically a bunch of fixes for the it87 driver, and a few other minor changes. Please pull from: bk://kernel.bkbits.net/gregkh/linux/i2c-2.5 thanks, greg k-h drivers/i2c/chips/it87.c | 195 +++++++++++++++++++++++------------------------ drivers/i2c/i2c-core.c | 33 ++++++- include/linux/i2c.h | 13 +-- 3 files changed, 133 insertions(+), 108 deletions(-) ----- : o I2C: And another it87 patch o I2C: Yet another it87 patch o I2C: Another it87 patch Greg Kroah-Hartman: o i2c: register the i2c_adapter_driver so things link up properly in sysfs o i2c: add i2c_adapter class support Mark W. McClelland: o I2C: add more classes