summaryrefslogtreecommitdiff
path: root/lib/time.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05timer: Use a shorter error in TPLSimon Glass1-2/+8
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson1-2/+2
2020-07-17timer: Allow delays with a 32-bit microsecond timerSimon Glass1-0/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19Fix some checkpatch warnings in calls to udelay()Simon Glass1-1/+1
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-31lib: time: Add microsecond timerMarek Vasut1-0/+14
2019-06-04lib: time: export usec_to_tick()Heinrich Schuchardt1-1/+1
2019-03-29lib: time: update module enable MACROKever Yang1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-05bootstage: Provide a default timer functionSimon Glass1-0/+17
2017-01-15delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada1-6/+0
2016-02-26timer: Provide an early timerSimon Glass1-7/+21
2016-01-21dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N1-17/+0
2015-12-01dm: timer: Support 64-bit counterBin Meng1-3/+6
2015-10-23dm: implement a Timer uclassThomas Chou1-0/+49
2014-10-27Use uint64_t for time typesSimon Glass1-6/+6
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada1-4/+0
2014-07-22lib/time.c cleanupsPavel Machek1-8/+10
2014-01-25lib: time: add weak timer_init() functionDarwin Rambo1-0/+5
2013-12-13time: fix usec_to_tick()Stephen Warren1-2/+2
2013-11-11time: fix gcc warnings on MIPS64Daniel Schwierzeck1-2/+2
2013-11-09time: add weak annotation to timer_read_counter declarationRob Herring1-1/+1
2013-11-04Introduce common timer functionsRob Herring1-0/+73
2013-11-04config: consolidate CONFIG_SYS_HZ definitionRob Herring1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-04-11Move bootstage timer out of lib/time.cSimon Glass1-17/+0
2012-03-19bootstage: Define an optional microsecond timerSimon Glass1-0/+17
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-0/+6
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+43