Re: [PATCH 7/8] irqchip: add a SiFive PLIC driver

2018-08-06 Thread Atish Patra
On 8/4/18 1:23 AM, Christoph Hellwig wrote: Adds a driver for the SiFive implementation of the RISC-V Platform Level Interrupt Controller (PLIC). The PLIC connects global interrupt sources to the local interrupt controller on each hart. This driver is based on the driver in the RISC-V tree from

[PATCH 7/8] irqchip: add a SiFive PLIC driver

2018-08-04 Thread Christoph Hellwig
Adds a driver for the SiFive implementation of the RISC-V Platform Level Interrupt Controller (PLIC). The PLIC connects global interrupt sources to the local interrupt controller on each hart. This driver is based on the driver in the RISC-V tree from Palmer Dabbelt, but has been almost entirely