Re: [PATCH v7 04/15] irqchip: RISC-V Local Interrupt Controller Driver

From: Rob Herring
Date: Tue Aug 01 2017 - 13:08:43 EST


On Mon, Jul 31, 2017 at 7:59 PM, Palmer Dabbelt <palmer@xxxxxxxxxxx> 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 <palmer@xxxxxxxxxxx>
> ---


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

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

Rob