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

2016-02-19 Thread Noam Camus
Hi Jason, The patch set got change log, see cover letter that summarize all changes with respect to whole set. https://lkml.org/lkml/2016/2/11/609 Let me know if it works for you. Noam

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

2016-02-19 Thread Noam Camus
Hi Jason, The patch set got change log, see cover letter that summarize all changes with respect to whole set. https://lkml.org/lkml/2016/2/11/609 Let me know if it works for you. Noam

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

2016-02-19 Thread Jason Cooper
Hey Noam, Could you please re-send and attach a changelog: On Thu, Feb 11, 2016 at 08:40:59PM +0200, Noam Camus wrote: > From: Noam Camus > > Adding EZchip NPS400 support. > NPS internal interrupts are internally handled at > Multi Thread Manager (MTM) that is signaled for

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

2016-02-19 Thread Jason Cooper
Hey Noam, Could you please re-send and attach a changelog: On Thu, Feb 11, 2016 at 08:40:59PM +0200, Noam Camus wrote: > From: Noam Camus > > Adding EZchip NPS400 support. > NPS internal interrupts are internally handled at > Multi Thread Manager (MTM) that is signaled for deactivating > an

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

2016-02-11 Thread Noam Camus
From: Noam Camus Adding EZchip NPS400 support. NPS internal interrupts are internally handled at Multi Thread Manager (MTM) that is signaled for deactivating an interrupt. External interrupts is handled also at Global Interrupt Controller (GIC) e.g. serial and network devices. Signed-off-by:

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

2016-02-11 Thread Noam Camus
From: Noam Camus Adding EZchip NPS400 support. NPS internal interrupts are internally handled at Multi Thread Manager (MTM) that is signaled for deactivating an interrupt. External interrupts is handled also at Global Interrupt Controller (GIC) e.g. serial and network devices.