summaryrefslogtreecommitdiffstats
path: root/src/lib/timer.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/lib: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/lib: Remove unneeded 'console.h' includeElyes HAOUAS2018-06-041-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer2017-09-261-3/+1
* src/lib: Clean up general issues found by checkpatch.plLee Leahy2017-03-151-1/+1
* src/lib: Add "int" following "unsigned"Lee Leahy2017-03-091-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* timer: Reestablish init_timer(), consolidate timer initialization callsJulius Werner2015-04-141-0/+2
* timer: Add generic udelay() implementationAaron Durbin2015-04-081-0/+42