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

2020-10-18 Thread Vaishnav M A
On Sun, Oct 18, 2020 at 5:06 PM Jonathan Cameron wrote: > > On Sun, 18 Oct 2020 09:06:02 +0530 > Vaishnav M A wrote: > > > add i2c_device_id for the vcnl4035 driver so that > > the device can be instantiated using i2c_new_client_device > > or from userspace, useful in cases where device tree base

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

2020-10-18 Thread Jonathan Cameron
On Sun, 18 Oct 2020 09:06:02 +0530 Vaishnav M A wrote: > add i2c_device_id for the vcnl4035 driver so that > the device can be instantiated using i2c_new_client_device > or from userspace, useful in cases where device tree based > description is not possible now(Eg. a device on a gbphy i2c > adap

[PATCH v2] iio: light: vcnl4035 add i2c_device_id

2020-10-17 Thread Vaishnav M A
add i2c_device_id for the vcnl4035 driver so that the device can be instantiated using i2c_new_client_device or from userspace, useful in cases where device tree based description is not possible now(Eg. a device on a gbphy i2c adapter created by greybus) Signed-off-by: Vaishnav M A --- v2: