Re: [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

2020-06-02 Thread Rasmus Villemoes
On 31/05/2020 16.07, Simon Glass wrote: > On Tue, 19 May 2020 at 16:01, Rasmus Villemoes > wrote: >> >> Signed-off-by: Rasmus Villemoes >> --- >> test/dm/rtc.c | 61 +++ >> 1 file changed, 61 insertions(+) >> > > Reviewed-by: Simon Glass > > But

Re: [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

2020-05-31 Thread Simon Glass
On Tue, 19 May 2020 at 16:01, Rasmus Villemoes wrote: > > Signed-off-by: Rasmus Villemoes > --- > test/dm/rtc.c | 61 +++ > 1 file changed, 61 insertions(+) > Reviewed-by: Simon Glass But please add a commit message.

[PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

2020-05-19 Thread Rasmus Villemoes
Signed-off-by: Rasmus Villemoes --- test/dm/rtc.c | 61 +++ 1 file changed, 61 insertions(+) diff --git a/test/dm/rtc.c b/test/dm/rtc.c index 5301805d19..d1d8ff0375 100644 --- a/test/dm/rtc.c +++ b/test/dm/rtc.c @@ -5,6 +5,7 @@ */ #include +#