aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/timer
AgeCommit message (Expand)Author
2021-11-02include: sbi_utils: Introduce an helper to get fdt base addressAlexandre Ghiti
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel
2021-08-14lib: utils/timer: Simplify MTIMER synchronizationAnup Patel
2021-08-14lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIOAnup Patel
2021-08-14lib: utils/fdt: Extend fdt_parse_aclint_node() functionAnup Patel
2021-08-14lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMPAnup Patel
2021-06-24lib: utils/timer: Add FDT based ACLINT MTIMER driverAnup Patel
2021-06-24lib: utils: Add FDT parsing API common for both ACLINT and CLINTAnup Patel
2021-06-24lib: utils/timer: Add ACLINT MTIMER libraryAnup Patel
2021-05-24lib: utils: Try other FDT drivers when we see SBI_ENODEVAnup Patel
2021-04-28lib: sbi: Simplify timer platform operationsAnup Patel
2021-04-01lib/utils: Support the official clint DT bindingsBin Meng
2020-05-23lib: utils/timer: Initialize all matching timer DT nodesAnup Patel
2020-05-23lib: utils: Add fdt_parse_clint_node() functionAnup Patel
2020-05-23lib: utils: Allow CLINT functions to be used for multiple CLINTsAnup Patel
2020-05-23lib: utils: Extend fdt_find_match() ImplementationAnup Patel
2020-05-01lib: utils: Add simple FDT timer frameworkAnup Patel