]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] I2C: Drop probe parameter of i2c-keywest
authorJean Delvare <khali@linux-fr.org>
Mon, 29 Aug 2005 19:10:31 +0000 (21:10 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Sep 2005 16:26:52 +0000 (09:26 -0700)
commitb280dab6d62c8d0434cbc0aaeebf56d1fa4fcc19
tree591ad43d6466310312254f6bd1766f9e1e92f010
parent386625f9f5cd94d10a21241b555b130dcec484fb
[PATCH] I2C: Drop probe parameter of i2c-keywest

The i2c-keywest driver has a "probe" module parameter which enables bus
scanning at load time. This can be done in userspace with the i2cdetect
tool (part of the lm_sensors package) instead. What's more, i2cdetect
gives more control on the way the bus is scanned, and is safer
(i2c-keywest currently scans reserved addresses and doesn't properly
handle the famous 24RF08 corruption case.)

Thus, I would propose that this module parameter be simply dropped.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/busses/i2c-keywest.c