[PATCH v5 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-22 Thread Rishi Gupta
veml6030 is an ambient light sensor from Vishay semiconductors. It has 16-bit resolution, supports both ambient light measurement and white channel which is more responsive to wider wavelength spectrum. It has flexible power saving, integration time and gain options. Communication with host is over

Re: [PATCH v4 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-22 Thread rishi gupta
Thanks Jonathan, sorry for deep thread, learnt will keep in mind. All suggested changes done except re-ordering devm_add_action_or_reset. Please see inline and suggest if I missed something. On Tue, Oct 22, 2019 at 3:30 PM Jonathan Cameron wrote: > > On Tue, 22 Oct 2019 09:27:15 +0530 > Rishi Gu

Re: [PATCH v4 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-22 Thread Jonathan Cameron
On Tue, 22 Oct 2019 09:27:15 +0530 Rishi Gupta wrote: > veml6030 is an ambient light sensor from Vishay semiconductors. > It has 16-bit resolution, supports both ambient light measurement > and white channel which is more responsive to wider wavelength > spectrum. It has flexible power saving, in

[PATCH v4 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-21 Thread Rishi Gupta
veml6030 is an ambient light sensor from Vishay semiconductors. It has 16-bit resolution, supports both ambient light measurement and white channel which is more responsive to wider wavelength spectrum. It has flexible power saving, integration time and gain options. Communication with host is over

Re: [RESEND PATCH v2 0/3] Add driver for veml6030 ambient light sensor

2019-10-21 Thread rishi gupta
registers in veml6030 are read only. For these registers > > read callback returns error to user space. > > > > There are 3 patches for this submission: > > [PATCH 1/3] iio: light: add driver for veml6030 ambient light sensor > > [PATCH 2/3] dt-bindings: iio: light: add veml6

[PATCH v3 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-21 Thread Rishi Gupta
veml6030 is an ambient light sensor from Vishay semiconductors. It has 16-bit resolution, supports both ambient light measurement and white channel which is more responsive to wider wavelength spectrum. It has flexible power saving, integration time and gain options. Communication with host is over

Re: [RESEND PATCH v2 0/3] Add driver for veml6030 ambient light sensor

2019-10-05 Thread Jonathan Cameron
only. For these registers > read callback returns error to user space. > > There are 3 patches for this submission: > [PATCH 1/3] iio: light: add driver for veml6030 ambient light sensor > [PATCH 2/3] dt-bindings: iio: light: add veml6030 ALS bindings > [PATCH 3/3] iio: document

Re: [RESEND PATCH v2 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-10-05 Thread Jonathan Cameron
On Tue, 24 Sep 2019 16:21:56 +0530 Rishi Gupta wrote: > veml6030 is an ambient light sensor from Vishay semiconductors. > It has 16-bit resolution, supports both ambient light measurement > and white channel which is more responsive to wider wavelength > spectrum. It has flexible power saving, in

[RESEND PATCH v2 0/3] Add driver for veml6030 ambient light sensor

2019-09-24 Thread Rishi Gupta
old is crossed. This uses IRQ pin of veml6030. * Some registers in veml6030 are read only. For these registers read callback returns error to user space. There are 3 patches for this submission: [PATCH 1/3] iio: light: add driver for veml6030 ambient light sensor [PATCH 2/3] dt-bindings: iio: li

[RESEND PATCH v2 1/3] iio: light: add driver for veml6030 ambient light sensor

2019-09-24 Thread Rishi Gupta
veml6030 is an ambient light sensor from Vishay semiconductors. It has 16-bit resolution, supports both ambient light measurement and white channel which is more responsive to wider wavelength spectrum. It has flexible power saving, integration time and gain options. Communication with host is over

Add driver for veml6030 ambient light sensor

2019-09-17 Thread Rishi Gupta
old is crossed. This uses IRQ pin of veml6030. * Some registers in veml6030 are read only. For these registers read callback returns error to user space. There are 2 patches for this submission: [PATCH 1/2] iio: light: add driver for veml6030 ambient light sensor [PATCH 2/2] dt-bindings: iio: li

[PATCH 1/2] iio: light: add driver for veml6030 ambient light sensor

2019-09-17 Thread Rishi Gupta
veml6030 is an ambient light sensor from Vishay semiconductors. It has 16-bit resolution, supports both ambient light measurement and white channel which is more responsive to wider wavelength spectrum. It has flexible power saving, integration time and gain options. Communication with host is over

Add driver for veml6030 ambient light sensor

2019-09-17 Thread Rishi Gupta
crossed. This uses IRQ pin of veml6030. * Some registers in veml6030 are read only. For these registers read callback returns error to user space. There are 2 patches for this submission: [PATCH 1/2] iio: light: add driver for veml6030 ambient light sensor [PATCH 2/2] dt-bindings: iio: light: add