i2c: Add support for custom probe function
authorJean Delvare <khali@linux-fr.org>
Wed, 11 Aug 2010 16:20:56 +0000 (18:20 +0200)
committerJean Delvare <khali@linux-fr.org>
Wed, 11 Aug 2010 16:20:56 +0000 (18:20 +0200)
The probe method used by i2c_new_probed_device() may not be suitable
for all cases. Let the caller provide its own, optional probe
function.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found