summaryrefslogtreecommitdiff
path: root/drivers/delay_timer
Commit message (Expand)AuthorAgeFilesLines
* include: move MHZ_TICKS_PER_SEC to utils_def.hVarun Wadekar2020-02-201-3/+2
* TF-A: Fix non-standard frequency issue in udelayMax Shvetsov2019-11-141-5/+15
* drivers: generic_delay_timer: Assert presence of Generic TimerAntonio Nino Diaz2019-02-061-1/+4
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-042-8/+11
* Fix misra warnings in delay timer and console driversSathees Balya2018-09-252-12/+13
* Fix MISRA rule 8.3 in common codeRoberto Vargas2018-02-281-11/+12
* delay_timer: Guarantee that delay time can never be undershotJulius Werner2018-01-251-1/+3
* delay_timer: correct sparse issues and warningsEtienne Carriere2017-06-232-4/+5
* Use SPDX license identifiersdp-arm2017-05-032-50/+2
* Implement generic delay timerAntonio Nino Diaz2016-05-202-10/+95
* Add a simple delay timer driver APIRyan Harkin2015-06-171-0/+87