summaryrefslogtreecommitdiff
path: root/include/time.h
AgeCommit message (Expand)Author
2020-01-17common: Move get_tbclk() to time.hSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-12-02common: Move timer_get_us() function out of common.hSimon Glass
2019-12-02common: Move wait_ticks functions out of common.hSimon Glass
2019-12-02common: Move some time functions out of common.hSimon Glass
2019-10-31lib: time: Add microsecond timerMarek Vasut
2019-06-04lib: time: export usec_to_tick()Heinrich Schuchardt
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
2017-01-14time: import time_after, time_before and friends from LinuxMasahiro Yamada
2017-01-14time: move timer APIs to include/time.hMasahiro Yamada