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

2019-06-28 Thread Gwendal Grignou
On Fri, Jun 28, 2019 at 6:46 AM Enric Balletbo i Serra wrote: > > Hi Fabien, Gwendal, > > On 28/6/19 13:37, Fabien Lahoudere wrote: > > Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : > >> On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra > >> wrote: > >>> Hi, > >>> > >>> cc'i

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

2019-06-28 Thread Enric Balletbo i Serra
Hi Fabien, Gwendal, On 28/6/19 13:37, Fabien Lahoudere wrote: > Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : >> On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra >> wrote: >>> Hi, >>> >>> cc'ing Doug, Gwendal and Enrico that might be interested to give a >>> review. >>> >>>

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

2019-06-28 Thread Fabien Lahoudere
Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : > On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra > wrote: > > Hi, > > > > cc'ing Doug, Gwendal and Enrico that might be interested to give a > > review. > > > > This patch can be picked alone without 2/2, an is needed to have

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

2019-06-28 Thread Enric Balletbo i Serra
Hi Fabien, Gwendal On 28/6/19 11:36, Fabien Lahoudere wrote: > Thanks Gwendal for reviewing. > > Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : >> On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra >> wrote: >>> Hi, >>> >>> cc'ing Doug, Gwendal and Enrico that might be intere

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

2019-06-28 Thread Fabien Lahoudere
Thanks Gwendal for reviewing. Le jeudi 27 juin 2019 à 14:59 -0700, Gwendal Grignou a écrit : > On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra > wrote: > > Hi, > > > > cc'ing Doug, Gwendal and Enrico that might be interested to give a > > review. > > > > This patch can be picked alone wi

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

2019-06-27 Thread Gwendal Grignou
On Thu, Jun 27, 2019 at 8:59 AM Enric Balletbo i Serra wrote: > > Hi, > > cc'ing Doug, Gwendal and Enrico that might be interested to give a review. > > This patch can be picked alone without 2/2, an is needed to have > cros-ec-sensors > legacy support on ARM (see [1] and [2]) > > Jonathan, as [1

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

2019-06-27 Thread Enric Balletbo i Serra
Hi, cc'ing Doug, Gwendal and Enrico that might be interested to give a review. This patch can be picked alone without 2/2, an is needed to have cros-ec-sensors legacy support on ARM (see [1] and [2]) Jonathan, as [1] and [2] will go through the chrome-platform tree if you don't mind I'd also lik

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

2019-06-27 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| 36 ++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --g