Re: [PATCH v2] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-06 Thread Paul Burton
Hello, On Thursday, 6 July 2017 05:03:59 PDT Thomas Gleixner wrote: > On Thu, 6 Jul 2017, jrj...@gmail.com wrote: > > CC+ MIPS folks. There is a reason WHY I added them to my previous reply. Thanks Thomas. > > From: Jun-Ru Chang > > > > Commit b87281e7f205 ("irqchip/mips-gic: Remove device IR

Re: [PATCH v2] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-06 Thread Thomas Gleixner
On Thu, 6 Jul 2017, jrj...@gmail.com wrote: CC+ MIPS folks. There is a reason WHY I added them to my previous reply. > From: Jun-Ru Chang > > Commit b87281e7f205 ("irqchip/mips-gic: Remove device IRQ domain") > removes the device IRQ domain and uses gic_irq_domain_alloc() to > allocate the shar

[PATCH v2] irqchip/mips-gic: Add missing shared interrupt handler

2017-07-06 Thread jrjang
From: Jun-Ru Chang Commit b87281e7f205 ("irqchip/mips-gic: Remove device IRQ domain") removes the device IRQ domain and uses gic_irq_domain_alloc() to allocate the shared/local domain. However, the shared interrupt handler is not set after allocating. It causes that the system hangs with "unexpec