summaryrefslogtreecommitdiff
path: root/include/sbi/sbi_timer.h
AgeCommit message (Expand)AuthorFilesLines
2022-07-08lib: sbi_timer: Added a conditional wait function which can timeoutAdnan Rahman Chowdhury1-0/+18
2021-09-26lib: sbi: Add generic timer delay loop functionAnup Patel1-0/+16
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel1-0/+3
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel1-0/+21
2020-03-28include: sbi_timer: Remove scratch parameter from most funcitonsAnup Patel1-7/+16
2020-01-07lib: Add timer exit APIAnup Patel1-2/+2
2019-09-30lib: Emulate HTIMEDELTA CSR for platforms not having TIME CSRAnup Patel1-0/+8
2019-01-24all: Update copyright header in all filesAnup patel1-3/+3
2019-01-23lib: Remove target_hart and hartid parameter from TIMER callbacksAnup Patel1-6/+4
2018-12-27lib: Simplify sbi_platform timer_init() hooksAnup Patel1-3/+2
2018-12-11Initial commit.Anup Patel1-0/+30