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

2019-07-27 Thread Jonathan Cameron
On Tue, 16 Jul 2019 10:56:38 +0200 Fabien Lahoudere wrote: > Le dimanche 14 juillet 2019 à 17:19 +0100, Jonathan Cameron a écrit : > > On Tue, 2 Jul 2019 10:49:38 +0200 > > Fabien Lahoudere wrote: > > > > > This patch adds a function to determine which version of the > > > protocol is used t

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

2019-07-16 Thread Fabien Lahoudere
Le dimanche 14 juillet 2019 à 17:19 +0100, Jonathan Cameron a écrit : > On Tue, 2 Jul 2019 10:49:38 +0200 > 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

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

2019-07-14 Thread Jonathan Cameron
On Tue, 2 Jul 2019 10:49:38 +0200 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 > Reviewed-by: Gwendal Grignou > Tested-by: Gwendal Grignou >

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

2019-07-02 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 Reviewed-by: Gwendal Grignou Tested-by: Gwendal Grignou Acked-by: Enric Balletbo i Serra --- .../cros_ec_sensors/cros_ec_sensors_c