Re: [PATCH v3 8/8] test: dm: add a test for class button

2020-07-28 Thread Simon Glass
On Fri, 24 Jul 2020 at 10:20, Philippe Reynes wrote: > > Add a test to confirm that we can read button state > using the button-gpio driver. > > Signed-off-by: Philippe Reynes > --- > Changelog: > v3: > - no change > v2: > - new commit in the serie > > test/dm/Makefile | 1 + >

Re: [PATCH v3 8/8] test: dm: add a test for class button

2020-07-28 Thread Simon Glass
On Fri, 24 Jul 2020 at 10:20, Philippe Reynes wrote: > > Add a test to confirm that we can read button state > using the button-gpio driver. > > Signed-off-by: Philippe Reynes > --- > Changelog: > v3: > - no change > v2: > - new commit in the serie > > test/dm/Makefile | 1 + >

[PATCH v3 8/8] test: dm: add a test for class button

2020-07-24 Thread Philippe Reynes
Add a test to confirm that we can read button state using the button-gpio driver. Signed-off-by: Philippe Reynes --- Changelog: v3: - no change v2: - new commit in the serie test/dm/Makefile | 1 + test/dm/button.c | 74 2 files