Re: [PATCH v5] platform/chrome: wilco_ec: Add debugfs test_event file

2019-10-01 Thread Enric Balletbo i Serra
Hi, On 24/9/19 23:36, Benson Leung wrote: > Hi Daniel, > > On Tue, Sep 24, 2019 at 02:37:16PM -0600, Daniel Campello wrote: >> This change introduces a new debugfs file 'test_event' that when written >> to causes the EC to generate a test event. >> This adds a second sub cmd for the test event,

Re: [PATCH v5] platform/chrome: wilco_ec: Add debugfs test_event file

2019-09-24 Thread Nick Crews
Thanks Daniel, looks even better. On Tue, Sep 24, 2019 at 2:37 PM Daniel Campello wrote: > > This change introduces a new debugfs file 'test_event' that when written > to causes the EC to generate a test event. > This adds a second sub cmd for the test event, and pulls out send_ec_cmd > to be a

Re: [PATCH v5] platform/chrome: wilco_ec: Add debugfs test_event file

2019-09-24 Thread Benson Leung
Hi Daniel, On Tue, Sep 24, 2019 at 02:37:16PM -0600, Daniel Campello wrote: > This change introduces a new debugfs file 'test_event' that when written > to causes the EC to generate a test event. > This adds a second sub cmd for the test event, and pulls out send_ec_cmd > to be a common helper

[PATCH v5] platform/chrome: wilco_ec: Add debugfs test_event file

2019-09-24 Thread Daniel Campello
This change introduces a new debugfs file 'test_event' that when written to causes the EC to generate a test event. This adds a second sub cmd for the test event, and pulls out send_ec_cmd to be a common helper between h1_gpio_get and test_event_set. Signed-off-by: Daniel Campello --- Changes