Re: [PATCH] iio: light: isl29018: add optional vcc regulator operation support

2018-12-07 Thread Fabio Estevam
Hi Anson, On Thu, Dec 6, 2018 at 1:17 AM Anson Huang wrote: > > The light sensor's power supply could be controlled by regulator > on some platforms, such as i.MX6Q-SABRESD board, the light sensor > isl29023's power supply is controlled by a GPIO fixed regulator, > need to make sure the

Re: [PATCH] iio: light: isl29018: add optional vcc regulator operation support

2018-12-07 Thread Fabio Estevam
Hi Anson, On Thu, Dec 6, 2018 at 1:17 AM Anson Huang wrote: > > The light sensor's power supply could be controlled by regulator > on some platforms, such as i.MX6Q-SABRESD board, the light sensor > isl29023's power supply is controlled by a GPIO fixed regulator, > need to make sure the

[PATCH] iio: light: isl29018: add optional vcc regulator operation support

2018-12-05 Thread Anson Huang
The light sensor's power supply could be controlled by regulator on some platforms, such as i.MX6Q-SABRESD board, the light sensor isl29023's power supply is controlled by a GPIO fixed regulator, need to make sure the regulator is enabled before any operation of sensor, this patch adds optional

[PATCH] iio: light: isl29018: add optional vcc regulator operation support

2018-12-05 Thread Anson Huang
The light sensor's power supply could be controlled by regulator on some platforms, such as i.MX6Q-SABRESD board, the light sensor isl29023's power supply is controlled by a GPIO fixed regulator, need to make sure the regulator is enabled before any operation of sensor, this patch adds optional