Re: [PATCH v7 3/5] test: add new driver_data load tester

2017-05-11 Thread Luis R. Rodriguez
On Thu, May 11, 2017 at 07:10:18PM +0900, AKASHI Takahiro wrote: > Luis, > > On Tue, May 02, 2017 at 01:49:12AM -0700, Luis R. Rodriguez wrote: > > > > diff --git a/lib/test_driver_data.c b/lib/test_driver_data.c > > new file mode 100644 > > index ..488cc6e9eed4 > > --- /dev/null > >

Re: [PATCH v7 3/5] test: add new driver_data load tester

2017-05-11 Thread AKASHI Takahiro
Luis, On Tue, May 02, 2017 at 01:49:12AM -0700, Luis R. Rodriguez wrote: > > diff --git a/lib/test_driver_data.c b/lib/test_driver_data.c > new file mode 100644 > index ..488cc6e9eed4 > --- /dev/null > +++ b/lib/test_driver_data.c ... > +static int trigger_config_sync(struct drive

[PATCH v7 3/5] test: add new driver_data load tester

2017-05-02 Thread Luis R. Rodriguez
This adds a load tester driver test_driver_data a for the new extensible driver_data loader API, part of firmware_class. This test driver enables you to build your tests in userspace by exposing knobs of the exported API to userspace and enables a trigger action to mimic a one time use of the kerne