aboutsummaryrefslogtreecommitdiff
path: root/include/timer.h
AgeCommit message (Expand)AuthorFilesLines
2023-09-09timer: document the unit of the timer rateHeinrich Schuchardt1-3/+3
2023-02-11timer: Tidy up use of notraceSimon Glass1-4/+9
2022-11-22timer-uclass: add timer_get_ops() macroOvidiu Panait1-0/+2
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-3/+6
2020-10-22doc: Document timer APISean Anderson1-22/+24
2020-09-30timer: Add helper for drivers using timebase fallbackSean Anderson1-0/+15
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-02-26timer: Provide an early timerSimon Glass1-0/+21
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-0/+9
2015-12-01dm: timer: Support 64-bit counterBin Meng1-3/+11
2015-12-01dm: timer: Fix several nitsBin Meng1-5/+6
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+52