Re: [PATCH 3/3] i2c: expose adapter probe and remove probed functions

2016-09-16 Thread David Lechner
On 09/16/2016 04:03 PM, Wolfram Sang wrote: The intended use of these functions is for LEGO MINDSTORMS sensors. These are hot-plugable I2C devices. When a sensor is connected, i2c_adapter_probe() is called to automatically configure the sensor. When the sensor is disconnected,

Re: [PATCH 3/3] i2c: expose adapter probe and remove probed functions

2016-09-16 Thread David Lechner
On 09/16/2016 04:03 PM, Wolfram Sang wrote: The intended use of these functions is for LEGO MINDSTORMS sensors. These are hot-plugable I2C devices. When a sensor is connected, i2c_adapter_probe() is called to automatically configure the sensor. When the sensor is disconnected,

Re: [PATCH 3/3] i2c: expose adapter probe and remove probed functions

2016-09-16 Thread Wolfram Sang
> The intended use of these functions is for LEGO MINDSTORMS sensors. These > are hot-plugable I2C devices. When a sensor is connected, i2c_adapter_probe() > is called to automatically configure the sensor. When the sensor is > disconnected, i2c_adapter_remove_probed() is called to remove the >

Re: [PATCH 3/3] i2c: expose adapter probe and remove probed functions

2016-09-16 Thread Wolfram Sang
> The intended use of these functions is for LEGO MINDSTORMS sensors. These > are hot-plugable I2C devices. When a sensor is connected, i2c_adapter_probe() > is called to automatically configure the sensor. When the sensor is > disconnected, i2c_adapter_remove_probed() is called to remove the >