Re: [PATCH 08/10] iio: cros_ec_sensors_ring: add ChromeOS EC Sensors Ring

2016-07-26 Thread Guenter Roeck
On Mon, Jul 18, 2016 at 12:02 AM, Enric Balletbo i Serra wrote: > Add support for handling sensor events FIFO produced by the sensor > hub. A single device with a buffer will collect all samples produced > by the sensors managed by the CrosEC sensor hub. > > Signed-off-by: Guenter Roeck It would

Re: [PATCH 08/10] iio: cros_ec_sensors_ring: add ChromeOS EC Sensors Ring

2016-07-26 Thread Gwendal Grignou
On Mon, Jul 18, 2016 at 9:27 AM, Jonathan Cameron wrote: > On 18/07/16 08:02, Enric Balletbo i Serra wrote: >> Add support for handling sensor events FIFO produced by the sensor >> hub. A single device with a buffer will collect all samples produced >> by the sensors managed by the CrosEC sensor h

Re: [PATCH 08/10] iio: cros_ec_sensors_ring: add ChromeOS EC Sensors Ring

2016-07-18 Thread Jonathan Cameron
On 18/07/16 08:02, Enric Balletbo i Serra wrote: > Add support for handling sensor events FIFO produced by the sensor > hub. A single device with a buffer will collect all samples produced > by the sensors managed by the CrosEC sensor hub. So you are defining a different device to support the buffe

[PATCH 08/10] iio: cros_ec_sensors_ring: add ChromeOS EC Sensors Ring

2016-07-18 Thread Enric Balletbo i Serra
Add support for handling sensor events FIFO produced by the sensor hub. A single device with a buffer will collect all samples produced by the sensors managed by the CrosEC sensor hub. Signed-off-by: Guenter Roeck Signed-off-by: Enric Balletbo i Serra --- drivers/iio/common/cros_ec_sensors/Kcon