summaryrefslogtreecommitdiff
path: root/lib/utils/timer
AgeCommit message (Expand)Author
2022-06-22lib: utils/timer: Remove Allwinner D1 CLINT compatiblesSamuel Holland
2022-06-21lib: utils/timer: Add a separate compatible for the D1 CLINTSamuel Holland
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland
2022-05-13lib: utils/timer: Generate FDT timer driver list at compile-timeAnup Patel
2022-02-04lib: fix compilation when strings.h is includedPetro Karashchenko
2022-01-21lib: fix pointer of type 'void *' used in arithmeticJukka Laitinen
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