Re: [PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write

2020-05-31 Thread Simon Glass
On Tue, 19 May 2020 at 16:01, Rasmus Villemoes wrote: > > Define a few aux registers and check that they can be read/written > individually. Also check that one can access the time-keeping > registers directly and get the expected results. > > Signed-off-by: Rasmus Villemoes > --- >

[PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write

2020-05-19 Thread Rasmus Villemoes
Define a few aux registers and check that they can be read/written individually. Also check that one can access the time-keeping registers directly and get the expected results. Signed-off-by: Rasmus Villemoes --- arch/sandbox/include/asm/rtc.h | 5 test/dm/rtc.c | 45