Re: Finish the GENERIC_IRQ_MULTI_HANDLER conversion

2018-08-03 Thread Thomas Gleixner
On Thu, 2 Aug 2018, Palmer Dabbelt wrote: > On Sun, 24 Jun 2018 06:15:25 PDT (-0700), t...@linutronix.de wrote: > > On Thu, 21 Jun 2018, Palmer Dabbelt wrote: > > > A while ago I sent a patch set that adds a GENERIC_IRQ_MULTI_HANDLER, > > > which is an exact copy of the existing IRQ_MULTI_HANDLER

Re: Finish the GENERIC_IRQ_MULTI_HANDLER conversion

2018-08-02 Thread Palmer Dabbelt
On Sun, 24 Jun 2018 06:15:25 PDT (-0700), t...@linutronix.de wrote: On Thu, 21 Jun 2018, Palmer Dabbelt wrote: A while ago I sent a patch set that adds a GENERIC_IRQ_MULTI_HANDLER, which is an exact copy of the existing IRQ_MULTI_HANDLER support in the arm port, which is being used unconditional

Re: Finish the GENERIC_IRQ_MULTI_HANDLER conversion

2018-06-24 Thread Thomas Gleixner
On Thu, 21 Jun 2018, Palmer Dabbelt wrote: > A while ago I sent a patch set that adds a GENERIC_IRQ_MULTI_HANDLER, > which is an exact copy of the existing IRQ_MULTI_HANDLER support in the > arm port, which is being used unconditionally by arm64 and openrisc. > GENERIC_IRQ_MULTI_HANDLER is currentl

Re: Finish the GENERIC_IRQ_MULTI_HANDLER conversion

2018-06-22 Thread Palmer Dabbelt
On Thu, Jun 21, 2018 at 11:17 AM, Palmer Dabbelt wrote: > A while ago I sent a patch set that adds a GENERIC_IRQ_MULTI_HANDLER, > which is an exact copy of the existing IRQ_MULTI_HANDLER support in the > arm port, which is being used unconditionally by arm64 and openrisc. > GENERIC_IRQ_MULTI_HANDL

Finish the GENERIC_IRQ_MULTI_HANDLER conversion

2018-06-21 Thread Palmer Dabbelt
A while ago I sent a patch set that adds a GENERIC_IRQ_MULTI_HANDLER, which is an exact copy of the existing IRQ_MULTI_HANDLER support in the arm port, which is being used unconditionally by arm64 and openrisc. GENERIC_IRQ_MULTI_HANDLER is currently being used by the RISC-V port. I managed to make