[RESEND PATCH v4 6/8] i2c: Provide a temporary .probe2() call-back type

2015-09-11 Thread Kieran Bingham
From: Lee Jones This will aid the seamless removal of the current probe()'s, more commonly unused than used second parameter. Most I2C drivers can simply switch over to the new interface, others which have DT support can use its own matching instead and others can call i2c_match_id() themselves.

[PATCH v4 6/8] i2c: Provide a temporary .probe2() call-back type

2015-09-09 Thread Kieran Bingham
From: Lee Jones This will aid the seamless removal of the current probe()'s, more commonly unused than used second parameter. Most I2C drivers can simply switch over to the new interface, others which have DT support can use its own matching instead and others can call i2c_match_id() themselves.