Re: [PATCH v6 3/4] platform/chrome: Add support for raw commands in debugfs

2019-02-08 Thread Nick Crews
I just sent out a fixed version. Thanks! On Fri, Feb 8, 2019 at 10:18 AM Enric Balletbo Serra wrote: > > Hi Nick, > Missatge de Nick Crews del dia dv., 8 de febr. > 2019 a les 2:24: > > > > Add a debugfs attribute that allows sending raw commands to the EC. > > This is useful for development and

Re: [PATCH v6 3/4] platform/chrome: Add support for raw commands in debugfs

2019-02-08 Thread Enric Balletbo Serra
Hi Nick, Missatge de Nick Crews del dia dv., 8 de febr. 2019 a les 2:24: > > Add a debugfs attribute that allows sending raw commands to the EC. > This is useful for development and debug but should not be enabled > in a production environment. > > To test: > Get the EC firmware build date > First

[PATCH v6 3/4] platform/chrome: Add support for raw commands in debugfs

2019-02-07 Thread Nick Crews
Add a debugfs attribute that allows sending raw commands to the EC. This is useful for development and debug but should not be enabled in a production environment. To test: Get the EC firmware build date First send the request command > echo 00 f0 38 00 03 00 > raw Then read the result. "12/21/18"