From: Jean Delvare Date: Sun, 6 Dec 2009 16:06:24 +0000 (+0100) Subject: i2c: Drop probe, ignore and force module parameters X-Git-Tag: v2.6.33-rc1~385^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b25a9e96dc89954ae8d8f473f56fae62030f84;p=pandora-kernel.git i2c: Drop probe, ignore and force module parameters The legacy probe and force module parameters are obsolete now, the same can be achieved using the new_device sysfs interface, which is both more flexible and cheaper (it is implemented by i2c-core rather than replicated in every driver module.) The legacy ignore module parameters can be dropped as well. Ignoring can be done by instantiating a "dummy" device at the problematic address. This is the first step of a huge cleanup to i2c-core's i2c_detect function, i2c.h's I2C_CLIENT_INSMOD* macros, and all drivers that made use of them. Signed-off-by: Jean Delvare --- Reading git-diff-tree failed