Re: simplified RISC-V interrupt and clocksource handling v2

2018-08-03 Thread Thomas Gleixner
On Thu, 2 Aug 2018, Palmer Dabbelt wrote: > bit of arch/riscv diff here so I don't mind taking it through the RISC-V tree, > but there's also some irqchip and clocksource stuff as well so I'm not sure if > that's OK to do. I have no objections if that goes through the risc-v tree once the DT stuff

Re: simplified RISC-V interrupt and clocksource handling v2

2018-08-02 Thread Palmer Dabbelt
On Thu, 02 Aug 2018 04:49:57 PDT (-0700), Christoph Hellwig wrote: This series tries adds support for interrupt handling and timers for the RISC-V architecture. The basic per-hart interrupt handling implemented by the scause and sie CSRs is extremely simple and implemented directly in arch/riscv

simplified RISC-V interrupt and clocksource handling v2

2018-08-02 Thread Christoph Hellwig
This series tries adds support for interrupt handling and timers for the RISC-V architecture. The basic per-hart interrupt handling implemented by the scause and sie CSRs is extremely simple and implemented directly in arch/riscv/kernel/irq.c. In addition there is a irqchip driver for the PLIC ex