summaryrefslogtreecommitdiffstats
path: root/lib/time.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* timer: Use a shorter error in TPLSimon Glass2021-01-051-2/+8
* time: Fix get_ticks being non-monotonicSean Anderson2020-10-141-2/+2
* timer: Allow delays with a 32-bit microsecond timerSimon Glass2020-07-171-0/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-181-1/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* lib: time: Add microsecond timerMarek Vasut2019-10-311-0/+14
* lib: time: export usec_to_tick()Heinrich Schuchardt2019-06-041-1/+1
* lib: time: update module enable MACROKever Yang2019-03-291-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* bootstage: Provide a default timer functionSimon Glass2017-06-051-0/+17
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-141-6/+0
* timer: Provide an early timerSimon Glass2016-02-261-7/+21
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-201-17/+0
* dm: timer: Support 64-bit counterBin Meng2015-12-011-3/+6
* dm: implement a Timer uclassThomas Chou2015-10-231-0/+49
* Use uint64_t for time typesSimon Glass2014-10-271-6/+6
* kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2014-10-231-4/+0
* lib/time.c cleanupsPavel Machek2014-07-221-8/+10
* lib: time: add weak timer_init() functionDarwin Rambo2014-01-241-0/+5
* time: fix usec_to_tick()Stephen Warren2013-12-131-2/+2
* time: fix gcc warnings on MIPS64Daniel Schwierzeck2013-11-111-2/+2
* time: add weak annotation to timer_read_counter declarationRob Herring2013-11-081-1/+1
* Introduce common timer functionsRob Herring2013-11-041-0/+73
* config: consolidate CONFIG_SYS_HZ definitionRob Herring2013-11-041-0/+4
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-17/+0
* bootstage: Define an optional microsecond timerSimon Glass2012-03-181-0/+17
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-0/+6
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-0/+43