forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
irqchip: Add RISC-V incoming MSI controller driver
The RISC-V advanced interrupt architecture specification introduces a new MSI controller for managing MSIs on RISC-V platform. This new MSI controller is referred to as incoming message signaled interrupt controller (IMSIC) which manages MSI on per-HART basis. (For more details refer https://github.com/riscv/riscv-aia) This patch adds an irqchip driver for IMSIC chip found on RISC-V platforms. Signed-off-by: Anup Patel <anup.patel@wdc.com>
- Loading branch information
Showing
3 changed files
with
932 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.