Re: [PATCH v5] platform/chrome: wilco_ec: Add telemetry char device interface

2019-06-06 Thread Enric Balletbo i Serra
On 21/5/19 21:20, Nick Crews wrote: > The Wilco Embedded Controller is able to send telemetry data > which is useful for enterprise applications. A daemon running on > the OS sends a command to the EC via a write() to a char device, > and can read the response with a read(). The write() request

Re: [PATCH v5] platform/chrome: wilco_ec: Add telemetry char device interface

2019-05-24 Thread Nick Crews
Hey Enric, thanks for the review! On Fri, May 24, 2019 at 3:51 AM Enric Balletbo i Serra wrote: > > Hi Nick, > > I'm mostly fine with it but ... > > On 21/5/19 21:20, Nick Crews wrote: > > The Wilco Embedded Controller is able to send telemetry data > > which is useful for enterprise applications

Re: [PATCH v5] platform/chrome: wilco_ec: Add telemetry char device interface

2019-05-24 Thread Enric Balletbo i Serra
Hi Nick, I'm mostly fine with it but ... On 21/5/19 21:20, Nick Crews wrote: > The Wilco Embedded Controller is able to send telemetry data > which is useful for enterprise applications. A daemon running on > the OS sends a command to the EC via a write() to a char device, > and can read the resp

[PATCH v5] platform/chrome: wilco_ec: Add telemetry char device interface

2019-05-21 Thread Nick Crews
The Wilco Embedded Controller is able to send telemetry data which is useful for enterprise applications. A daemon running on the OS sends a command to the EC via a write() to a char device, and can read the response with a read(). The write() request is verified by the driver to ensure that it is