Re: [PATCH v3 6/8] iio: common: cros_ec_sensors: support protocol v3 message

2019-06-27 Thread Fabien Lahoudere
Hi Enric I will split in two patches and send it soon. Nevertheless, I won't change the structure initialisation because it was requested on a previous comment. I will fix other comments. Thanks for reviewing Le mardi 25 juin 2019 à 19:04 +0200, Enric Balletbo i Serra a écrit : > Hi Fabien, Jona

Re: [PATCH v3 6/8] iio: common: cros_ec_sensors: support protocol v3 message

2019-06-25 Thread Enric Balletbo i Serra
Hi Fabien, Jonathan, cc'ing Gwendal and Enrico who might be interested on this patch. It'd be nice if we can land this patch before [1], otherwise the legacy support for cros-ec sensors on veyron minnie won't work and we will mess the kernel log with a couple of errors. I just have a few comment

Re: [PATCH v3 6/8] iio: common: cros_ec_sensors: support protocol v3 message

2019-06-22 Thread Jonathan Cameron
On Tue, 18 Jun 2019 11:06:37 +0200 Fabien Lahoudere wrote: > Version 3 of the EC protocol provides min and max frequencies for EC sensors. > > Signed-off-by: Fabien Lahoudere > Signed-off-by: Nick Vaccaro Looks good to me. I'll pick up next time if no one else raises any issues on this one. T

[PATCH v3 6/8] iio: common: cros_ec_sensors: support protocol v3 message

2019-06-18 Thread Fabien Lahoudere
Version 3 of the EC protocol provides min and max frequencies for EC sensors. Signed-off-by: Fabien Lahoudere Signed-off-by: Nick Vaccaro --- .../cros_ec_sensors/cros_ec_sensors_core.c| 85 ++- .../linux/iio/common/cros_ec_sensors_core.h | 3 + 2 files changed, 87 inserti