summaryrefslogtreecommitdiff
path: root/lib/utils/timer/fdt_timer_mtimer.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-28lib: utils/timer: Use fdt_driver for initializationSamuel Holland1-2/+2
2024-11-05platform: Drop timer warm init and exit hooksSamuel Holland1-2/+0
2024-11-05lib: sbi_timer: Call driver warm_init from SBI coreSamuel Holland1-1/+1
2024-08-24lib: utils/timer: Constify FDT pointers in parsing functionsSamuel Holland1-1/+1
2023-12-27lib: utils/timer: mtimer: only use regname for aclintInochi Amaoto1-2/+3
2023-11-16lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatibleInochi Amaoto1-0/+6
2023-11-16lib: utils/timer: Allow ACLINT MTIMER driver to setup quirksInochi Amaoto1-15/+20
2023-06-05lib: utils/timer: Use heap in ACLINT MTIMER driverAnup Patel1-17/+30
2022-12-17lib: utils/timer: mtimer: add T-Head C9xx CLINT compatibleIcenowy Zheng1-0/+6
2022-12-17lib: utils/timer: mtimer: add a quirk for lacking mtime registerIcenowy Zheng1-10/+20
2022-06-22lib: utils/timer: Remove Allwinner D1 CLINT compatiblesVF2_v2.6.0VF2_v2.5.0VF2_v2.4.4Samuel Holland1-6/+0
2022-06-21lib: utils/timer: Add a separate compatible for the D1 CLINTSamuel Holland1-14/+25
2022-05-30lib: utils/fdt: Require match data to be constSamuel Holland1-1/+1
2021-09-26lib: sbi: Add timer frequency to struct sbi_timer_deviceAnup Patel1-0/+4
2021-08-14lib: utils/timer: Simplify MTIMER synchronizationAnup Patel1-5/+37
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 Patel1-6/+10
2021-06-24lib: utils/timer: Add FDT based ACLINT MTIMER driverAnup Patel1-0/+74