summaryrefslogtreecommitdiff
path: root/lib/utils/timer/fdt_timer_mtimer.c
AgeCommit message (Expand)Author
2025-11-10lib: utils/timer: mtimer: add MIPS P8700 compatibleBenoît Monin
2025-11-10lib: utils/timer: mtimer: Select the reference mtimer from a DT propertyBenoît Monin
2025-10-21lib: utils/timer: mtimer: Add SiFive CLINT v2 supportYong-Xuan Wang
2024-11-28lib: utils/timer: Use fdt_driver for initializationSamuel Holland
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto
2023-11-16lib: utils/timer: Allow ACLINT MTIMER driver to setup quirksInochi Amaoto
2023-06-05lib: utils/timer: Use heap in ACLINT MTIMER driverAnup Patel
2022-12-17lib: utils/timer: mtimer: add T-Head C9xx CLINT compatibleIcenowy Zheng
2022-12-17lib: utils/timer: mtimer: add a quirk for lacking mtime registerIcenowy Zheng
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
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