aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/sandbox_timer.c
AgeCommit message (Expand)Author
2021-03-27sandbox: Only call timer_timebase_fallback() if presentSimon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2020-10-22timer: Return count from timer_ops.get_countSean Anderson
2020-09-30timer: Add a test for timer_timebase_fallbackSean Anderson
2019-04-23regmap: fix regmap_read_poll_timeout warning about sandbox_timer_add_offsetNeil Armstrong
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2016-02-26sandbox: timer: Support the early timerSimon Glass
2016-01-20timer: sandbox: work without device treeStephen Warren
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng
2015-11-19sandbox: add a sandbox timer and basic testThomas Chou