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

2019-03-29 Thread Gwendal Grignou
On Fri, Mar 29, 2019 at 6:44 AM Guenter Roeck wrote: > > On Fri, Mar 29, 2019 at 1:41 AM 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

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

2019-03-29 Thread Guenter Roeck
On Fri, Mar 29, 2019 at 1:41 AM 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. > > Change-Id:

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

2019-03-29 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. Change-Id: I3506be4a1405f108eebe6c1d3a3dbe975ca00519 Signed-off-by: Gwendal Grignou ---