Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-11 Thread Marc Zyngier
Hi Vineet, On 11/04/16 15:09, Vineet Gupta wrote: > On Monday 11 April 2016 06:41 PM, Marc Zyngier wrote: > It doesn't mean I really approve of it. The default domain thing is > going to end-up biting you in the rear. But hey, better having this > supported upstream than leaving these

Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-11 Thread Vineet Gupta
On Monday 11 April 2016 06:41 PM, Marc Zyngier wrote: >> >> It doesn't mean I really approve of it. The default domain thing is >> >> going to end-up biting you in the rear. But hey, better having this >> >> supported upstream than leaving these patches up in the air... Hi Marc, Aside of this - t

Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-11 Thread Jason Cooper
On Mon, Apr 11, 2016 at 01:35:58PM +, Vineet Gupta wrote: > Thomas, how do you prefer to merge this for 4.7. There is a dependency on a > soc > header. Are you OK if I take the series via ARC tree. fwiw, merge conflicts should be trivial/non-existant for irqchip. I'm see no problem with this

Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-11 Thread Vineet Gupta
On Monday 11 April 2016 06:23 PM, Marc Zyngier wrote: > On 03/04/16 19:14, Noam Camus wrote: >> From: Noam Camus >> >> Adding EZchip NPS400 support. >> Internal interrupts are handled by Multi Thread Manager (MTM) >> Once interrupt is serviced MTM is acked for deactivating the interrupt. >> Extern

Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-11 Thread Marc Zyngier
On 03/04/16 19:14, Noam Camus wrote: > From: Noam Camus > > Adding EZchip NPS400 support. > Internal interrupts are handled by Multi Thread Manager (MTM) > Once interrupt is serviced MTM is acked for deactivating the interrupt. > External interrupts are handled by MTM as well as at Global Interru

Re: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-08 Thread Noam Camus
To: daniel.lezc...@linaro.org; marc.zyng...@arm.com; ja...@lakedaemon.net Cc: Thomas Gleixner; linux-snps-arc@lists.infradead.org; Noam Camus; linux-ker...@vger.kernel.org Subject: [PATCH v8 3/3] irqchip: add nps Internal and external irqchips From: Noam Camus Adding EZchip NPS400 support

[PATCH v8 3/3] irqchip: add nps Internal and external irqchips

2016-04-03 Thread Noam Camus
From: Noam Camus Adding EZchip NPS400 support. Internal interrupts are handled by Multi Thread Manager (MTM) Once interrupt is serviced MTM is acked for deactivating the interrupt. External interrupts are handled by MTM as well as at Global Interrupt Controller (GIC) e.g. serial and network devic