aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/lib/sifive_clint.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12riscv: Rename SiFive CLINT to RISC-V ALINTBin Meng1-78/+0
2023-07-12riscv: clint: Update the sifive clint ipi driver to support aclintBin Meng1-1/+20
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-10-26riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson1-39/+2
2020-10-22timer: Return count from timer_ops.get_countSean Anderson1-4/+2
2020-09-30riscv: Rework Sifive CLINT as UCLASS_TIMER driverSean Anderson1-28/+34
2020-07-24riscv: Make SiFive HiFive Unleashed board boot againBin Meng1-4/+12
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-22/+11
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-10riscv: add functions for reading the IPI statusLukas Auer1-0/+9
2018-12-18riscv: Add a SYSCON driver for SiFive's Core Local InterruptorBin Meng1-0/+84