index
:
opensbi.git
master
release-1.3.x
release-1.5.x
release-1.8.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
utils
/
timer
/
fdt_timer_mtimer.c
Age
Commit message (
Expand
)
Author
2025-11-10
lib: utils/timer: mtimer: add MIPS P8700 compatible
Benoît Monin
2025-11-10
lib: utils/timer: mtimer: Select the reference mtimer from a DT property
Benoît Monin
2025-10-21
lib: utils/timer: mtimer: Add SiFive CLINT v2 support
Yong-Xuan Wang
2024-11-28
lib: utils/timer: Use fdt_driver for initialization
Samuel Holland
2024-11-05
platform: Drop timer warm init and exit hooks
Samuel Holland
2024-11-05
lib: sbi_timer: Call driver warm_init from SBI core
Samuel Holland
2024-08-24
lib: utils/timer: Constify FDT pointers in parsing functions
Samuel Holland
2023-12-27
lib: utils/timer: mtimer: only use regname for aclint
Inochi Amaoto
2023-11-16
lib: utils/timer: mtimer: add separate T-Head C9xx CLINT mtimer compatible
Inochi Amaoto
2023-11-16
lib: utils/timer: Allow ACLINT MTIMER driver to setup quirks
Inochi Amaoto
2023-06-05
lib: utils/timer: Use heap in ACLINT MTIMER driver
Anup Patel
2022-12-17
lib: utils/timer: mtimer: add T-Head C9xx CLINT compatible
Icenowy Zheng
2022-12-17
lib: utils/timer: mtimer: add a quirk for lacking mtime register
Icenowy Zheng
2022-06-22
lib: utils/timer: Remove Allwinner D1 CLINT compatibles
Samuel Holland
2022-06-21
lib: utils/timer: Add a separate compatible for the D1 CLINT
Samuel Holland
2022-05-30
lib: utils/fdt: Require match data to be const
Samuel Holland
2021-09-26
lib: sbi: Add timer frequency to struct sbi_timer_device
Anup Patel
2021-08-14
lib: utils/timer: Simplify MTIMER synchronization
Anup Patel
2021-08-14
lib: utils/timer: Allow ACLINT MTIMER supporting only 32-bit MMIO
Anup Patel
2021-08-14
lib: utils/fdt: Extend fdt_parse_aclint_node() function
Anup Patel
2021-08-14
lib: utils/timer: Allow separate base addresses for MTIME and MTIMECMP
Anup Patel
2021-06-24
lib: utils/timer: Add FDT based ACLINT MTIMER driver
Anup Patel