Re: [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

2020-05-11 Thread kbuild test robot
Hi Gwendal, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on chrome-platform-linux/for-next linus/master v5.7-rc5 next-20200508] [if your patch is applied to the wrong git tree, please drop us a note to help improve the sy

Re: [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

2020-05-10 Thread kbuild test robot
Hi Gwendal, Thank you for the patch! Yet something to improve: [auto build test ERROR on iio/togreg] [also build test ERROR on chrome-platform-linux/for-next linus/master v5.7-rc5 next-20200508] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BT

Re: [PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

2020-05-08 Thread Jonathan Cameron
On Wed, 6 May 2020 16:03:24 -0700 Gwendal Grignou wrote: > Add support for color sensors behind EC like TCS3400. > The color data can be presented in Red Green Blue color space (RGB) or > the CIE 1931 XYZ color space (XYZ). > In XYZ mode, the sensor is configured for auto calibrating its channels

[PATCH v2 3/3] iio: cros_ec_light: Add support for RGB sensor

2020-05-06 Thread Gwendal Grignou
Add support for color sensors behind EC like TCS3400. The color data can be presented in Red Green Blue color space (RGB) or the CIE 1931 XYZ color space (XYZ). In XYZ mode, the sensor is configured for auto calibrating its channels and is the "normal" mode. The driver tells the EC to switch betwee