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

2014-09-12 Thread Wolfram Sang
> diff --git a/include/linux/i2c.h b/include/linux/i2c.h > index 79b674d..c8240e5 100644 > --- a/include/linux/i2c.h > +++ b/include/linux/i2c.h > @@ -125,7 +125,8 @@ extern s32 i2c_smbus_write_i2c_block_data(const struct > i2c_client *client, > * struct i2c_driver - represent an I2C device driv

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

2014-08-28 Thread 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. This brings I2C'