summaryrefslogtreecommitdiff
path: root/lib/time.c
AgeCommit message (Expand)Author
2022-08-23time: move the CONFIG_SYS_TIMER_RATE handling to the compilerMichael Walle
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05timer: Use a shorter error in TPLSimon Glass
2020-10-14time: Fix get_ticks being non-monotonicSean Anderson
2020-07-17timer: Allow delays with a 32-bit microsecond timerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-10-31lib: time: Add microsecond timerMarek Vasut
2019-06-04lib: time: export usec_to_tick()Heinrich Schuchardt
2019-03-29lib: time: update module enable MACROKever Yang
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-05bootstage: Provide a default timer functionSimon Glass
2017-01-14delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada
2016-02-26timer: Provide an early timerSimon Glass
2016-01-20dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N
2015-12-01dm: timer: Support 64-bit counterBin Meng
2015-10-23dm: implement a Timer uclassThomas Chou
2014-10-27Use uint64_t for time typesSimon Glass
2014-10-23kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada
2014-07-22lib/time.c cleanupsPavel Machek
2014-01-24lib: time: add weak timer_init() functionDarwin Rambo
2013-12-13time: fix usec_to_tick()Stephen Warren
2013-11-11time: fix gcc warnings on MIPS64Daniel Schwierzeck
2013-11-08time: add weak annotation to timer_read_counter declarationRob Herring
2013-11-04Introduce common timer functionsRob Herring
2013-11-04config: consolidate CONFIG_SYS_HZ definitionRob Herring
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-03-18bootstage: Define an optional microsecond timerSimon Glass
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2010-04-13Rename lib_generic/ to lib/Peter Tyser