Re: [PATCH v3] iio: light: vcnl4035 add i2c_device_id

2020-10-18 Thread Vaishnav M A
On Sun, Oct 18, 2020 at 11:59 PM Andy Shevchenko wrote: > > On Sun, Oct 18, 2020 at 6:47 PM Vaishnav M A wrote: > > > > Add i2c_device_id table for the vl53l0x-i2c driver, > > helps in device instantiation using i2c_new_client_device > > In all your patches please refer to the functions like

Re: [PATCH v3] iio: light: vcnl4035 add i2c_device_id

2020-10-18 Thread Andy Shevchenko
On Sun, Oct 18, 2020 at 6:47 PM Vaishnav M A wrote: > > Add i2c_device_id table for the vl53l0x-i2c driver, > helps in device instantiation using i2c_new_client_device In all your patches please refer to the functions like function(). For example, here is i2c_new_client_device(). > or from

[PATCH v3] iio: light: vcnl4035 add i2c_device_id

2020-10-18 Thread Vaishnav M A
Add i2c_device_id table for the vl53l0x-i2c driver, helps in device instantiation using i2c_new_client_device or from userspace in cases where device-tree based description is not possible now (Example: device on a gbphy i2c adapter created by greybus) Signed-off-by: Vaishnav M A --- v3: