Re: [PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-06-25 Thread Enric Balletbo i Serra
On 21/6/19 17:31, Jonathan Cameron wrote: > On Wed, 19 Jun 2019 22:49:04 +0200 > Enric Balletbo Serra wrote: > >> Missatge de Gwendal Grignou del dia dv., 14 de >> juny 2019 a les 23:56: >>> >>> On Sat, May 18, 2019 at 2:53 AM Jonathan Cameron wrote: On Fri, 17 May 2019 16:38:56

Re: [PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-06-21 Thread Jonathan Cameron
On Wed, 19 Jun 2019 22:49:04 +0200 Enric Balletbo Serra wrote: > Missatge de Gwendal Grignou del dia dv., 14 de > juny 2019 a les 23:56: > > > > On Sat, May 18, 2019 at 2:53 AM Jonathan Cameron wrote: > > > > > > On Fri, 17 May 2019 16:38:56 -0700 > > > Gwendal Grignou wrote: > > > > > >

Re: [PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-06-19 Thread Enric Balletbo Serra
Missatge de Gwendal Grignou del dia dv., 14 de juny 2019 a les 23:56: > > On Sat, May 18, 2019 at 2:53 AM Jonathan Cameron wrote: > > > > On Fri, 17 May 2019 16:38:56 -0700 > > Gwendal Grignou wrote: > > > > > Add a IIO driver that reports the angle between the lid and the base for > > >

Re: [PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-06-14 Thread Gwendal Grignou
On Sat, May 18, 2019 at 2:53 AM Jonathan Cameron wrote: > > On Fri, 17 May 2019 16:38:56 -0700 > Gwendal Grignou wrote: > > > Add a IIO driver that reports the angle between the lid and the base for > > ChromeOS convertible device. > > > > Tested on eve with ToT EC firmware. > > Check driver is

Re: [PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-05-18 Thread Jonathan Cameron
On Fri, 17 May 2019 16:38:56 -0700 Gwendal Grignou wrote: > Add a IIO driver that reports the angle between the lid and the base for > ChromeOS convertible device. > > Tested on eve with ToT EC firmware. > Check driver is loaded and lid angle is correct. > > Signed-off-by: Gwendal Grignou Hi

[PATCH v7 2/2] iio: cros_ec: Add lid angle driver

2019-05-17 Thread Gwendal Grignou
Add a IIO driver that reports the angle between the lid and the base for ChromeOS convertible device. Tested on eve with ToT EC firmware. Check driver is loaded and lid angle is correct. Signed-off-by: Gwendal Grignou --- Changes in v7: - Split patch in two: This is the IIO section. Changes in