~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* time: Tidy up some unnecessary #ifdefsSimon Glass2023-02-11
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-20
* Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler2023-01-12
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-18
* time: move the CONFIG_SYS_TIMER_RATE handling to the compilerMichael Walle2022-08-23
* Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2021-12-27
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* timer: Use a shorter error in TPLSimon Glass2021-01-05
* time: Fix get_ticks being non-monotonicSean Anderson2020-10-14
* timer: Allow delays with a 32-bit microsecond timerSimon Glass2020-07-17
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* Fix some checkpatch warnings in calls to udelay()Simon Glass2020-05-18
* common: Drop init.h from common headerSimon Glass2020-05-18
* common: Drop bootstage.h from common headerSimon Glass2020-05-18
* common: Move get_ticks() function out of common.hSimon Glass2019-12-02
* lib: time: Add microsecond timerMarek Vasut2019-10-31
* lib: time: export usec_to_tick()Heinrich Schuchardt2019-06-04
* lib: time: update module enable MACROKever Yang2019-03-29
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* bootstage: Provide a default timer functionSimon Glass2017-06-05
* delay: collect {m, n, u}delay declarations to include/linux/delay.hMasahiro Yamada2017-01-14
* timer: Provide an early timerSimon Glass2016-02-26
* dm: timer: uclass: add timer init in uclass driver to add timer deviceMugunthan V N2016-01-20
* dm: timer: Support 64-bit counterBin Meng2015-12-01
* dm: implement a Timer uclassThomas Chou2015-10-23
* Use uint64_t for time typesSimon Glass2014-10-27
* kconfig: move CONFIG_SYS_HZ to lib/KconfigMasahiro Yamada2014-10-23
* lib/time.c cleanupsPavel Machek2014-07-22
* lib: time: add weak timer_init() functionDarwin Rambo2014-01-24
* time: fix usec_to_tick()Stephen Warren2013-12-13
* time: fix gcc warnings on MIPS64Daniel Schwierzeck2013-11-11
* time: add weak annotation to timer_read_counter declarationRob Herring2013-11-08
* Introduce common timer functionsRob Herring2013-11-04
* config: consolidate CONFIG_SYS_HZ definitionRob Herring2013-11-04
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24
* Move bootstage timer out of lib/time.cSimon Glass2012-04-10
* bootstage: Define an optional microsecond timerSimon Glass2012-03-18
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-22
* Rename lib_generic/ to lib/Peter Tyser2010-04-13