summaryrefslogtreecommitdiff
path: root/common/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-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