On Mon, Jul 31, 2017 at 7:59 PM, Palmer Dabbelt <pal...@dabbelt.com> wrote:
> This patch adds a driver that manages the local interrupts on each
> RISC-V hart, as specifiec by the RISC-V supervisor level ISA manual.
> The local interrupt controller manages software interrupts, timer
> interrupts, and hardware interrupts (which are routed via the
> platform level interrupt controller).  Per-hart local interrupt
> controllers are found on all RISC-V systems.
>
> Signed-off-by: Palmer Dabbelt <pal...@dabbelt.com>
> ---


> +IRQCHIP_DECLARE(riscv, "riscv,cpu-intc", riscv_intc_init);

What happened with the DT bindings? Those need to come first.

Rob

Reply via email to