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

2020-07-24 Thread Philippe REYNES
Hi Simon, > Hi Philippe, > > On Mon, 20 Jul 2020 at 08:30, Philippe REYNES > wrote: >> >> Hi Simon, >> >> > Hi Philippe, >> > >> > On Fri, 17 Jul 2020 at 06:22, Philippe Reynes >> > wrote: >> >> >> >> Add a test to confirm that we can read button state >> >> using the button-gpio driver.

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

2020-07-21 Thread Simon Glass
Hi Philippe, On Mon, 20 Jul 2020 at 08:30, Philippe REYNES wrote: > > Hi Simon, > > > Hi Philippe, > > > > On Fri, 17 Jul 2020 at 06:22, Philippe Reynes > > wrote: > >> > >> Add a test to confirm that we can read button state > >> using the button-gpio driver. > >> > >> Signed-off-by: Philippe

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

2020-07-20 Thread Philippe REYNES
Hi Simon, > Hi Philippe, > > On Fri, 17 Jul 2020 at 06:22, 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: >> v2: >> - new commit in the serie >> >> test/dm/Makefile

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

2020-07-19 Thread Simon Glass
Hi Philippe, On Fri, 17 Jul 2020 at 06:22, 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: > v2: > - new commit in the serie > > test/dm/Makefile | 1 + > test/dm/button.c | 74

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

2020-07-17 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: v2: - new commit in the serie test/dm/Makefile | 1 + test/dm/button.c | 74 2 files changed, 75