summaryrefslogtreecommitdiff
path: root/common/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-4/+4
* common/timer: Make passing negative values to `waitms` an errorRobert Zieba2022-08-181-0/+3
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/timer.c: Format with clang-formatJack Rosenthal2022-06-281-19/+13
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* common/timer: Disable interrupts when timer is updatedPatryk Duda2022-01-111-0/+16
* common/timer: Make clksrc_high volatilePatryk Duda2022-01-111-1/+6
* atomic: cast pointers to atomic_t* for atomic_* callsDawid Niedzwiecki2021-11-291-3/+3
* zephyr: test: Make get_time mockableAaron Massey2021-10-281-0/+9
* tree: Make all console commands staticTom Hughes2021-10-151-1/+1
* mchp: Check parameter us in void usleep(unsigned us)martin yan2021-09-221-1/+4
* common/timer: Fallback to udelay when interrupt conditions are not metPatryk Duda2021-09-081-0/+15
* zephyr: implement task timersJack Rosenthal2021-03-201-0/+3
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-5/+5
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-2/+2
* zephyr: shim in the timer moduleJack Rosenthal2020-10-011-1/+17
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-5/+5
* waitms: Reload watchdog before spin waitingCraig Hesling2020-03-211-6/+8
* printf: Convert %l to %llEvan Green2019-10-051-5/+5
* common: change clksrc_high to use STATIC_IF_NOTJack Rosenthal2019-08-201-10/+2
* common: provide config option for 64-bit hwtimerJack Rosenthal2019-06-241-27/+68
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* timer: Allow disabling gettime console commandNicolas Boichat2018-05-241-0/+2
* Allow repeated waitms commands without resettingSimon Glass2018-03-081-1/+14
* timer: Add note about `forcetime` command being unsafeShawn Nematbakhsh2017-09-011-0/+5
* common: add decimal real number seconds value to timeirnfo outputVadim Bendebury2017-02-031-2/+2
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-2/+2
* Add more CONFIG_CMD_* options for console commandsBill Richardson2016-10-011-0/+2
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-6/+6
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-8/+4
* timer: fix clock() implementation to match TPM2 library expectationsnagendra modadugu2016-07-211-1/+2
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* UART: Remove unused uart.h header includesAnton Staaf2015-09-081-1/+0
* export MSDN clock() functionVadim Bendebury2015-08-141-0/+5
* samus_pd: disable timerinfo command to save spaceAlec Berg2015-04-101-0/+6
* timer: usleep: Use HW clock to detect elapsed sleep timeAlec Berg2015-02-211-1/+9
* common: Add a forcetime console commandMyles Watson2015-01-141-0/+28
* EC: Ensure the udelay function waits at least the time indicated.Kenji Chen2014-10-231-1/+1
* ite: Add initial support for ITE IT8380 chipVincent Palatin2014-01-081-0/+2
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-191-1/+1
* Changed timer module to expire timers on deadline matchAlec Berg2013-12-121-1/+1
* extract common core codeVincent Palatin2013-12-051-0/+278