Re: [PATCH v2 1/1] iio: common: cros_ec_sensors: determine protocol version

2019-07-01 Thread kbuild test robot
Hi Fabien, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on next-20190625] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commi

Re: [PATCH v2 1/1] iio: common: cros_ec_sensors: determine protocol version

2019-06-28 Thread Enric Balletbo i Serra
Hi, Thanks for the quick respin, two few comments below On 28/6/19 16:41, Fabien Lahoudere wrote: > This patch adds a function to determine which version of the > protocol is used to communicate with EC. > > Signed-off-by: Fabien Lahoudere > Signed-off-by: Nick Vaccaro The order must be the o

[PATCH v2 1/1] iio: common: cros_ec_sensors: determine protocol version

2019-06-28 Thread Fabien Lahoudere
This patch adds a function to determine which version of the protocol is used to communicate with EC. Signed-off-by: Fabien Lahoudere Signed-off-by: Nick Vaccaro --- .../cros_ec_sensors/cros_ec_sensors_core.c| 40 ++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --g