RISC-V: Device, timer, IRQs, and the SBI
This patch contains code that interfaces with devices that are mandated
by the RISC-V supervisor specification and that don't have explicit
drivers anywhere else in the tree. This includes the staticly defined
interrupts, the CSR-mapped timer, and virtualized SBI devices.
Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com>
Showing
arch/riscv/include/asm/irq.h
0 → 100644
arch/riscv/include/asm/pci.h
0 → 100644
arch/riscv/include/asm/sbi.h
0 → 100644
arch/riscv/lib/delay.c
0 → 100644
arch/riscv/mm/ioremap.c
0 → 100644
Please register or sign in to comment