From: Jean Delvare <[EMAIL PROTECTED]> Date: Wed, 15 Oct 2008 14:33:21 +0200
> For another, with the introduction of I2C classes several years ago, > I2C device drivers should no longer probe random I2C adapters. Jean, they do, that's why I wrote this change. > They should only probe adapters which share a class bit with them, The pcf driver sets the class bit used by FAN and temperature sensors, so the I2C layer goes poking around all of the standard address locations each of those drivers list. I don't want that to happen, ever. I know exactly what address each and every I2C device sits at, so I don't want auto probing at all even even if the class bits match. Again where the heck were you two months ago when I submitted these changes originally? I could have been working on changes meanwhile, but instead you're reviewing this stuff _NOW_ in the middle of the merge window when I have to be on top of things for networking and sparc stuff going into the tree. _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
