summaryrefslogtreecommitdiff
path: root/lib/utils/timer
AgeCommit message (Expand)AuthorFilesLines
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland1-1/+1
2022-05-13lib: utils/timer: Generate FDT timer driver list at compile-timeAnup Patel3-7/+12
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko1-1/+1
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen1-1/+1
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti1-1/+1
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel2-0/+7
2021-08-14lib: utils/timer: Simplify MTIMER synchronizationAnup Patel2-32/+77
2021-08-14lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIOAnup Patel1-0/+3
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel1-8/+15
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel2-25/+69
2021-06-24lib: utils/timer: Add FDT based ACLINT MTIMER driverAnup Patel4-60/+77
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel1-1/+8
2021-06-24lib: utils/timer: Add ACLINT MTIMER libraryAnup Patel2-0/+181
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel1-0/+3
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel2-34/+0
2021-04-01lib/utils: Support the official clint DT bindingsBin Meng1-0/+1
2020-05-23lib: utils/timer: Initialize all matching timer DT nodesAnup Patel2-13/+26
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel1-13/+1
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel1-1/+8
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel1-1/+1
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel3-0/+167