On 05/04/2016 11:14 AM, Kieran Bingham wrote: > From: Lee Jones <[email protected]> > > When there was no other way to match a I2C device to driver i2c_match_id() > was exclusively used. However, now there are other types of tables which > are commonly supplied, matching on an i2c_device_id table is used less > frequently. Instead of _always_ calling i2c_match_id() from within the > framework, we only need to do so from drivers which have no other way of > matching. This patch makes i2c_match_id() available to the aforementioned > device drivers. > > Acked-by: Grant Likely <[email protected]> > Signed-off-by: Lee Jones <[email protected]> > Signed-off-by: Kieran Bingham <[email protected]> > Tested-by: Kieran Bingham <[email protected]> > ---
Reviewed-by: Javier Martinez Canillas <[email protected]> Tested-by: Javier Martinez Canillas <[email protected]> Best regards, -- Javier Martinez Canillas Open Source Group Samsung Research America

