Re: [PATCH v8 0/6] New RISC-V Local Interrupt Controller Driver

2020-06-11 Thread Palmer Dabbelt
On Wed, 10 Jun 2020 23:13:44 PDT (-0700), Anup Patel wrote: This patchset provides a new RISC-V Local Interrupt Controller Driver for managing per-CPU local interrupts. The overall approach is inspired from the way per-CPU local interrupts are handled by Linux ARM64 and ARM GICv3 driver. It is a

[PATCH v8 0/6] New RISC-V Local Interrupt Controller Driver

2020-06-10 Thread Anup Patel
This patchset provides a new RISC-V Local Interrupt Controller Driver for managing per-CPU local interrupts. The overall approach is inspired from the way per-CPU local interrupts are handled by Linux ARM64 and ARM GICv3 driver. It is a major re-write over perviously submitted version. (Refer, htt