From: Jean Delvare Date: Sun, 31 Jul 2005 19:20:43 +0000 (+0200) Subject: [PATCH] hwmon: hwmon vs i2c, second round (01/11) X-Git-Tag: v2.6.14-rc1~752^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fc6adfa9adf2be84119a3c2592287f33bd1dff2;p=pandora-kernel.git [PATCH] hwmon: hwmon vs i2c, second round (01/11) Add support for kind-forced addresses to i2c_probe, like i2c_detect has for (essentially) hardware monitoring drivers. Note that this change will slightly increase the size of the drivers using I2C_CLIENT_INSMOD, with no immediate benefit. This is a requirement if we want to merge i2c_probe and i2c_detect though, and seems a reasonable price to pay in comparison with the previous cleanups which saved much more than that (such as the i2c-isa cleanup or the i2c address ranges removal.) Signed-off-by: Jean Delvare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed