aboutsummaryrefslogtreecommitdiff
path: root/test/dm/rtc.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-02dm: rtc: Try to handle the localtime() raceSimon Glass1-13/+19
2022-09-02dm: rtc: Try to avoid a race in rtc_set_get testSimon Glass1-5/+17
2022-09-02dm: rtc: Avoid a race in the rtc_reset testSimon Glass1-2/+7
2022-09-02dm: rtc: Make use of ut_assertnonnull()Simon Glass1-5/+5
2021-06-08display_options: Drop two spaces before the ASCII columnSimon Glass1-3/+3
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass1-7/+7
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-09test: dm: rtc: add tests of rtc shell commandRasmus Villemoes1-0/+58
2020-07-09test: dm: rtc: add test of dm_rtc_read, dm_rtc_writeRasmus Villemoes1-0/+45
2020-07-09rtc: sandbox-rtc: fix set methodRasmus Villemoes1-1/+14
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-11-29dm: sandbox: i2c: Use new emulator parent uclassSimon Glass1-4/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-6/+6
2015-05-05dm: rtc: Add tests for real-time clocksSimon Glass1-0/+175