summaryrefslogtreecommitdiff
path: root/drivers/timer/sandbox_timer.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-4/+2
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson1-1/+3
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-02-26sandbox: timer: Support the early timerSimon Glass1-3/+15
2016-01-21timer: sandbox: work without device treeStephen Warren1-0/+10
2015-12-01dm: timer: Support 64-bit counterBin Meng1-1/+1
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng1-4/+0
2015-11-20sandbox: add a sandbox timer and basic testThomas Chou1-0/+53